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-collector and defined in the sampling.proto IDL, supporting both static file-based and adaptive sampling strategies.

API entry from apis.yml

apis.yml Raw ↑
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