# ...
config:
receivers:
jaeger:
protocols:
grpc:
endpoint: 0.0.0.0:14250
thrift_http:
endpoint: 0.0.0.0:14268
thrift_compact:
endpoint: 0.0.0.0:6831
thrift_binary:
endpoint: 0.0.0.0:6832
tls: {}
service:
pipelines:
traces:
receivers: [jaeger]
# ...
config:
receivers:
jaeger:
protocols:
grpc:
endpoint: 0.0.0.0:14250
1
thrift_http:
endpoint: 0.0.0.0:14268
2
thrift_compact:
endpoint: 0.0.0.0:6831
3
thrift_binary:
endpoint: 0.0.0.0:6832
4
tls: {}
5
service:
pipelines:
traces:
receivers: [jaeger]
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow