@cryptotaxi247 / netdata-1 / commits / 974d2b6db

Regenerate integrations docs (#19310)

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

Netdata bot committed Jan 2, 2025 at 05:47 UTC 974d2b6dbf7a0f0d1a7a4b9ba876a6f42a557432
1 file changed +15
src/go/plugin/go.d/collector/nats/integrations/nats.md
+15
@@ -67,7 +67,9 @@ Labels:
67
68 | Label | Description |
69 |:-----------|:----------------|
70 +| cluster_name | The name of the NATS cluster this server belongs to. |
71 | server_id | A unique identifier for a server within the NATS cluster. |
72 +| server_name | The configured name of the NATS server. |
73
74 Metrics:
75
@@ -99,7 +101,9 @@ Labels:
101
102 | Label | Description |
103 |:-----------|:----------------|
104 +| cluster_name | The name of the NATS cluster this server belongs to. |
105 | server_id | A unique identifier for a server within the NATS cluster. |
106 +| server_name | The configured name of the NATS server. |
107 | http_endpoint | HTTP endpoint path. |
108
109 Metrics:
@@ -116,7 +120,9 @@ Labels:
120
121 | Label | Description |
122 |:-----------|:----------------|
123 +| cluster_name | The name of the NATS cluster this server belongs to. |
124 | server_id | A unique identifier for a server within the NATS cluster. |
125 +| server_name | The configured name of the NATS server. |
126 | account | Account name. |
127
128 Metrics:
@@ -139,7 +145,9 @@ Labels:
145
146 | Label | Description |
147 |:-----------|:----------------|
148 +| cluster_name | The name of the NATS cluster this server belongs to. |
149 | server_id | A unique identifier for a server within the NATS cluster. |
150 +| server_name | The configured name of the NATS server. |
151 | route_id | A unique identifier for a route within the NATS cluster. |
152 | remote_id | he unique identifier of the remote server connected via the route. |
153
@@ -159,7 +167,9 @@ Labels:
167
168 | Label | Description |
169 |:-----------|:----------------|
170 +| cluster_name | The name of the NATS cluster this server belongs to. |
171 | server_id | A unique identifier for a server within the NATS cluster. |
172 +| server_name | The configured name of the NATS server. |
173 | gateway | The name of the local gateway. |
174 | remote_gateway | The name of the remote gateway. |
175 | cid | A unique identifier for the connection. |
@@ -181,7 +191,9 @@ Labels:
191
192 | Label | Description |
193 |:-----------|:----------------|
194 +| cluster_name | The name of the NATS cluster this server belongs to. |
195 | server_id | A unique identifier for a server within the NATS cluster. |
196 +| server_name | The configured name of the NATS server. |
197 | gateway | The name of the local gateway. |
198 | remote_gateway | The name of the remote gateway. |
199 | cid | A unique identifier for the connection. |
@@ -203,6 +215,9 @@ Labels:
215
216 | Label | Description |
217 |:-----------|:----------------|
218 +| cluster_name | The name of the NATS cluster this server belongs to. |
219 +| server_id | A unique identifier for a server within the NATS cluster. |
220 +| server_name | The configured name of the NATS server. |
221 | remote_name | Unique identifier of the remote leaf node server, either its configured name or automatically assigned ID. |
222 | account | Name of the associated account. |
223 | ip | IP address of the remote server. |