We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2e496 commit 4555556Copy full SHA for 4555556
server.go
@@ -43,11 +43,12 @@ func NewPromAggGatewayServer(config PromAggGatewayServerConfig) PromAggGatewaySe
43
44
labelValuesForMetric := make(map[string]map[string]map[string]bool)
45
for m, c := range config.Metrics {
46
+ c.Init()
47
+
48
if c.Type == Histogram {
49
labelValuesForMetric[m+"_bucket"] = c.LabelValues()
50
}
51
- c.Init()
52
config.Metrics[m] = c
53
54
0 commit comments