vaadin / observability-kit

Other
5 stars 2 forks source link

Tempo image is not starting #255

Open SebastianKuehnau opened 2 months ago

SebastianKuehnau commented 2 months ago

starting the docker-compose in the observability-kit-demo module the tempo container stops starting with the following error message: "msg="error running Tempo" err="failed to init module services: error initialising module: store: failed to create store: mkdir /tmp/tempo/blocks: permission denied""

SebastianKuehnau commented 2 months ago

this error can be fixed by removing the "tempo_data" definition from the docker-compose.yml

volumes:
- tempo_data:/tmp/tempo //remove this line
- ./tempo/tempo.yaml:/etc/tempo.yaml