Add missing receivers configuration for http protocol (#298)

This commit is contained in:
Filippo Broggini
2024-12-18 17:13:48 +01:00
committed by GitHub
parent 9a47bb0ee5
commit 0f4a869df5

View File

@@ -7,6 +7,9 @@ receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
exporters:
# NOTE: Prior to v0.86.0 use `logging` instead of `debug`.