From 6c769ba57e7940e90a5a49338d785811f7d43f09 Mon Sep 17 00:00:00 2001 From: Oussema CHERNI Date: Thu, 22 Feb 2018 13:20:34 +0100 Subject: [PATCH 1/2] Update exporters.md Add gitlab runner in Software exposing Prometheus metrics --- content/docs/instrumenting/exporters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/instrumenting/exporters.md b/content/docs/instrumenting/exporters.md index 8e64f364e..ab4850839 100644 --- a/content/docs/instrumenting/exporters.md +++ b/content/docs/instrumenting/exporters.md @@ -189,6 +189,7 @@ separate exporters are needed: * [SkyDNS](https://github.com/skynetservices/skydns) (**direct**) * [Telegraf](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_client) * [Weave Flux](https://github.com/weaveworks/flux) + * [Gitlab runner](https://docs.gitlab.com/runner/monitoring/README.html) (**direct**) The software marked *direct* is also directly instrumented with a Prometheus client library. From 98048cd444fca94da99d9951858683355b9986b1 Mon Sep 17 00:00:00 2001 From: Oussema CHERNI Date: Thu, 22 Feb 2018 14:21:23 +0100 Subject: [PATCH 2/2] Update exporters.md --- content/docs/instrumenting/exporters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/instrumenting/exporters.md b/content/docs/instrumenting/exporters.md index ab4850839..098c0dc2e 100644 --- a/content/docs/instrumenting/exporters.md +++ b/content/docs/instrumenting/exporters.md @@ -177,6 +177,7 @@ separate exporters are needed: * [Doorman](https://github.com/youtube/doorman) (**direct**) * [Etcd](https://github.com/coreos/etcd) (**direct**) * [FreeBSD Kernel](https://www.freebsd.org/cgi/man.cgi?query=prometheus_sysctl_exporter&apropos=0&sektion=8&manpath=FreeBSD+12-current&arch=default&format=html) + * [Gitlab runner](https://docs.gitlab.com/runner/monitoring/README.html) (**direct**) * [Grafana](http://docs.grafana.org/administration/metrics/) * [Kubernetes](https://github.com/kubernetes/kubernetes) (**direct**) * [Linkerd](https://github.com/BuoyantIO/linkerd) @@ -189,7 +190,6 @@ separate exporters are needed: * [SkyDNS](https://github.com/skynetservices/skydns) (**direct**) * [Telegraf](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_client) * [Weave Flux](https://github.com/weaveworks/flux) - * [Gitlab runner](https://docs.gitlab.com/runner/monitoring/README.html) (**direct**) The software marked *direct* is also directly instrumented with a Prometheus client library.