Jaeger website screenshot

Jaeger

Jaeger is an open source, end-to-end distributed tracing system for monitoring and troubleshooting microservices-based architectures. Jaeger provides visibility into distributed system behavior through trace collection, storage, and visualization.

Jaeger publishes 4 APIs on the APIs.io network, including Dependencies API, Metrics API, Services API, and 1 more. Tagged areas include Distributed Tracing, Microservices, Monitoring, and Observability.

The Jaeger catalog on APIs.io includes 1 Spectral governance ruleset.

Jaeger’s developer surface includes documentation, getting-started guide, engineering blog, support, changelog, and 8 more developer resources.

44.4/100 developing ▬ flat Agent 22/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemium
7 APIs
Distributed TracingMicroservicesMonitoringObservability

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 44.4/100 · developing
Contract Quality 11.9 / 25
Developer Ergonomics 5.2 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 6.8 / 13
Governance 7.0 / 12
Discoverability 5.6 / 10
Agent readiness — 22/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/jaeger: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Jaeger Collector API

The Jaeger Collector API receives trace spans from instrumented applications and SDKs. Since Jaeger v1.11 the primary protocol is the jaeger.api_v2.CollectorService gRPC endpoin...

Jaeger Remote Storage API

The Jaeger Remote Storage API is a gRPC-based interface that allows extending Jaeger with custom storage backends. Any backend implementing this API can be deployed as a remote ...

Jaeger Remote Sampling API

The Jaeger Remote Sampling API provides HTTP and gRPC endpoints that SDKs use to retrieve sampling strategies for distributed trace collection. It is implemented by the jaeger-c...

Jaeger Dependencies API

Endpoints for retrieving service dependency graphs.

Jaeger Metrics API

Endpoints for retrieving service performance metrics including latency, call rates, and error rates.

Jaeger Services API

Endpoints for listing services and their operations.

Jaeger Traces API

Endpoints for searching and retrieving distributed traces.

Scroll for all 7

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Jaeger Query API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Jaeger Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Jaeger Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Jaeger API Rules

6 rules · 4 warnings 2 info

SPECTRAL

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Jaeger Domain Security

TLSv1.3 · HSTS

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Jaeger Agentic Access

9 operations

9 operations · 0 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: jaeger
name: Jaeger
description: Jaeger is an open source, end-to-end distributed tracing system for monitoring and troubleshooting microservices-based
  architectures. Jaeger provides visibility into distributed system behavior through trace collection, storage, and visualization.
type: Index
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/jaeger.png
tags:
- Distributed Tracing
- Microservices
- Monitoring
- Observability
url: https://raw.githubusercontent.com/api-evangelist/jaeger/refs/heads/main/apis.yml
created: '2025-01-01'
modified: '2026-05-19'
specificationVersion: '0.19'
apis:
- aid: jaeger:jaeger-collector-api
  name: Jaeger Collector API
  description: The Jaeger Collector API receives trace spans from instrumented applications and SDKs. Since Jaeger v1.11 the
    primary protocol is the jaeger.api_v2.CollectorService gRPC endpoint; the collector also accepts OTLP traces (binary gRPC,
    Protobuf over HTTP, JSON over HTTP) since v1.35, as well as legacy Thrift over UDP and HTTP formats.
  humanURL: https://www.jaegertracing.io/docs/latest/apis/
  tags:
  - Collector
  - Distributed Tracing
  - gRPC
  - OTLP
  properties:
  - type: Documentation
    url: https://www.jaegertracing.io/docs/latest/apis/
  - type: Reference
    url: https://github.com/jaegertracing/jaeger-idl/blob/main/proto/api_v2/collector.proto
  - type: GitHubRepository
    url: https://github.com/jaegertracing/jaeger
- aid: jaeger:jaeger-remote-storage-api
  name: Jaeger Remote Storage API
  description: The Jaeger Remote Storage API is a gRPC-based interface that allows extending Jaeger with custom storage backends.
    Any backend implementing this API can be deployed as a remote gRPC server and plugged into Jaeger components in place
    of built-in storage engines (available since v1.30).
  humanURL: https://www.jaegertracing.io/docs/latest/apis/
  tags:
  - Distributed Tracing
  - Extensions
  - gRPC
  - Storage
  properties:
  - type: Documentation
    url: https://www.jaegertracing.io/docs/latest/apis/
  - type: Reference
    url: https://github.com/jaegertracing/jaeger-idl/blob/main/proto/api_v2/query.proto
  - type: GitHubRepository
    url: https://github.com/jaegertracing/jaeger
- aid: jaeger:jaeger-remote-sampling-api
  name: Jaeger Remote Sampling API
  description: The Jaeger Remote Sampling API provides HTTP and gRPC endpoints that SDKs use to retrieve sampling strategies
    for distributed trace collection. It is implemented by the jaeger-collector and defined in the sampling.proto IDL, supporting
    both static file-based and adaptive sampling strategies.
  humanURL: https://www.jaegertracing.io/docs/latest/apis/
  tags:
  - Configuration
  - Distributed Tracing
  - gRPC
  - Sampling
  properties:
  - type: Documentation
    url: https://www.jaegertracing.io/docs/latest/apis/
  - type: Reference
    url: https://github.com/jaegertracing/jaeger-idl/blob/main/proto/api_v2/sampling.proto
  - type: GitHubRepository
    url: https://github.com/jaegertracing/jaeger
- aid: jaeger:jaeger-dependencies-api
  name: Jaeger Dependencies API
  description: Endpoints for retrieving service dependency graphs.
  humanURL: https://www.jaegertracing.io/docs/latest/apis/
  tags:
  - Dependencies
  properties:
  - type: OpenAPI
    url: openapi/jaeger-dependencies-api-openapi.yml
  - type: Documentation
    url: https://www.jaegertracing.io/docs/latest/apis/
  - type: GitHubRepository
    url: https://github.com/jaegertracing/jaeger
  - type: ChangeLog
    url: https://github.com/jaegertracing/jaeger/blob/main/CHANGELOG.md
- aid: jaeger:jaeger-metrics-api
  name: Jaeger Metrics API
  description: Endpoints for retrieving service performance metrics including latency, call rates, and error rates.
  humanURL: https://www.jaegertracing.io/docs/latest/apis/
  tags:
  - Metrics
  properties:
  - type: OpenAPI
    url: openapi/jaeger-metrics-api-openapi.yml
  - type: Documentation
    url: https://www.jaegertracing.io/docs/latest/apis/
  - type: GitHubRepository
    url: https://github.com/jaegertracing/jaeger
  - type: ChangeLog
    url: https://github.com/jaegertracing/jaeger/blob/main/CHANGELOG.md
- aid: jaeger:jaeger-services-api
  name: Jaeger Services API
  description: Endpoints for listing services and their operations.
  humanURL: https://www.jaegertracing.io/docs/latest/apis/
  tags:
  - Services
  properties:
  - type: OpenAPI
    url: openapi/jaeger-services-api-openapi.yml
  - type: Documentation
    url: https://www.jaegertracing.io/docs/latest/apis/
  - type: GitHubRepository
    url: https://github.com/jaegertracing/jaeger
  - type: ChangeLog
    url: https://github.com/jaegertracing/jaeger/blob/main/CHANGELOG.md
- aid: jaeger:jaeger-traces-api
  name: Jaeger Traces API
  description: Endpoints for searching and retrieving distributed traces.
  humanURL: https://www.jaegertracing.io/docs/latest/apis/
  tags:
  - Traces
  properties:
  - type: OpenAPI
    url: openapi/jaeger-traces-api-openapi.yml
  - type: Documentation
    url: https://www.jaegertracing.io/docs/latest/apis/
  - type: GitHubRepository
    url: https://github.com/jaegertracing/jaeger
  - type: ChangeLog
    url: https://github.com/jaegertracing/jaeger/blob/main/CHANGELOG.md
common:
- type: AgenticAccess
  url: agentic-access/jaeger-agentic-access.yml
- type: DomainSecurity
  url: security/jaeger-domain-security.yml
- type: Website
  url: https://www.jaegertracing.io/
- type: Documentation
  url: https://www.jaegertracing.io/docs/
- type: GettingStarted
  url: https://www.jaegertracing.io/docs/latest/getting-started/
- type: GitHubOrganization
  url: https://github.com/jaegertracing
- type: GitHubRepository
  url: https://github.com/jaegertracing/jaeger
- type: Blog
  url: https://www.jaegertracing.io/news/
- type: Community
  url: https://www.jaegertracing.io/get-involved/
- type: Support
  url: https://www.jaegertracing.io/get-in-touch/
- type: ChangeLog
  url: https://github.com/jaegertracing/jaeger/blob/main/CHANGELOG.md
- type: JSONLD
  url: json-ld/jaeger-trace.yml
- type: JSONSchema
  url: json-schema/jaeger-trace.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com