Skip to content

Commit f1f2664

Browse files
authored
[Examples.AspNetCore] Bump OTel Collector to 0.111.0 (open-telemetry#5913)
1 parent 0343715 commit f1f2664

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/AspNetCore/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33

44
# OTEL Collector to receive logs, metrics and traces from the application
55
otel-collector:
6-
image: otel/opentelemetry-collector:0.70.0
6+
image: otel/opentelemetry-collector:0.111.0
77
command: [ "--config=/etc/otel-collector.yaml" ]
88
volumes:
99
- ./otel-collector.yaml:/etc/otel-collector.yaml

examples/AspNetCore/otel-collector.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ receivers:
22
otlp:
33
protocols:
44
grpc:
5+
endpoint: 0.0.0.0:4317
56
http:
7+
endpoint: 0.0.0.0:4318
68

79
exporters:
810
debug:

0 commit comments

Comments
 (0)