Regenerate integrations docs (#21551)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Jan 13, 2026 at 06:31 UTC
aefadf2136ead6004c1cac4af5de6dd725b7d92f
1 file changed
+17
src/go/plugin/go.d/collector/proxysql/integrations/proxysql.md
+17
@@ -128,6 +128,22 @@ Metrics:
128
| proxysql.mysql_user_connections_utilization | used | percentage |
129
| proxysql.mysql_user_connections_count | used | connections |
130
131
+### Per hostgroup
132
+
133
+These metrics refer to the backends hostgroup.
134
+
135
+Labels:
136
+
137
+| Label | Description |
138
+|:-----------|:----------------|
139
+| hostgroup | hostgroup identifier |
140
+
141
+Metrics:
142
+
143
+| Metric | Dimensions | Unit |
144
+|:------|:----------|:----|
145
+| proxysql.hostgroup_backends_status | online, shunned, offline_soft, offline_hard | backends |
146
+
147
### Per backend
148
149
These metrics refer to the backend server.
@@ -136,6 +152,7 @@ Labels:
152
153
| Label | Description |
154
|:-----------|:----------------|
155
+| hostgroup | backend server hostgroup |
156
| host | backend server host |
157
| port | backend server port |
158