mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-08 13:08:59 +08:00
added OTLP HTTP receiver
This commit is contained in:
parent
5f796a982b
commit
c7399bc8e7
@ -218,6 +218,7 @@ services:
|
||||
- "8887:8888" # Prometheus metrics exposed by the agent
|
||||
- "14268:14268" # Jaeger receiver
|
||||
- "55678" # OpenCensus receiver
|
||||
- "55681:55681" # OTLP HTTP receiver
|
||||
- "55679:55679" # zpages extension
|
||||
- "13133" # health_check
|
||||
depends_on:
|
||||
|
@ -1,4 +1,8 @@
|
||||
receivers:
|
||||
otlp:
|
||||
protocols:
|
||||
# grpc:
|
||||
http:
|
||||
jaeger:
|
||||
protocols:
|
||||
grpc:
|
||||
@ -29,6 +33,6 @@ service:
|
||||
extensions: [health_check, zpages]
|
||||
pipelines:
|
||||
traces:
|
||||
receivers: [jaeger]
|
||||
receivers: [jaeger, otlp]
|
||||
processors: [memory_limiter, batch, queued_retry]
|
||||
exporters: [kafka]
|
Loading…
x
Reference in New Issue
Block a user