@cryptotaxi247 / netdata-1 / commits / 0017fd016

Regenerate integrations docs (#21673)

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

Netdata bot committed Jan 29, 2026 at 20:43 UTC 0017fd0166d5f2bf427e7f921bdde6ffd29a5eb5
1 file changed +22
src/go/plugin/go.d/collector/sql/integrations/sql_databases_generic.md
+22
@@ -111,6 +111,28 @@ Metrics and charts are **defined by your SQL queries and metric blocks** at runt
111
112
113
114 +## Functions
115 +
116 +This collector supports user-defined SQL functions that expose query results as
117 +interactive table views in Netdata's **Top** tab. Functions are configured per job
118 +in the `functions` section of the job configuration. Since functions are entirely
119 +user-defined, no predefined functions are listed here.
120 +
121 +In the Top tab, functions appear in a hierarchical menu:
122 +
123 +```
124 +Databases
125 +└── SQL
126 + └── <job_name>
127 + ├── <function_name_1>
128 + └── <function_name_2>
129 +```
130 +
131 +Each job creates its own group containing all functions defined for that job.
132 +
133 +
134 +
135 +
136 ## Alerts
137
138 There are no alerts configured by default for this integration.