mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
fix(dev): traces not arriving in tempo 1.4+
Tempo 1.4 changed the default port for OTLP HTTP, this changes our references to this port.
This commit is contained in:
parent
2afeed0ff7
commit
1ac709da24
2 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ services:
|
|||
- ./tempo/tempo.yaml:/etc/tempo.yaml
|
||||
- tempo_data:/tmp/tempo
|
||||
ports:
|
||||
- "55680" # OpenTelemetry
|
||||
- "3101" # tempo
|
||||
- "4318" # OpenTelemetry HTTP
|
||||
networks:
|
||||
- observability
|
||||
- api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue