Skip to content

Commit

Permalink
Update providers/prometheus/options.go
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
  • Loading branch information
hyungi and johanbrandhorst committed May 28, 2024
1 parent 6fc637f commit 364c7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/prometheus/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func WithHistogramSubsystem(subsystem string) HistogramOption {
}
}

// WithHistogramSubsystem allows you to add a Subsystem to histograms metrics.
// WithHistogramNamespacem allows you to add a Namespace to histograms metrics.
func WithHistogramNamespace(namespace string) HistogramOption {
return func(o *prometheus.HistogramOpts) {
o.Namespace = namespace
Expand Down

0 comments on commit 364c7f4

Please sign in to comment.