@cryptotaxi247 / netdata-1 / commits / 740dfc12a

Regenerate integrations docs (#21874)

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

Netdata bot committed Mar 3, 2026 at 14:48 UTC 740dfc12a917e167b0540c33cb49f3c592c0b31f
2 files changed +3 -3
src/go/plugin/go.d/collector/docker/integrations/docker.md
+1 -1
@@ -99,7 +99,7 @@ Metrics:
99
100 ## Functions
101
102 -This collector exposes real-time functions for interactive troubleshooting in the Top tab.
102 +This collector exposes real-time functions for interactive troubleshooting in the Live tab.
103
104
105 ### Containers
src/go/plugin/go.d/collector/sql/integrations/sql_databases_generic.md
+2 -2
@@ -113,7 +113,7 @@ Metrics and charts are **defined by your SQL queries and metric blocks** at runt
113 ## Functions
114
115 This collector supports user-defined SQL functions that expose query results as
116 -interactive table views in Netdata's **Top** tab. Functions are configured per job
116 +interactive table views in Netdata's **Live** tab. Functions are configured per job
117 in the `functions` section of the job configuration. Since functions are entirely
118 user-defined, no predefined functions are listed here.
119
@@ -630,7 +630,7 @@ jobs:
630 PostgreSQL example that provides an interactive slow query analysis view
631 without collecting any time-series metrics.
632
633 -This is useful for ad-hoc troubleshooting via the Netdata **Top** tab.
633 +This is useful for ad-hoc troubleshooting via the Netdata **Live** tab.
634 The function queries `pg_stat_statements` to show the slowest queries
635 sorted by total execution time.
636