Skip to content

Commit

Permalink
Regenerate integrations docs (netdata#19265)
Browse files Browse the repository at this point in the history
Co-authored-by: ilyam8 <[email protected]>
  • Loading branch information
netdatabot and ilyam8 authored Dec 21, 2024
1 parent 0854876 commit df35602
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/go/plugin/go.d/collector/nats/integrations/nats.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Metrics:

### Per account

These metrics refer to [accounts](https://docs.nats.io/running-a-nats-service/nats_admin/monitoring#account-statistics).
These metrics refer to [Accounts](https://docs.nats.io/running-a-nats-service/nats_admin/monitoring#account-statistics).

Labels:

Expand All @@ -100,6 +100,25 @@ Metrics:
| nats.account_slow_consumers | slow | consumers/s |
| nats.account_leaf_nodes | leafnode | servers |

### Per route

These metrics refer to [Routes](https://docs.nats.io/running-a-nats-service/nats_admin/monitoring#route-information).

Labels:

| Label | Description |
|:-----------|:----------------|
| route_id | A unique identifier for a route within the NATS cluster. |
| remote_id | he unique identifier of the remote server connected via the route. |

Metrics:

| Metric | Dimensions | Unit |
|:------|:----------|:----|
| nats.route_traffic | in, out | bytes/s |
| nats.route_messages | in, out | messages/s |
| nats.route_subscriptions | active | subscriptions |

### Per http endpoint

These metrics refer to HTTP endpoints.
Expand Down

0 comments on commit df35602

Please sign in to comment.