Regenerate integrations docs (#21314)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Nov 17, 2025 at 21:45 UTC
976aac30b84d9148ca0c50ea1cb0de979955c256
1 file changed
+1
-1
src/go/plugin/go.d/collector/sql/integrations/sql_databases_generic.md
+1
-1
@@ -250,7 +250,7 @@ metrics:
250
| **Collection** | update_every | Data collection interval (seconds). | 1 | no |
251
| | autodetection_retry | Autodetection retry interval (seconds). Not used for this collector. Set 0 to disable. | 0 | no |
252
| **Target** | driver | SQL driver to use. Supported values: `mysql`, `pgx`, `oracle`, `sqlserver`. | mysql | yes |
253
-| | dsn | Database connection string (DSN). The format depends on the selected driver ( ([MySQL](https://github.com/go-sql-driver/mysql#dsn-data-source-name), [PostgreSQL](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING-URIS), [MS SQL Server](https://github.com/denisenkom/go-mssqldb#connection-parameters-and-dsn)). | | yes |
253
+| | dsn | Database connection string (DSN). The format depends on the selected driver ( [MySQL](https://github.com/go-sql-driver/mysql#dsn-data-source-name), [PostgreSQL](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING-URIS), [MS SQL Server](https://github.com/denisenkom/go-mssqldb#connection-parameters-and-dsn)). | | yes |
254
| **Connection** | timeout | Query and connection check timeout (seconds). | 5 | no |
255
| **Labels** | static_labels | A map of static labels added to every chart created by this job. Useful for tagging charts with environment, region, or role. | {} | no |
256
| **Queries & Metrics** | queries | A list of reusable queries. Metric blocks can reference these via `query_ref` to avoid repeating SQL. See [Configuration Structure](#configuration) for details. | [] | no |