Skip to content

Add metrics for messages sent to/received from clients#329

Open
alexbozhenko wants to merge 4 commits intonats-io:mainfrom
alexbozhenko:add_clients_recv_metrics
Open

Add metrics for messages sent to/received from clients#329
alexbozhenko wants to merge 4 commits intonats-io:mainfrom
alexbozhenko:add_clients_recv_metrics

Conversation

@alexbozhenko
Copy link
Member

@alexbozhenko alexbozhenko commented Feb 25, 2026

Add metrics that were added in nats-io/nats-server#7851

Since existing total counters(like nats_core_sent_bytes) already appear three times on the dashboard:

  1. at the very top:
image
  1. same metrics under the "cluster overview" section:
image

I thought that new metrics fit well under "network usage detail" pane, where we have grouped by the server
image

So I replaced total metrics with corresponding _clients metric: e.g. nats_core_sent_bytes with nats_core_sent_client_bytes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant