You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reinitialized existing Git repository in /data/gitlab-runner/builds/W9JEWgWC/0/cego/otel-collector/.git/
Checking out 6903c0c8 as detached HEAD (ref is renovate/otel-opentelemetry-collector-contrib-0.x)...
Skipping Git submodules setup
Executing "step_script" stage of the job script
00:08
$ docker run -q -e ELASTIC_APM_ENDPOINT -e ELASTIC_APM_SECRET_TOKEN --rm -v $(pwd)/collector-config-layer-one.yml:/etc/collector-config-layer-one.yml ${OTEL_COLLECTOR_IMAGE_REF} --config=/etc/collector-config-layer-one.yml validate
Error: exporters::loadbalancing: requires a non-empty "endpoint"
2024/02/22 19:07:12 collector server run finished with error: exporters::loadbalancing: requires a non-empty "endpoint"
Additional context
I've read the release notes and looked at the loadbalancing examples, but no where is endpoint mentioned in conjunction with loadbalancing.
The text was updated successfully, but these errors were encountered:
firecow
changed the title
exporters::loadbalancing: requires a non-empty "endpoint" in versoin 0.95.0
exporters::loadbalancing: requires a non-empty "endpoint" in version 0.95.0
Feb 22, 2024
Component(s)
No response
What happened?
Description
validate reports
exporters::loadbalancing: requires a non-empty "endpoint"
in version 0.95.0Steps to Reproduce
Run otel-collector validate on a config file that has a loadbalancing exporter
Expected Result
I would expect the validation to succeed.
Actual Result
It throws a validation error
Collector version
0.95.0
Environment information
Environment
Docker image from dockerhub otel/opentelemetry-collector-contrib:0.95.0
OpenTelemetry Collector configuration
Log output
Additional context
I've read the release notes and looked at the loadbalancing examples, but no where is endpoint mentioned in conjunction with loadbalancing.
The text was updated successfully, but these errors were encountered: