Zanzana: Rename namespace to req_namespace label (#113822)

This commit is contained in:
Alexander Zobnin
2025-11-13 12:08:10 +00:00
committed by GitHub
parent e92a976de2
commit b550750a9b
+1 -1
View File
@@ -25,7 +25,7 @@ func newZanzanaServerMetrics(reg prometheus.Registerer) *metrics {
Subsystem: metricsSubSystem,
Buckets: prometheus.ExponentialBuckets(0.00001, 4, 10),
},
[]string{"method", "namespace"},
[]string{"method", "request_namespace"},
),
}
}