diff options
Diffstat (limited to 'example/tracing/tempo.yaml')
-rw-r--r-- | example/tracing/tempo.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/tracing/tempo.yaml b/example/tracing/tempo.yaml index 52f6147a0..551d3b390 100644 --- a/example/tracing/tempo.yaml +++ b/example/tracing/tempo.yaml @@ -5,7 +5,10 @@ distributor: receivers: otlp: protocols: + http: + endpoint: '0.0.0.0:4318' grpc: + endpoint: '0.0.0.0:4317' ingester: max_block_duration: 5m |