Configuring the KloudMate backend (Managed)
Supported Signals:
string
https://otel.kloudmate.com:4318
odigos ui
Add Destination
KloudMate
kloudmate.yaml
apiVersion: odigos.io/v1alpha1 kind: Destination metadata: name: kloudmate-example namespace: odigos-system spec: data: {} destinationName: kloudmate secretRef: name: kloudmate-secret signals: - TRACES - METRICS - LOGS type: kloudmate --- apiVersion: v1 data: KLOUDMATE_API_KEY: <Base64 KloudMate API Key> kind: Secret metadata: name: kloudmate-secret namespace: odigos-system type: Opaque
kubectl
kubectl apply -f kloudmate.yaml