Skip to content

Commit

Permalink
fix links pointing to old go.d repo (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancairon authored Feb 26, 2024
1 parent e6c7c92 commit 7e13afa
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions charts/netdata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,33 +350,33 @@ and exports them, so they can be monitored.

Service discovery currently supports the following applications via their associated collector:

- [ActiveMQ](https://github.com/netdata/go.d.plugin/blob/master/modules/activemq/README.md)
- [Apache](https://github.com/netdata/go.d.plugin/blob/master/modules/apache/README.md)
- [Bind](https://github.com/netdata/go.d.plugin/blob/master/modules/bind/README.md)
- [CockroachDB](https://github.com/netdata/go.d.plugin/blob/master/modules/cockroachdb/README.md)
- [Consul](https://github.com/netdata/go.d.plugin/blob/master/modules/consul/README.md)
- [CoreDNS](https://github.com/netdata/go.d.plugin/blob/master/modules/coredns/README.md)
- [Elasticsearch](https://github.com/netdata/go.d.plugin/blob/master/modules/elasticsearch/README.md)
- [Fluentd](https://github.com/netdata/go.d.plugin/blob/master/modules/fluentd/README.md)
- [FreeRADIUS](https://github.com/netdata/go.d.plugin/blob/master/modules/freeradius/README.md)
- [HDFS](https://github.com/netdata/go.d.plugin/blob/master/modules/hdfs/README.md)
- [Lighttpd](https://github.com/netdata/go.d.plugin/blob/master/modules/lighttpd/README.md)
- [Logstash](https://github.com/netdata/go.d.plugin/blob/master/modules/logstash/README.md)
- [MySQL](https://github.com/netdata/go.d.plugin/blob/master/modules/mysql/README.md)
- [NGINX](https://github.com/netdata/go.d.plugin/blob/master/modules/nginx/README.md)
- [OpenVPN](https://github.com/netdata/go.d.plugin/blob/master/modules/openvpn/README.md)
- [PHP-FPM](https://github.com/netdata/go.d.plugin/blob/master/modules/phpfpm/README.md)
- [RabbitMQ](https://github.com/netdata/go.d.plugin/blob/master/modules/rabbitmq/README.md)
- [Solr](https://github.com/netdata/go.d.plugin/blob/master/modules/solr/README.md)
- [Tengine](https://github.com/netdata/go.d.plugin/blob/master/modules/tengine/README.md)
- [Unbound](https://github.com/netdata/go.d.plugin/blob/master/modules/unbound/README.md)
- [VerneMQ](https://github.com/netdata/go.d.plugin/blob/master/modules/vernemq/README.md)
- [ZooKeeper](https://github.com/netdata/go.d.plugin/blob/master/modules/zookeeper/README.md)
- [ActiveMQ](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/activemq/README.md)
- [Apache](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/apache/README.md)
- [Bind](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/bind/README.md)
- [CockroachDB](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/cockroachdb/README.md)
- [Consul](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/consul/README.md)
- [CoreDNS](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/coredns/README.md)
- [Elasticsearch](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/elasticsearch/README.md)
- [Fluentd](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/fluentd/README.md)
- [FreeRADIUS](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/freeradius/README.md)
- [HDFS](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/hdfs/README.md)
- [Lighttpd](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/lighttpd/README.md)
- [Logstash](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/logstash/README.md)
- [MySQL](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/mysql/README.md)
- [NGINX](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/nginx/README.md)
- [OpenVPN](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/openvpn/README.md)
- [PHP-FPM](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/phpfpm/README.md)
- [RabbitMQ](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/rabbitmq/README.md)
- [Solr](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/solr/README.md)
- [Tengine](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/tengine/README.md)
- [Unbound](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/unbound/README.md)
- [VerneMQ](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/vernemq/README.md)
- [ZooKeeper](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/zookeeper/README.md)

#### Prometheus endpoints

Service discovery supports Prometheus endpoints via
the [Prometheus](https://github.com/netdata/go.d.plugin/blob/master/modules/prometheus/README.md) collector.
the [Prometheus](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/prometheus/README.md) collector.

Annotations on pods allow a fine control of the scraping process:

Expand Down

0 comments on commit 7e13afa

Please sign in to comment.