Configuring the Tempo backend (Self-Hosted)
Supported Signals:
string
odigos ui
Add Destination
Tempo
tempo.yaml
apiVersion: odigos.io/v1alpha1 kind: Destination metadata: name: tempo-example namespace: odigos-system spec: data: TEMPO_URL: <Endpoint> destinationName: tempo signals: - TRACES type: tempo
kubectl
kubectl apply -f tempo.yaml