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 CollectorService API

The CollectorService API from Jaeger — 1 operation(s) for collectorservice.

Jaeger CollectorService 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 CollectorService. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 1 operation across 1 path, and defines 8 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

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

1 operations 1 paths 8 schemas 1 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 1

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

CollectorService 1
POST
/api/v2/spans
Post Spans
postSpans body → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Span (9 properties), KeyValue (7 properties), SpanRef (3 properties), Process (2 properties). Each schema is shown below with its type and property counts.

Process
object
2 properties
Span
object
9 properties
Log
object
2 properties
KeyValue
object
7 properties
PostSpansRequest
object
1 property 1 required
SpanRef
object
3 properties
PostSpansResponse
object
Empty response — successful ingest is signaled by 200 OK.
Batch
object
A batch of spans from a single process. Mirrors jaeger.apiv2.model.Batch.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Jaeger publishes across the network.

Jaeger QueryService API
Jaeger SamplingManager API