Skip to content

Commit

Permalink
[dash0] fix merge screwup in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Feb 27, 2024
1 parent 2f98149 commit 2aeacd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,8 @@ services:
- SHIPPING_SERVICE_PORT
- QUOTE_SERVICE_ADDR
- FEATURE_FLAG_GRPC_SERVICE_ADDR
- OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}/v1/traces - OTEL_RESOURCE_ATTRIBUTES
- OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}/v1/traces
- OTEL_RESOURCE_ATTRIBUTES
- OTEL_SERVICE_NAME=shippingservice
depends_on:
otelcol:
Expand Down

0 comments on commit 2aeacd1

Please sign in to comment.