diff options
author | 2025-02-06 12:14:37 +0100 | |
---|---|---|
committer | 2025-02-06 12:14:37 +0100 | |
commit | dd094e401282e135989f57c0ca3dee7dea3f5207 (patch) | |
tree | 74cb77830f621840273255a17565ced73b4fa997 /example/tracing/tempo.yaml | |
parent | [feature] Use `X-Robots-Tag` headers to instruct scrapers/crawlers (#3737) (diff) | |
download | gotosocial-dd094e401282e135989f57c0ca3dee7dea3f5207.tar.xz |
[chore] update otel libraries (#3740)
* chore: update otel dependencies
* refactor: combine tracing & metrics in observability package
* chore: update example tracing compose file
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 |