Refined the python example for clarity (#11989)
Tina Luedtke committed
Jan 18, 2022 at 08:32 UTC
9330f53a5cf0ea0106766731b981d1cb81fc1adb
1 file changed
+5
-2
collectors/python.d.plugin/example/README.md
+5
-2
@@ -5,7 +5,10 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/pytho
5
6
# Example
7
8
-An example python data collection module.
9
-You can use this example to help you [write a new Python module](/collectors/python.d.plugin/README.md#how-to-write-a-new-module).
8
+You can add custom data collectors using Python.
9
+
10
+Netdata provides an [example python data collection module](https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin/example).
11
+
12
+If you want to write your own collector, read our [writing a new Python module](/collectors/python.d.plugin/README.md#how-to-write-a-new-module) tutorial.
13
14
[](<>)