Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Telemetry

Telemetry endpoints let you ingest OpenTelemetry traces and metrics from your MCP servers, and retrieve telemetry data for analysis.

Endpoints

Ingestion

MethodEndpointDescription
POST/telemetry/ingest_http/tracesIngest OpenTelemetry trace data
POST/telemetry/ingest_http/metricsIngest OpenTelemetry metrics

Retrieval

MethodEndpointDescription
GET/telemetry/fetch_resourcesGet all telemetry resources (services)
GET/telemetry/fetch_tracesGet traces with optional filtering
GET/telemetry/fetch_spansGet individual spans with optional filtering
GET/telemetry/fetch_metricsGet metrics data with optional filtering

SDKs

While you can use the API directly for telemetry ingestion, we recommend using our official SDKs: The SDKs handle authentication, batching, retries, and error handling automatically.