HTTP-based service discovery provides a more generic way to configure static targets
and serves as an interface to plug in custom service discovery mechanisms.
Known subtypes:
Known usages:
All versions:
It fetches targets from an HTTP endpoint containing a list of zero or more <static_config>s.
The target must reply with an HTTP 200 response. The HTTP header Content-Type must be application/json,
and the body must be valid JSON.
Comma-separated string that can contain IPs, CIDR notation, domain names
that should be excluded from proxying. IP and domain names can
contain port numbers.
HTTP-based service discovery provides a more generic way to configure static targets and serves as an interface to plug in custom service discovery mechanisms.