Skip to content

Commit

Permalink
example for thrift exporter was using invalid config (#6091)
Browse files Browse the repository at this point in the history
This was causing the fpm/deb/msi build targets to fail because examples/tracing/otel-collector-config.yml is used the rpm/deb build https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/050ccc1a723abba703864617d839ebd19cb00f45/.github/workflows/build-and-test.yml#L289.

Fixes #6092
  • Loading branch information
Alex Boten authored Nov 2, 2021
1 parent 050ccc1 commit 6c21bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tracing/otel-collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ receivers:

exporters:
jaeger_thrift:
url: "http://jaeger:14268/api/traces"
endpoint: "http://jaeger:14268/api/traces"
logging:
zipkin:
endpoint: "http://zipkin:9411/api/v2/spans"
Expand Down

0 comments on commit 6c21bf2

Please sign in to comment.