@@ -399,33 +399,32 @@ and exports them, so they can be monitored.
399399
400400Service discovery currently supports the following applications via their associated collector:
401401
402- - [ ActiveMQ] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/activemq/README.md )
403- - [ Apache] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/apache/README.md )
404- - [ Bind] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/bind/README.md )
405- - [ CockroachDB] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/cockroachdb/README.md )
406- - [ Consul] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/consul/README.md )
407- - [ CoreDNS] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/coredns/README.md )
408- - [ Elasticsearch] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/elasticsearch/README.md )
409- - [ Fluentd] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/fluentd/README.md )
410- - [ FreeRADIUS] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/freeradius/README.md )
411- - [ HDFS] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/hdfs/README.md )
412- - [ Lighttpd] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/lighttpd/README.md )
413- - [ Logstash] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/logstash/README.md )
414- - [ MySQL] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/mysql/README.md )
415- - [ NGINX] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/nginx/README.md )
416- - [ OpenVPN] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/openvpn/README.md )
417- - [ PHP-FPM] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/phpfpm/README.md )
418- - [ RabbitMQ] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/rabbitmq/README.md )
419- - [ Solr] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/solr/README.md )
420- - [ Tengine] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/tengine/README.md )
421- - [ Unbound] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/unbound/README.md )
422- - [ VerneMQ] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/vernemq/README.md )
423- - [ ZooKeeper] ( https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/zookeeper/README.md )
402+ - [ ActiveMQ] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/activemq/README.md )
403+ - [ Apache] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/apache/README.md )
404+ - [ Bind] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/bind/README.md )
405+ - [ CockroachDB] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/cockroachdb/README.md )
406+ - [ Consul] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/consul/README.md )
407+ - [ CoreDNS] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/coredns/README.md )
408+ - [ Elasticsearch] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/elasticsearch/README.md )
409+ - [ Fluentd] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/fluentd/README.md )
410+ - [ FreeRADIUS] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/freeradius/README.md )
411+ - [ HDFS] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/hdfs/README.md )
412+ - [ Lighttpd] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/lighttpd/README.md )
413+ - [ Logstash] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/logstash/README.md )
414+ - [ MySQL] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/mysql/README.md )
415+ - [ NGINX] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/nginx/README.md )
416+ - [ OpenVPN] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/openvpn/README.md )
417+ - [ PHP-FPM] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/phpfpm/README.md )
418+ - [ RabbitMQ] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/rabbitmq/README.md )
419+ - [ Tengine] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/tengine/README.md )
420+ - [ Unbound] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/unbound/README.md )
421+ - [ VerneMQ] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/vernemq/README.md )
422+ - [ ZooKeeper] ( https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/zookeeper/README.md )
424423
425424#### Prometheus endpoints
426425
427426Service discovery supports Prometheus endpoints via
428- the [ Prometheus] ( https://github.com/netdata/netdata/blob/master/src/go/collectors /go.d.plugin/modules /prometheus/README.md ) collector.
427+ the [ Prometheus] ( https://github.com/netdata/netdata/blob/master/src/go/plugin /go.d/collector /prometheus/README.md ) collector.
429428
430429Annotations on pods allow a fine control of the scraping process:
431430
0 commit comments