Skip to content

Commit 49a0624

Browse files
committed
update collector to the latest release
1 parent 5985b57 commit 49a0624

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/instrumentation-quickstart/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
ports:
2929
- 8080
3030
otelcol:
31-
image: otel/opentelemetry-collector-contrib:0.92.0
31+
image: otel/opentelemetry-collector-contrib:0.115.1
3232
volumes:
3333
- ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml:ro
3434
- logs:/var/log:ro

samples/instrumentation-quickstart/otel-collector-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ receivers:
8585
exporters:
8686
# Export logs and traces using the standard googelcloud exporter
8787
googlecloud:
88-
project: $GOOGLE_CLOUD_PROJECT
88+
project: ${GOOGLE_CLOUD_PROJECT}
8989
log:
9090
default_log_name: "opentelemetry.io/collector-exported-log"
9191
# Export metrics to Google Managed service for Prometheus
9292
googlemanagedprometheus:
93-
project: $GOOGLE_CLOUD_PROJECT
93+
project: ${GOOGLE_CLOUD_PROJECT}
9494

9595
processors:
9696
# Batch telemetry together to more efficiently send to GCP

0 commit comments

Comments
 (0)