@cryptotaxi247 / netdata-1 / commits / fced0fcbe

add pandas collector to collectors.md (#13895)

Andrew Maguire committed Oct 27, 2022 at 15:01 UTC fced0fcbefdb3efc905ff1b3660fa09c5c9e6077
1 file changed +4
collectors/COLLECTORS.md
+4
@@ -74,6 +74,10 @@ configure any of these collectors according to your setup and infrastructure.
74
75 - [Prometheus endpoints](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/prometheus): Gathers
76 metrics from any number of Prometheus endpoints, with support to autodetect more than 600 services and applications.
77 +- [Pandas](https://learn.netdata.cloud/docs/agent/collectors/python.d.plugin/pandas): A Python collector that gathers
78 + metrics from a [pandas](https://pandas.pydata.org/) dataframe. Pandas is a high level data processing library in
79 + Python that can read various formats of data from local files or web endpoints. Custom processing and transformation
80 + logic can also be expressed as part of the collector configuration.
81
82 ### APM (application performance monitoring)
83