@cryptotaxi247 / netdata-1 / commits / df3560293

Regenerate integrations docs (#19265)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>

Netdata bot committed Dec 21, 2024 at 15:34 UTC df3560293c9f6a568c7a68e6f20d80d2a0fd37f7
1 file changed +20 -1
src/go/plugin/go.d/collector/nats/integrations/nats.md
+20 -1
@@ -80,7 +80,7 @@ Metrics:
80
81 ### Per account
82
83 -These metrics refer to [accounts](https://docs.nats.io/running-a-nats-service/nats_admin/monitoring#account-statistics).
83 +These metrics refer to [Accounts](https://docs.nats.io/running-a-nats-service/nats_admin/monitoring#account-statistics).
84
85 Labels:
86
@@ -100,6 +100,25 @@ Metrics:
100 | nats.account_slow_consumers | slow | consumers/s |
101 | nats.account_leaf_nodes | leafnode | servers |
102
103 +### Per route
104 +
105 +These metrics refer to [Routes](https://docs.nats.io/running-a-nats-service/nats_admin/monitoring#route-information).
106 +
107 +Labels:
108 +
109 +| Label | Description |
110 +|:-----------|:----------------|
111 +| route_id | A unique identifier for a route within the NATS cluster. |
112 +| remote_id | he unique identifier of the remote server connected via the route. |
113 +
114 +Metrics:
115 +
116 +| Metric | Dimensions | Unit |
117 +|:------|:----------|:----|
118 +| nats.route_traffic | in, out | bytes/s |
119 +| nats.route_messages | in, out | messages/s |
120 +| nats.route_subscriptions | active | subscriptions |
121 +
122 ### Per http endpoint
123
124 These metrics refer to HTTP endpoints.