Update docs on what to do if collector not there (#13152)
Chris Akritidis committed
Jun 15, 2022 at 09:52 UTC
d73e6c9890777732b7cfd106f1375e33c6c48377
1 file changed
+6
-5
collectors/COLLECTORS.md
+6
-5
@@ -21,12 +21,13 @@ If you want to use a Python version of a collector, you need to explicitly [disa
21
version](/docs/collect/enable-configure.md), and enable the Python version. Netdata then skips the Go version and
22
attempts to load the Python version and its accompanying configuration file.
23
24
-If you don't see the app/service you'd like to monitor in this list, check out our [GitHub
25
-issues](https://github.com/netdata/netdata/issues). Use the search bar to look for previous discussions about that
26
-collector—we may be looking for contributions from users such as yourself! If you don't see the collector there, make a
27
-[feature request](https://community.netdata.cloud/c/feature-requests/7/none) on our community forums.
24
+If you don't see the app/service you'd like to monitor in this list:
25
+- Check out our [GitHub issues](https://github.com/netdata/netdata/issues). Use the search bar to look for previous discussions about that
26
+collector—we may be looking for assistance from users such as yourself!
27
+- If you don't see the collector there, you can make a [feature request](https://github.com/netdata/netdata/issues/new/choose) on GitHub.
28
+- If you have basic software development skills, you can add your own plugin in [Go](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin#how-to-develop-a-collector) or [Python](https://learn.netdata.cloud/guides/python-collector)
29
29
-- [Supported collectors list](#supported-collectors-list)
30
+Supported Collectors List:
31
- [Service and application collectors](#service-and-application-collectors)
32
- [Generic](#generic)
33
- [APM (application performance monitoring)](#apm-application-performance-monitoring)