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