Skip to content

Commit ae0d1da

Browse files
committed
Fix typo in exporter names
This patch fixes some typos in project names: - “Elasticsearch” which was written with an uppercase `S`, while the product is written with a lowercase `s` (see: https://www.elastic.co/elasticsearch/). - “MinIO” which was written with a lowercase “io” while it should be uppercase (see: https://min.io/) Signed-off-by: Lars Kiesow <lkiesow@uos.de>
1 parent accdd43 commit ae0d1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/instrumenting/exporters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache.
3636
* [Couchbase exporter](https://github.com/blakelead/couchbase_exporter)
3737
* [CouchDB exporter](https://github.com/gesellix/couchdb-exporter)
3838
* [Druid Exporter](https://github.com/opstree/druid-exporter)
39-
* [ElasticSearch exporter](https://github.com/justwatchcom/elasticsearch_exporter)
39+
* [Elasticsearch exporter](https://github.com/justwatchcom/elasticsearch_exporter)
4040
* [EventStore exporter](https://github.com/marcinbudny/eventstore_exporter)
4141
* [IoTDB exporter](https://github.com/fagnercarvalho/prometheus-iotdb-exporter)
4242
* [KDB+ exporter](https://github.com/KxSystems/prometheus-kdb-exporter)
@@ -278,7 +278,7 @@ separate exporters are needed:
278278
* [mgmt](https://github.com/purpleidea/mgmt/blob/master/docs/prometheus.md)
279279
* [MidoNet](https://github.com/midonet/midonet)
280280
* [midonet-kubernetes](https://github.com/midonet/midonet-kubernetes) (**direct**)
281-
* [Minio](https://docs.minio.io/docs/how-to-monitor-minio-using-prometheus.html)
281+
* [MinIO](https://docs.minio.io/docs/how-to-monitor-minio-using-prometheus.html)
282282
* [Netdata](https://github.com/firehol/netdata)
283283
* [Pretix](https://pretix.eu/)
284284
* [Quobyte](https://www.quobyte.com/) (**direct**)

0 commit comments

Comments
 (0)