wire in the new 'limits.Agent' infrastructure; extend the 'metrics.Agent' to support additional 'metrics.UsageSink' instances (#271)

This commit is contained in:
Michael Quigley
2023-03-16 15:05:39 -04:00
committed by Kenneth Bingham
parent e824c87d08
commit 29f38de546
4 changed files with 51 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ type Config struct {
Environments int
Shares int
Bandwidth *BandwidthConfig
Cycle time.Duration
Enforcing bool
}
type BandwidthConfig struct {