Skip to content

Commit 1a09f95

Browse files
Prometheus metric collector: correct wording in labels
(cherry picked from commit 24cab98)
1 parent 59cf23f commit 1a09f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_prometheus/src/collectors/prometheus_rabbitmq_core_metrics_collector.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192

193193
{auth_attempt_metrics, [
194194
{2, undefined, auth_attempts_total, counter, "Total number of authorization attempts on a node"},
195-
{3, undefined, auth_attempts_succeeded_total, counter, "Total number of successful authorization attempts on a node"},
196-
{4, undefined, auth_attempts_failed_total, counter, "Total number of failed authorization attempts on a node"}
195+
{3, undefined, auth_attempts_succeeded_total, counter, "Total number of successful authentication attempts on a node"},
196+
{4, undefined, auth_attempts_failed_total, counter, "Total number of failed authentication attempts on a node"}
197197
]},
198198

199199
{auth_attempt_detailed_metrics, [

0 commit comments

Comments
 (0)