Telemetry
Telemetry endpoints let you ingest OpenTelemetry traces and metrics from your MCP servers, and retrieve telemetry data for analysis.Endpoints
Ingestion
| Method | Endpoint | Description |
|---|---|---|
POST | /telemetry/ingest_http/traces | Ingest OpenTelemetry trace data |
POST | /telemetry/ingest_http/metrics | Ingest OpenTelemetry metrics |
Retrieval
| Method | Endpoint | Description |
|---|---|---|
GET | /telemetry/fetch_resources | Get all telemetry resources (services) |
GET | /telemetry/fetch_traces | Get traces with optional filtering |
GET | /telemetry/fetch_spans | Get individual spans with optional filtering |
GET | /telemetry/fetch_metrics | Get metrics data with optional filtering |
SDKs
While you can use the API directly for telemetry ingestion, we recommend using our official SDKs:- TypeScript SDK —
@shinzolabs/instrumentation-mcp - Python SDK —
shinzo

