Configuring the Axiom backend (Managed)
Supported Signals:
string
odigos ui
Add Destination
Axiom
axiom.yaml
apiVersion: odigos.io/v1alpha1 kind: Destination metadata: name: axiom-example namespace: odigos-system spec: data: AXIOM_DATASET: <Dataset> destinationName: axiom secretRef: name: axiom-secret signals: - TRACES - LOGS type: axiom --- apiVersion: v1 data: AXIOM_API_TOKEN: <Base64 Axiom API token> kind: Secret metadata: name: axiom-secret namespace: odigos-system type: Opaque
kubectl
kubectl apply -f axiom.yaml