Tempo: Fix devenv (#99750)

Fix Tempo devenv
pull/99905/head
Joey 6 months ago committed by GitHub
parent 302e90b8f8
commit a18fa4af8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      devenv/docker/blocks/tempo/tempo.yaml

@ -6,15 +6,23 @@ distributor:
jaeger: # the receives all come from the OpenTelemetry collector. more configuration information can
protocols: # be found there: https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver
thrift_http: #
grpc: # for a production deployment you should only enable the receivers you need!
endpoint: "tempo:14268" # for a production deployment you should only enable the receivers you need!
grpc:
endpoint: "tempo:14250"
thrift_binary:
endpoint: "tempo:6832"
thrift_compact:
endpoint: "tempo:6831"
zipkin:
endpoint: "tempo:9411"
otlp:
protocols:
http:
grpc:
endpoint: "tempo:4317"
http:
endpoint: "tempo:4318"
opencensus:
endpoint: "tempo:55678"
compactor:
compaction:

Loading…
Cancel
Save