Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Jaeger SamplingManager API

The SamplingManager API from Jaeger — 2 operation(s) for samplingmanager.

Jaeger SamplingManager API is one of 3 APIs that Jaeger publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include SamplingManager. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 2 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against a single base URL, http://localhost:14268.

2 operations 2 paths 6 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Server
http://localhost:14268
License
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

SamplingManager 2
POST
/api/v2/samplingStrategy
Get Sampling Strategy
getSamplingStrategy body → 200
GET
/sampling
Get Sampling Strategy (Legacy)
getSamplingStrategyLegacy 1 param → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are PerOperationSamplingStrategies (4 properties), SamplingStrategyResponse (4 properties), OperationSamplingStrategy (2 properties), ProbabilisticSamplingStrategy (1 property). Each schema is shown below with its type and property counts.

SamplingStrategyResponse
object
Union-style response — exactly one of probabilisticSampling, rateLimitingSampling, or operationSampling will be populated.
4 properties
SamplingStrategyParameters
object
1 property 1 required
RateLimitingSamplingStrategy
object
1 property
PerOperationSamplingStrategies
object
4 properties
ProbabilisticSamplingStrategy
object
1 property
OperationSamplingStrategy
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jaeger-io-samplingmanager-api-openapi.yml Raw ↑

Other APIs Jaeger publishes across the network.

Jaeger CollectorService API
Jaeger QueryService API