Skip to content

Commit

Permalink
fix(docs): update SumoLogic example collector config (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jan 5, 2024
1 parent 3c79c1c commit 26be196
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions examples/quick-start-sumologic-nodejs/docker-compose.yaml
Expand Up @@ -6,13 +6,9 @@ services:
ports:
- "8080:8080"
environment:
# Local Tracetest Agent: GRPC
- OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://host.docker.internal:4317
# Local Tracetest Agent: HTTP
# - OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://host.docker.internal:4318/v1/traces
# Tracetest Core: GRPC
# - OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://otel-collector:4317
# Tracetest Core: HTTP
# GRPC
- OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://otel-collector:4317
# HTTP
# - OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://otel-collector:4318/v1/traces

otel-collector:
Expand Down

0 comments on commit 26be196

Please sign in to comment.