This guide explains how to send OpenTelemetry (OTel) traces to Galileo using OpenInference. Configure the endpoint and headers to get started quickly.
Tested with:
opentelemetry-api==1.23.0opentelemetry-sdk==1.23.0openinference-instrumentation-langchain==0.3.1
Note: Apply instrumentation before importing or initializing your framework (e.g., LangChain, OpenAI).
https://app.galileo.ai/api/galileo/otel/traces/otel/traces path:
https://console.your_cluster_url.com, the endpoint becomes http://api.your_cluster_url.com/otel/traces.
ConsoleSpanExporter to see local trace output.print(os.environ['OTEL_EXPORTER_OTLP_TRACES_HEADERS']) to debug your header string.