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 222a3b8 commit ec94520Copy full SHA for ec94520
lib/metrics/prometheus.go
@@ -37,6 +37,7 @@ func WithNamespace(namespace string) PrometheusOption {
37
}
38
39
40
+// WithAttributesNamespace sets the prometheus namespace for GaugeVec attributes
41
func WithAttributesNamespace(namespace string) PrometheusOption {
42
return func(m *Prometheus) {
43
m.attributesNamespace = namespace
0 commit comments