Configuring the New Relic backend (Managed)
Supported Signals:
string
odigos ui
Add Destination
New Relic
newrelic.yaml
apiVersion: odigos.io/v1alpha1 kind: Destination metadata: name: newrelic-example namespace: odigos-system spec: data: NEWRELIC_ENDPOINT: '<Endpoint (options: [https://otlp.nr-data.net, https://otlp.eu01.nr-data.net])>' destinationName: newrelic secretRef: name: newrelic-secret signals: - TRACES - METRICS - LOGS type: newrelic --- apiVersion: v1 data: NEWRELIC_API_KEY: <Base64 License Key> kind: Secret metadata: name: newrelic-secret namespace: odigos-system type: Opaque
kubectl
kubectl apply -f newrelic.yaml