Skip to content

Commit

Permalink
Use default OTEL Collector endpoint when running without Jaeger
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed May 24, 2024
1 parent 1d87d41 commit cd28636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<jaeger.host>hono-jaeger</jaeger.host>
<jaeger.otel-collector.port>4317</jaeger.otel-collector.port>

<otel-collector.endpoint></otel-collector.endpoint>
<otel-collector.endpoint>http://localhost</otel-collector.endpoint>
<otel-traces-sampler>always_off</otel-traces-sampler>

<!-- prevents circular dependency -->
Expand Down

0 comments on commit cd28636

Please sign in to comment.