-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationexporter/loadbalancinggood first issueGood for newcomersGood for newcomers
Description
Component(s)
exporter/loadbalancing
Describe the issue you're reporting
The loadbalancingexporter
has an examples directory with one specifically demonstrating use of the k8s
resolver. Said example:
...
exporters:
loadbalancing:
protocol:
otlp:
tls:
insecure: true
resolver:
k8s:
service: backends-collector-headless.observability
...
I was under the impression that the k8s
resolver was for standard k8s Service
resources, not headless services. The documentation on the official website also states:
You can configure the load-balancing exporter to use the list of hosts behind a given DNS A entry, such as a Kubernetes headless service.
This leads me to the following conclusions:
- headless = use
dns
resolver - standard service = use
k8s
resolver
Should the k8s
example imply that a headless Service should be used?
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1
or me too
, to help us triage it. Learn more here.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationexporter/loadbalancinggood first issueGood for newcomersGood for newcomers