Skip to content

Commit

Permalink
Use grpc exporter for agent test workflow. (#982)
Browse files Browse the repository at this point in the history
*Description of changes:*
Add `OTEL_EXPORTER_OTLP_PROTOCOL` to `grpc` for instrumentation as in
[version
v2.0.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.0.0):

> The default OTLP protocol has been changed from grpc to http/protobuf
in orderto align with the specification.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
  • Loading branch information
zzhlogin authored Dec 24, 2024
1 parent 1889c91 commit 5960ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/collector/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
- AWS_REGION=us-west-2
- OTEL_JAVAAGENT_DEBUG=true
- OTEL_METRICS_EXPORTER=otlp
- OTEL_EXPORTER_OTLP_PROTOCOL=grpc
volumes:
- /tmp/awscreds:/tmp/awscreds
ports:
Expand Down

0 comments on commit 5960ea3

Please sign in to comment.