Skip to content

Commit 5960ea3

Browse files
authored
Use grpc exporter for agent test workflow. (#982)
*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.
1 parent 1889c91 commit 5960ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/collector/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ services:
2626
- AWS_REGION=us-west-2
2727
- OTEL_JAVAAGENT_DEBUG=true
2828
- OTEL_METRICS_EXPORTER=otlp
29+
- OTEL_EXPORTER_OTLP_PROTOCOL=grpc
2930
volumes:
3031
- /tmp/awscreds:/tmp/awscreds
3132
ports:

0 commit comments

Comments
 (0)