Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/docker-otel-lgtm
Path: blob/main/docker/run-tempo.sh
401 views
1
#!/bin/bash
2
3
source ./logging.sh
4
5
run_with_logging "Tempo ${TEMPO_VERSION}" "${ENABLE_LOGS_TEMPO:-false}" ./tempo/tempo --config.file=./tempo-config.yaml
6
7