summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2022-10-27 15:01:41 +0100
committerGitHub <noreply@github.com>2022-10-27 15:01:41 +0100
commitfced0fcbefdb3efc905ff1b3660fa09c5c9e6077 (patch)
tree1516b71ceed194fddc07a57b651554267f099fa4 /collectors
parent3bbfa179f4cb137fedc8e8a67e2a07fea49706cf (diff)
add pandas collector to collectors.md (#13895)
Diffstat (limited to 'collectors')
-rw-r--r--collectors/COLLECTORS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/collectors/COLLECTORS.md b/collectors/COLLECTORS.md
index 1be50fd143..5c41b704fd 100644
--- a/collectors/COLLECTORS.md
+++ b/collectors/COLLECTORS.md
@@ -74,6 +74,10 @@ configure any of these collectors according to your setup and infrastructure.
- [Prometheus endpoints](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/prometheus): Gathers
metrics from any number of Prometheus endpoints, with support to autodetect more than 600 services and applications.
+- [Pandas](https://learn.netdata.cloud/docs/agent/collectors/python.d.plugin/pandas): A Python collector that gathers
+ metrics from a [pandas](https://pandas.pydata.org/) dataframe. Pandas is a high level data processing library in
+ Python that can read various formats of data from local files or web endpoints. Custom processing and transformation
+ logic can also be expressed as part of the collector configuration.
### APM (application performance monitoring)