File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
samples/instrumentation-quickstart Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ receivers:
8585exporters :
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
9595processors :
9696 # Batch telemetry together to more efficiently send to GCP
You can’t perform that action at this time.
0 commit comments