We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0343715 commit f1f2664Copy full SHA for f1f2664
examples/AspNetCore/docker-compose.yaml
@@ -3,7 +3,7 @@ services:
3
4
# OTEL Collector to receive logs, metrics and traces from the application
5
otel-collector:
6
- image: otel/opentelemetry-collector:0.70.0
+ image: otel/opentelemetry-collector:0.111.0
7
command: [ "--config=/etc/otel-collector.yaml" ]
8
volumes:
9
- ./otel-collector.yaml:/etc/otel-collector.yaml
examples/AspNetCore/otel-collector.yaml
@@ -2,7 +2,9 @@ receivers:
2
otlp:
protocols:
grpc:
+ endpoint: 0.0.0.0:4317
http:
+ endpoint: 0.0.0.0:4318
exporters:
10
debug:
0 commit comments