Skip to content

Commit 2538568

Browse files
Feedback on metrics
1 parent 3939ecc commit 2538568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/limits/sender.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func NewSender(producer Producer, topic string, partitions int, zone string, log
4444
produced: promauto.With(reg).NewCounter(
4545
prometheus.CounterOpts{
4646
Name: "loki_ingest_limits_records_produced_total",
47-
Help: "The total number of produced records.",
47+
Help: "The total number of produced records, including failures.",
4848
},
4949
),
5050
producedFailed: promauto.With(reg).NewCounter(

0 commit comments

Comments
 (0)