Skip to content

Commit

Permalink
Fix counter lists based on new labels
Browse files Browse the repository at this point in the history
  • Loading branch information
chodges15 committed Nov 18, 2022
1 parent 8cbf5b8 commit 2bfd4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/pkg/promtail/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func NewMetrics(reg prometheus.Registerer, streamLagLabels []string) *Metrics {
}, []string{HostLabel, TenantLabel})

m.countersWithHost = []*prometheus.CounterVec{
m.encodedBytes, m.sentBytes, m.droppedBytes, m.sentEntries, m.droppedEntries,
m.encodedBytes, m.sentBytes, m.sentEntries,
}

m.countersWithTenant = []*prometheus.CounterVec{
Expand Down

0 comments on commit 2bfd4d8

Please sign in to comment.