Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
markus812498 committed Dec 11, 2023
1 parent b0c289f commit 3634482
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,13 @@
{3, undefined, connection_outgoing_bytes_total, counter, "Total number of bytes sent on a connection"},
{4, undefined, connection_process_reductions_total, counter, "Total number of connection process reductions"}
]},

%% the family name for the metrics is stream_publisher_metrics but the real table used for data is rabbit_stream_publisher_created.
{stream_publisher_metrics, [
{2, undefined, stream_publisher_published_total, counter, "Total published", published},
{2, undefined, stream_publisher_confirmed_total, counter, "Total confirmed published", confirmed},
{2, undefined, stream_publisher_error_messages, counter, "Total errored published messages", errored}
]},

%% The family name is stream_consumer_metrics but the real table used is rabbit_stream_consumer_created
{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},
Expand Down

0 comments on commit 3634482

Please sign in to comment.