File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/instrumentation/Wordpress Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ services:
4242 # OpenTelemetry collector. Make sure you set USERID and GOOGLE_APPLICATION_CREDENTIALS
4343 # environment variables for your container to authenticate correctly
4444 otel-collector :
45- image : otel/opentelemetry-collector-contrib:0.79 .0
45+ image : otel/opentelemetry-collector-contrib:0.91 .0
4646 volumes :
4747 - ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
4848
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ processors:
1414# Alternatively, add additional exporters for the backend of your choice and update the
1515# pipelines below
1616exporters :
17- logging :
17+ debug :
1818 verbosity : detailed
1919 otlp :
2020 endpoint : jaeger:4317
@@ -26,9 +26,9 @@ service:
2626 metrics :
2727 receivers : [otlp]
2828 processors : [memory_limiter, batch]
29- exporters : [logging ]
29+ exporters : [debug ]
3030
3131 traces :
3232 receivers : [otlp]
3333 processors : [memory_limiter, batch]
34- exporters : [logging , otlp]
34+ exporters : [debug , otlp]
You can’t perform that action at this time.
0 commit comments