Skip to content

Commit

Permalink
update collector to the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Dec 12, 2024
1 parent 5985b57 commit 49a0624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/instrumentation-quickstart/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
ports:
- 8080
otelcol:
image: otel/opentelemetry-collector-contrib:0.92.0
image: otel/opentelemetry-collector-contrib:0.115.1
volumes:
- ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml:ro
- logs:/var/log:ro
Expand Down
4 changes: 2 additions & 2 deletions samples/instrumentation-quickstart/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ receivers:
exporters:
# Export logs and traces using the standard googelcloud exporter
googlecloud:
project: $GOOGLE_CLOUD_PROJECT
project: ${GOOGLE_CLOUD_PROJECT}
log:
default_log_name: "opentelemetry.io/collector-exported-log"
# Export metrics to Google Managed service for Prometheus
googlemanagedprometheus:
project: $GOOGLE_CLOUD_PROJECT
project: ${GOOGLE_CLOUD_PROJECT}

processors:
# Batch telemetry together to more efficiently send to GCP
Expand Down

0 comments on commit 49a0624

Please sign in to comment.