Why use Latitude Telemetry?
With Telemetry you can:-
Get feature-level observability
Attach executions to specific prompts and versions instead of “one giant trace store”. Slice logs by feature, environment, user, or any metadata you send. -
Understand real usage and performance
See which prompts and models are actually used in production, along with latency, error rates, and input/output examples. -
Annotate real executions
Your team can label logs (e.g. “great answer”, “hallucination”, “formatting issue”), turning production traffic into a high-signal dataset. -
Create custom evaluations for each feature
Use LLM-as-judge, programmatic checks, or human-in-the-loop evaluations to continuously score outputs for each prompt or feature. -
Automatically surface issues and bottlenecks
Combine logs, annotations and evaluations to find broken prompts, regressions after a change, or slow/high-cost paths.
How Telemetry fits into your stack (high level)
At a high level, integrating Telemetry looks like this:- Install the Telemetry package in your app.
- Wrap each feature or prompt execution so Latitude can tie logs back to a specific prompt and version.
- See your logs in Latitude and annotate them with your own metadata.
Supported integrations
Latitude Telemetry supports a wide range of providers and frameworks, allowing you to connect your existing LLM-powered application to Latitude in minutes.Popular integrations
More integrations
Azure
Google AI Platform
Cohere
Together AI
Vertex AI
Groq
Mistral
Ollama
LiteLLM
Replicate
SageMaker
Transformers
Aleph Alpha
watsonx
LlamaIndex
Haystack
DSPy
CrewAI
OpenTelemetry OTLP
OpenTelemetry (OTLP ingest)
If you already use OpenTelemetry, you can export OTLP traces directly to Latitude.- URL (Latitude Cloud):
https://gateway.latitude.so/api/v3/traces - Auth:
Authorization: Bearer YOUR_API_KEY - Formats: OTLP Protobuf (
application/x-protobuf) or OTLP JSON (application/json)
Next steps
- Choose the provider/framework your application already uses (or OpenTelemetry OTLP ingest).
- Open its integration page.
- Follow the step-by-step guide to install and initialize Latitude Telemetry for that stack.