Update collectors/python.d.plugin/pandas/metadata.yaml (#16106)
Fotis Voutsas committed
Oct 3, 2023 at 15:10 UTC
aa25208b3efa007c846492c090f2dafd5bd4ddde
1 file changed
+3
-5
collectors/python.d.plugin/pandas/metadata.yaml
+3
-5
@@ -5,7 +5,7 @@ modules:
5
module_name: pandas
6
monitored_instance:
7
name: Pandas
8
- link: https://learn.netdata.cloud/docs/data-collection/generic-data-collection/structured-data-pandas
8
+ link: https://pandas.pydata.org/
9
categories:
10
- data-collection.generic-data-collection
11
icon_filename: pandas.png
@@ -26,8 +26,6 @@ modules:
26
either locally or via some HTTP endpoint, you can easily ingest and present those metrics in Netdata, by leveraging the Pandas collector.
27
28
This collector can be used to collect pretty much anything that can be read by Pandas, and then processed by Pandas.
29
-
30
- More detailed information can be found in the Netdata documentation [here](https://learn.netdata.cloud/docs/data-collection/generic-data-collection/structured-data-pandas).
29
method_description: |
30
The collector uses [pandas](https://pandas.pydata.org/) to pull data and do pandas-based preprocessing, before feeding to Netdata.
31
supported_platforms:
@@ -92,11 +90,11 @@ modules:
90
default_value: None
91
required: true
92
- name: chart_configs.family
95
- description: "[family](https://learn.netdata.cloud/docs/data-collection/chart-dimensions-contexts-and-families#family) of the chart to be displayed in the dashboard."
93
+ description: "[family](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md#families) of the chart to be displayed in the dashboard."
94
default_value: None
95
required: true
96
- name: chart_configs.context
99
- description: "[context](https://learn.netdata.cloud/docs/data-collection/chart-dimensions-contexts-and-families#context) of the chart to be displayed in the dashboard."
97
+ description: "[context](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md#contexts) of the chart to be displayed in the dashboard."
98
default_value: None
99
required: true
100
- name: chart_configs.type