@cryptotaxi247 / netdata-1 / commits / f7def28e0

Regenerate integrations docs (#19276)

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

Netdata bot committed Dec 23, 2024 at 08:05 UTC f7def28e045b78d68874c6d935298f0e9b7e1786
1 file changed +46 -4
src/go/plugin/go.d/collector/nats/integrations/nats.md
+46 -4
@@ -78,6 +78,22 @@ Metrics:
78 | nats.server_mem_usage | used | bytes |
79 | nats.server_uptime | uptime | seconds |
80
81 +### Per http endpoint
82 +
83 +These metrics refer to HTTP endpoints.
84 +
85 +Labels:
86 +
87 +| Label | Description |
88 +|:-----------|:----------------|
89 +| http_endpoint | HTTP endpoint path. |
90 +
91 +Metrics:
92 +
93 +| Metric | Dimensions | Unit |
94 +|:------|:----------|:----|
95 +| nats.http_endpoint_requests | requests | requests/s |
96 +
97 ### Per account
98
99 These metrics refer to [Accounts](https://docs.nats.io/running-a-nats-service/nats_admin/monitoring#account-statistics).
@@ -119,21 +135,47 @@ Metrics:
135 | nats.route_messages | in, out | messages/s |
136 | nats.route_subscriptions | active | subscriptions |
137
122 -### Per http endpoint
138 +### Per inbound gateway connection
139
124 -These metrics refer to HTTP endpoints.
140 +These metrics refer to [Inbound Gateway Connections](https://docs.nats.io/running-a-nats-service/nats_admin/monitoring#gateway-information).
141
142 Labels:
143
144 | Label | Description |
145 |:-----------|:----------------|
130 -| http_endpoint | HTTP endpoint path. |
146 +| gateway | The name of the local gateway. |
147 +| remote_gateway | The name of the remote gateway. |
148 +| cid | A unique identifier for the connection. |
149
150 Metrics:
151
152 | Metric | Dimensions | Unit |
153 |:------|:----------|:----|
136 -| nats.http_endpoint_requests | requests | requests/s |
154 +| nats.inbound_gateway_conn_traffic | in, out | bytes/s |
155 +| nats.inbound_gateway_conn_messages | in, out | messages/s |
156 +| nats.inbound_gateway_conn_subscriptions | active | subscriptions |
157 +| nats.inbound_gateway_conn_uptime | uptime | seconds |
158 +
159 +### Per outbound gateway connection
160 +
161 +These metrics refer to [Outbound Gateway Connections](https://docs.nats.io/running-a-nats-service/nats_admin/monitoring#gateway-information).
162 +
163 +Labels:
164 +
165 +| Label | Description |
166 +|:-----------|:----------------|
167 +| gateway | The name of the local gateway. |
168 +| remote_gateway | The name of the remote gateway. |
169 +| cid | A unique identifier for the connection. |
170 +
171 +Metrics:
172 +
173 +| Metric | Dimensions | Unit |
174 +|:------|:----------|:----|
175 +| nats.outbound_gateway_conn_traffic | in, out | bytes/s |
176 +| nats.outbound_gateway_conn_messages | in, out | messages/s |
177 +| nats.outbound_gateway_conn_subscriptions | active | subscriptions |
178 +| nats.outbound_gateway_conn_uptime | uptime | seconds |
179
180
181