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 14 more developer resources.

36.7/100 thin ▬ flat Agent 20/100 agent aware self hosted · Apache-2.0 Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemium
1 APIs
Distributed TracingMicroservicesMonitoringObservability

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Open Source Surface applies to this provider. This product is open source and we read its repository directly, so Open Source Surface carries 10 points of the composite. It is scored from what the repository actually publishes — a security policy, a contribution guide, a release history, a code of conduct — read live from the provider rather than inferred from our own catalog pointers. This facet adds; nothing was taken away to make room for it. An open-source project is not excused from the commercial facets, because exemption would strip it of the points it does earn. If we have the wrong repository, or this product is not open source, say so on your provider repo and we will drop the facet rather than have you publish against it.
Create-or-Update Ergonomics does not apply to this provider. The published contracts declare no write operations, and a read-only API cannot create-or-update. The facet is excluded from this provider's denominator entirely — not scored zero. A reference or data API is not deficient for being unable to upsert.
The six quality facets above are damped to 90 points between them, because the conditional facet above carries the other 10. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 90% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. 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. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

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 6

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

API Collection

OPEN COLLECTION

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 3

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 3

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 5

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

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
deliveryModel:
  model: self-hosted
  license: Apache-2.0
  open_source: true
  commercial: false
  callable_host: false
  label: Self-hosted open source · you run it yourself
  confidence: high
  source:
  - license
  - openapi
  generated: '2026-08-28'
  method: derived
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.23'
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: IssueTracker
  url: https://github.com/jaegertracing/jaeger/issues
- type: Releases
  url: https://github.com/jaegertracing/jaeger/releases
- type: SecurityPolicy
  url: https://github.com/jaegertracing/jaeger/blob/main/SECURITY.md
- type: CodeOfConduct
  url: https://github.com/jaegertracing/jaeger/blob/main/CODE_OF_CONDUCT.md
- type: ContributionGuide
  url: https://github.com/jaegertracing/jaeger/blob/main/CONTRIBUTING.md
- type: License
  name: Apache-2.0
  url: https://github.com/jaegertracing/jaeger/blob/main/LICENSE
- 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

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/jaeger"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/jaeger/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/jaeger/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.