Integrations
LLM Observability with Instana and OpenLLMetry
With Instana, you can export directly to an Instana Agent in your cluster.
The Instana Agent will report back the tracing and metrics to the Instana Backend and display them on the Instana UI.
If you are running your Instana Agent on a VM or physical machine, do the following to config:
Edit the agent config file configuration.yaml
under the /opt/instana/agent/etc/instana
folder.
Add the following to the file:
Restart the Instana agent:
If you are running Instana Agent on OpenShift or Kubernetes, do the following to config:
In Instana Configmap, add the following content:
For Instana Daemonset, add the following:
The Instana agent should be ready for OpenTelemetry data at port 4317.
Then, set this env var, and you’re done!