From 11a93b2b37a743f8bf27f4823544faeeb232ae06 Mon Sep 17 00:00:00 2001 From: "Thomas J. Fox" Date: Tue, 18 Dec 2018 04:53:55 -0600 Subject: [PATCH] fix link in docs/examples/k8s-rabbitmq readme (#4967) Signed-off-by: Thomas J. Fox --- documentation/examples/kubernetes-rabbitmq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/examples/kubernetes-rabbitmq/README.md b/documentation/examples/kubernetes-rabbitmq/README.md index 3c1fd6a37..83f4f9fe7 100644 --- a/documentation/examples/kubernetes-rabbitmq/README.md +++ b/documentation/examples/kubernetes-rabbitmq/README.md @@ -13,7 +13,7 @@ yet found the exporter and is not scraping data from it. For more details on how to use Kubernetes service discovery take a look at the [documentation](http://prometheus.io/docs/operating/configuration/#kubernetes-sd-configurations-kubernetes_sd_config) -and at the [available examples](./documentation/examples). +and at the [available examples](./../). After you got Kubernetes service discovery up and running you just need to advertise that RabbitMQ is exposing metrics. To do that you need to define a service that: