Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
markus812498 committed Dec 5, 2023
1 parent 4d0a8c4 commit de95af5
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@
{5, undefined, queue_process_reductions_total, counter, "Total number of queue process reductions"}
]},

{stream_consumer_metrics, [
{2, undefined, stream_consumer_offset, counter, "Total nunber of offset", offset},
{2, undefined, stream_consumer_offset_lag, counter, "Total offset lag of connection", offset_lag},
{2, undefined, stream_consumer_consumed_total, counter, "Total number of messages consumed on connection", consumed}
]},
% {stream_consumer_metrics, [
% {2, undefined, stream_consumer_offset, counter, "Total nunber of offset", offset},
% {2, undefined, stream_consumer_offset_lag, counter, "Total offset lag of connection", offset_lag},
% {2, undefined, stream_consumer_consumed_total, counter, "Total number of messages consumed on connection", consumed}
% ]},

{queue_consumer_count, [
{2, undefined, queue_consumers, gauge, "Consumers on a queue", consumers}
Expand Down

0 comments on commit de95af5

Please sign in to comment.