mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
fix link in docs/examples/k8s-rabbitmq readme (#4967)
Signed-off-by: Thomas J. Fox <thomasjfox1@gmail.com>
This commit is contained in:
parent
e8be31eed9
commit
11a93b2b37
|
@ -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
|
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)
|
[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
|
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:
|
is exposing metrics. To do that you need to define a service that:
|
||||||
|
|
Loading…
Reference in a new issue