]> arthur.barton.de Git - netdata.git/commitdiff
information about experimental support of python plugins
authorpaulfantom <paulfantom@gmail.com>
Fri, 17 Jun 2016 12:29:58 +0000 (14:29 +0200)
committerpaulfantom <paulfantom@gmail.com>
Fri, 17 Jun 2016 12:29:58 +0000 (14:29 +0200)
python.d/README.md

index 0a8e032e8f2d7db6ea7820e45476fe5edbea5df4..7e74a28e15d7bfbb17bf536a7f8cc71743287567 100644 (file)
@@ -1,5 +1,7 @@
 # Disclaimer
 
+**Python plugin support is experimental and implementation may change in the future**
+
 Currently every plugin must be written in python3.
 All third party libraries should be installed system-wide or in `python_modules` directory.
 Also plugins support changing their data collection frequency by setting `update_every` variable in their configuration file.