Configuring the Lightstep backend (Managed)
Supported Signals:
string
odigos ui
Add Destination
Lightstep
lightstep.yaml
apiVersion: odigos.io/v1alpha1 kind: Destination metadata: name: lightstep-example namespace: odigos-system spec: data: {} destinationName: lightstep secretRef: name: lightstep-secret signals: - TRACES type: lightstep --- apiVersion: v1 data: LIGHTSTEP_ACCESS_TOKEN: <Base64 Access Token> kind: Secret metadata: name: lightstep-secret namespace: odigos-system type: Opaque
kubectl
kubectl apply -f lightstep.yaml