Skip to content

Commit

Permalink
Use debug exporter instead of remove logging exporter and pin the col…
Browse files Browse the repository at this point in the history
…lector image
  • Loading branch information
making committed Oct 17, 2024
1 parent 56a4e47 commit 3d712be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class ITOtlpProtoV1EncoderTest {
private static OtlpHttpServer otlpHttpServer;

private static final String COLLECTOR_IMAGE =
"ghcr.io/open-telemetry/opentelemetry-java/otel-collector";
"ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.111.0";

private static final Integer COLLECTOR_OTLP_HTTP_PORT = 4318;

Expand Down
4 changes: 2 additions & 2 deletions encoder-brave/src/test/resources/otel-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ receivers:
zipkin:
endpoint: 0.0.0.0:9411
exporters:
logging:
debug:
# verbosity: detailed
otlphttp:
endpoint: ${OTLP_EXPORTER_ENDPOINT}
Expand All @@ -20,4 +20,4 @@ service:
pipelines:
traces:
receivers: [ otlp, zipkin ]
exporters: [ logging, otlphttp ]
exporters: [ debug, otlphttp ]

0 comments on commit 3d712be

Please sign in to comment.