mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
parent
a30348f1a4
commit
3241c527d0
|
@ -9,7 +9,7 @@ This directory (`documentation/examples/custom-sd`) contains an example custom s
|
||||||
as well as a file_sd adapter usage. `adapter-usage` contains the `Discoverer` implementation for a basic Consul
|
as well as a file_sd adapter usage. `adapter-usage` contains the `Discoverer` implementation for a basic Consul
|
||||||
service discovery mechanism. It simply queries Consul for all it's known services (except Consul itself),
|
service discovery mechanism. It simply queries Consul for all it's known services (except Consul itself),
|
||||||
and sends them along with all the other service data as labels as a TargetGroup.
|
and sends them along with all the other service data as labels as a TargetGroup.
|
||||||
The `adapter` directory contains the adapter code you will want to important and pass your `Discoverer`
|
The `adapter` directory contains the adapter code you will want to import and pass your `Discoverer`
|
||||||
implementation to.
|
implementation to.
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
Loading…
Reference in a new issue