Skip to content

Commit

Permalink
Update metrics/tenant_registries.go
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Štibraný <pstibrany@gmail.com>
  • Loading branch information
titolins and pstibrany authored Sep 23, 2024
1 parent bb25f7a commit 1747a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/tenant_registries.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (d MetricFamiliesPerTenant) SendSumOfGaugesPerTenant(out chan<- prometheus.
// SendSumOfGaugesPerTenantWithLabels provides metrics with the provided label names on a per-tenant basis. This function assumes that `tenant` is the
// first label on the provided metric Desc
//
// Deprecated: use SendSumOfGaugesPerTenant instead.
// Deprecated: use SendSumOfGaugesPerTenant with WithLabels option instead.
func (d MetricFamiliesPerTenant) SendSumOfGaugesPerTenantWithLabels(out chan<- prometheus.Metric, desc *prometheus.Desc, metric string, labelNames ...string) {
d.SendSumOfGaugesPerTenant(out, desc, metric, WithLabels(labelNames...))
}
Expand Down

0 comments on commit 1747a3d

Please sign in to comment.