Add Latitude as an observability provider (OTLP, open-source, self-hostable) #283
guillemwilly
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add Latitude as a documented observability provider for Flue, alongside OpenTelemetry, Braintrust, and Sentry. Latitude is an open-source LLM observability and evaluation platform that ingests OpenTelemetry traces, so it fits Flue's existing
@flue/opentelemetryadapter with no new package required.Background & Motivation
Flue already converts its
observe(...)event stream into OpenTelemetry spans through@flue/opentelemetry, but the user still has to pick and wire up a backend. The "Choose an observability provider" table currently lists OpenTelemetry, Braintrust, and Sentry.Latitude is a natural fit for Flue users who want agent-focused traces plus evaluations:
@flue/opentelemetryadapter. Users only add an OTLP exporter pointed athttps://ingest.latitude.so.Latitude recently shipped instrumentation across many agent frameworks (Agno, Google ADK, OpenAI Agents, LlamaIndex, and others). Documenting the Flue path would let Flue users adopt it without rediscovering the OTLP wiring themselves.
Goals
@flue/opentelemetryadapter rather than introducing a new dependency or a bespokeobserve(...)bridge.Example
The integration is the existing OpenTelemetry adapter with an OTLP exporter aimed at Latitude:
Proposed changes (drafted, ready to drop in)
If this is accepted, here is a draft that follows the existing patterns. Happy to adjust to your house style (for example, this draft avoids em dashes by request).
New page:
apps/docs/src/content/docs/ecosystem/tooling/latitude.mdNav entry in
apps/docs/src/lib/docs-navigation.ts, Ecosystem → Tooling group:{ title: 'Latitude', slug: 'ecosystem/tooling/latitude' }New row in the "Choose an observability provider" table in
apps/docs/src/content/docs/guide/observability.md:Draft page content (
ecosystem/tooling/latitude.md)I am a maintainer of Latitude and happy to keep this draft up to date, contribute an
examples/latitude/app, or adjust anything to fit how you prefer integrations to be shaped.Beta Was this translation helpful? Give feedback.
All reactions