Regenerate integrations docs (#19283)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Dec 24, 2024 at 06:32 UTC
7822c5eded1374cf32cf3b736cc8323f118a56bc
1 file changed
+22
src/go/plugin/go.d/collector/nats/integrations/nats.md
+22
@@ -186,6 +186,28 @@ Metrics:
186
| nats.outbound_gateway_conn_subscriptions | active | subscriptions |
187
| nats.outbound_gateway_conn_uptime | uptime | seconds |
188
189
+### Per leaf node connection
190
+
191
+These metrics refer to [Leaf Node Connections](https://docs.nats.io/running-a-nats-service/nats_admin/monitoring#leaf-node-information).
192
+
193
+Labels:
194
+
195
+| Label | Description |
196
+|:-----------|:----------------|
197
+| remote_name | Unique identifier of the remote leaf node server, either its configured name or automatically assigned ID. |
198
+| account | Name of the associated account. |
199
+| ip | IP address of the remote server. |
200
+| port | Port used for the connection to the remote server. |
201
+
202
+Metrics:
203
+
204
+| Metric | Dimensions | Unit |
205
+|:------|:----------|:----|
206
+| nats.leaf_node_conn_traffic | in, out | bytes/s |
207
+| nats.leaf_node_conn_messages | in, out | messages/s |
208
+| nats.leaf_node_conn_subscriptions | active | subscriptions |
209
+| nats.leaf_node_conn_rtt | rtt | microseconds |
210
+
211
212
213
## Alerts