Supported Backends
IBM Instana
Configuring the IBM Instana backend (Managed)
Getting Started
Creating Account
Go to the π Website > Account and click Log In
Obtaining Endpoint
Go to the π Docs > Endpoints of the Instana backend otlp-acceptor and find your Endpoint
Obtaining Agent Key
Go to your π© Email > Instana Login Details and copy Agent-Key
Configuring Destination Fields
- INSTANA_ENDPOINT
string
: OTLP gRPC Endpoint. Domain name of the otlp-acceptor component of the Instana backend.- This field is required
- Example:
otlp-{color}-saas.instana.io
- INSTANA_AGENT_KEY
string
: Agent Key. The agent key of the Instana for targeting the Instana backend.- This field is required
For ingesting logs via OpenTelemetry, an add-on to the Instana license is required. Itβs advisable to contact your IBM Sales representative to include this add-on in your account.
Adding Destination to Odigos
There are two primary methods for configuring destinations in Odigos:
Using the UI
1
Use the Odigos CLI to access the UI
2
Click on Add Destination
, select IBM Instana
and follow the on-screen instructions
Using Kubernetes manifests
1
Save the YAML below to a file (e.g. instana.yaml
)
2
Apply the YAML using kubectl