@cryptotaxi247 / netdata-1 / commits / 75c222984

docs: fix Top tab leftovers (#21873)

Ilya Mashchenko committed Mar 3, 2026 at 15:45 UTC 75c222984bad17201a17a2f05c5be7c0639769de
2 files changed +3 -3
src/go/plugin/go.d/collector/docker/metadata.yaml
+1 -1
@@ -130,7 +130,7 @@ modules:
130 link: https://github.com/netdata/netdata/blob/master/src/health/health.d/docker.conf
131 functions:
132 description: |
133 - This collector exposes real-time functions for interactive troubleshooting in the Top tab.
133 + This collector exposes real-time functions for interactive troubleshooting in the Live tab.
134 list:
135 - id: container-ls
136 name: Containers
src/go/plugin/go.d/collector/sql/metadata.yaml
+2 -2
@@ -606,7 +606,7 @@ modules:
606 PostgreSQL example that provides an interactive slow query analysis view
607 without collecting any time-series metrics.
608
609 - This is useful for ad-hoc troubleshooting via the Netdata **Top** tab.
609 + This is useful for ad-hoc troubleshooting via the Netdata **Live** tab.
610 The function queries `pg_stat_statements` to show the slowest queries
611 sorted by total execution time.
612 config: |
@@ -707,7 +707,7 @@ modules:
707 functions:
708 description: |
709 This collector supports user-defined SQL functions that expose query results as
710 - interactive table views in Netdata's **Top** tab. Functions are configured per job
710 + interactive table views in Netdata's **Live** tab. Functions are configured per job
711 in the `functions` section of the job configuration. Since functions are entirely
712 user-defined, no predefined functions are listed here.
713