@cryptotaxi247 / netdata-1 / commits / 58bc6a54a

add go.d example collector to #etc section (#14722)

* add go.d example collector to #etc section * type

Andrew Maguire committed Mar 14, 2023 at 18:15 UTC 58bc6a54a850e35fb605627fd1d19432aa10a9dd
1 file changed +2
collectors/COLLECTORS.md
+2
@@ -682,3 +682,5 @@ $ sudo systemctl restart netdata
682 example `charts.d` collector.
683 - [python.d example](https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/example/README.md): An
684 example `python.d` collector.
685 +- [go.d example](https://github.com/netdata/go.d.plugin/blob/master/modules/example/README.md): An
686 + example `go.d` collector.