diff --git a/metrics/billing.go b/metrics/billing.go index bb095b97..57ce95b6 100644 --- a/metrics/billing.go +++ b/metrics/billing.go @@ -204,7 +204,7 @@ func (b *billingMetrics) Collect(ch chan<- prometheus.Metric) { prometheus.NewDesc( prometheus.BuildFQName(namespace, billingSubsystem, "user_traffic"), "", - []string{"user", "bucket", "cid", "type"}, nil), + []string{"user", "bucket", "cid", "direction"}, nil), prometheus.CounterValue, float64(value.Value), value.User,