Add scheme to collector endpoint on traces example (#913)

Add scheme to collector endpoint on traces example docker-composer file
This commit is contained in:
Ricardo Fontanelli 2023-01-19 22:20:51 +01:00 committed by GitHub
parent 4b9f1200bf
commit c4161a0ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ x-otel-common:
OTEL_TRACES_SAMPLER: parentbased_always_on
OTEL_TRACES_EXPORTER: otlp
OTEL_EXPORTER_OTLP_TRACES_PROTOCOL: grpc
OTEL_EXPORTER_OTLP_ENDPOINT: collector:4317
OTEL_EXPORTER_OTLP_ENDPOINT: http://collector:4317
OTEL_PHP_TRACES_PROCESSOR: simple
version: '3.7'