EveryDev.ai
Subscribe
Home
Tools

3,697+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. telemetry.dev
    telemetry.dev icon

    telemetry.dev

    Observability Platforms
    Featured

    An observability platform for AI and LLM apps that captures every model call, tool step, and retrieval as OpenTelemetry traces with tokens, cost, latency, and errors attached.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    For a side project or a single service you want to keep an eye on.

    Pro: $25/mo
    Team: $100/mo

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsllms.txt

    Topics

    Observability PlatformsMonitoring ToolsAI Infrastructure

    Alternatives

    New Relic AIPydantic LogfireKubiks
    Developer
    telemetry.devAccra, GhanaEst. 2026

    Listed Aug 2026

    About telemetry.dev

    telemetry.dev is an observability platform built specifically for AI and LLM applications. It captures every model call, tool step, and retrieval as OpenTelemetry traces, attaching token counts, cost, latency, and error details to each span. The platform is designed to get developers from zero to their first trace in about five minutes, with no credit card required to start.

    What It Is

    telemetry.dev sits in the observability layer of an AI application stack, giving developers a unified view of what their models, tools, and retrieval systems are doing at runtime. Rather than building on a proprietary protocol, it is built on OpenTelemetry — meaning any framework or language that can emit standard OTLP over HTTP can send data to it without vendor lock-in. The platform normalizes all incoming spans into a single model of spans, tokens, and cost, then surfaces the four metrics the team describes as the ones developers actually check: volume, cost, p95 latency, and error rate.

    How Tracing Works

    The core unit of data is the span — one step in a trace, such as a model call, a tool call, or a retrieval. An agent run with five steps produces five spans. Developers can instrument their apps in two ways:

    • Drop-in SDKs: TypeScript (@telemetry-dev/sdk on npm) and Python (telemetry-dev on PyPI) SDKs let developers wrap a function in observe() to turn it into a span with inputs, outputs, tokens, and errors captured automatically.
    • Standard OTLP ingest: Any OpenTelemetry exporter pointed at the ingest endpoint (ingest.telemetry.dev) sends traces without requiring the SDK. LangChain, OpenLLMetry-instrumented apps, and custom OpenTelemetry setups all work through the same endpoint.

    Cost is computed server-side from each call's real token usage — input, output, cached, and reasoning tokens — against current per-model pricing for what the site describes as 4,700+ models, with no client-side estimates to maintain.

    Integrations and Framework Support

    The platform lists first-party or drop-in support for a wide range of model providers and frameworks, including OpenAI, Anthropic, Google Gemini, Mistral AI, Cohere, Meta Llama, Hugging Face, Groq, Ollama, xAI, DeepSeek, Perplexity, LangChain, OpenRouter, Together AI, and the Vercel AI SDK. The ingest API is versioned by URL path (/v1) with a stated deprecation policy: breaking changes ship under a new /vN prefix while the previous version continues to work.

    Privacy and Data Controls

    Input and output capture is a per-environment toggle, so teams can store full prompts in development while capturing nothing in production. The platform redacts secrets like API keys at ingest and allows custom redaction patterns per project. This makes it practical for teams with compliance requirements around prompt and completion storage.

    Audience and Deployment Model

    telemetry.dev targets developers and engineering teams shipping AI features in production. The platform is delivered as a cloud-hosted SaaS — there is no self-hosted option described in the available sources. The free plan is positioned for side projects or single services, while higher tiers are aimed at teams running AI across multiple services and environments. The API reference is described by an OpenAPI specification covering /v1/traces, /v1/logs, /v1/metrics, and /health.

    telemetry.dev - 1

    Community Discussions

    Be the first to start a conversation about telemetry.dev

    Share your experience with telemetry.dev, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    For a side project or a single service you want to keep an eye on.

    • 10k ingestion units / month
    • 7-day retention
    • 1 project
    • 2 seats

    Pro

    Founding rate for the first 25 customers. Standard Pro is $50/mo after those slots fill.

    $25
    per month
    • 250k ingestion units / month (soft cap)
    • 30-day retention
    • 5 projects
    • 5 seats

    Team

    For teams running AI in production across many services.

    $100
    per month
    • 1M ingestion units / month (soft cap)
    • 90-day retention
    • Unlimited projects
    • Unlimited seats
    • Priority support
    View official pricing

    Capabilities

    Key Features

    • OpenTelemetry-based trace capture
    • Model call, tool step, and retrieval tracing
    • Token usage tracking (input, output, cached, reasoning)
    • Cost computation for 4,700+ models
    • p95 latency monitoring
    • Error rate tracking and failure surfacing
    • Per-environment input/output capture toggle
    • Secret redaction at ingest with custom patterns
    • Trace search and filtering by status, environment, framework, session
    • Drop-in TypeScript and Python SDKs
    • Standard OTLP/HTTP ingest endpoint
    • Cost and latency breakdown by model, provider, environment, or user
    • Versioned ingest API with deprecation policy
    • Multi-project and multi-seat workspace support

    Integrations

    OpenAI
    Anthropic
    Google Gemini
    Mistral AI
    Cohere
    Meta Llama
    Hugging Face
    Groq
    Ollama
    xAI
    DeepSeek
    Perplexity
    LangChain
    OpenRouter
    Together AI
    Vercel AI SDK
    OpenTelemetry
    Python
    TypeScript
    Node.js
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate telemetry.dev and help others make informed decisions.

    Developer

    telemetry.dev Team

    telemetry.dev builds an observability platform for AI and LLM applications, capturing every model call, tool step, and retrieval as OpenTelemetry traces with tokens, cost, latency, and errors attached. The platform supports TypeScript and Python SDKs as well as standard OTLP ingest, making it compatible with any framework or language. Engineers respond directly to support requests, and the team offers hands-on demo walkthroughs for teams evaluating the platform.

    Founded 2026
    Accra, Ghana
    1 employees
    Read more about telemetry.dev Team
    Website
    1 tool in directory

    Similar Tools

    New Relic AI icon

    New Relic AI

    New Relic AI is an intelligent observability assistant embedded in the New Relic platform that helps engineers monitor, debug, and improve their entire software stack using AI-powered analysis.

    Pydantic Logfire icon

    Pydantic Logfire

    OpenTelemetry-based observability platform for monitoring LLM calls, agent reasoning, and AI applications from development to production.

    Kubiks icon

    Kubiks

    Full-stack observability platform with AI-powered root cause analysis and automated pull request fixes for engineering teams.

    Browse all tools

    Related Topics

    Observability Platforms

    Comprehensive platforms that combine metrics, logs, and traces with AI-powered analytics to provide deep insights into complex distributed systems and application behavior.

    117 tools

    Monitoring Tools

    AI-enhanced monitoring solutions that provide real-time visibility into system performance, anomaly detection, and predictive alerting for proactive issue resolution.

    97 tools

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    364 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions