Get a telemetry quality report
fromandto- ISO-8601 timestampsservice_name,environment, andrelease- narrow the reportinclude_examples- include up to 20 content-free identifiers for orphan logsattribute_sample_limit- recent rows per signal used for attribute analysis; from100through50000, default10000
What the report measures
- Log coverage for service, environment, release, and trace correlation
- Span coverage for service, environment, release, operation, status, duration, and trace correlation
- Metric-point coverage for service, environment, release, metric name, and unit
- Correlated logs that do not have a matching span
- Repeated terminal events with the same trace, span, and stable operation
- Attribute type changes and sampled cardinality
captured, eligible, missing, and percent.
An empty signal window reports 100 percent coverage, so check the matching
total before you use the result as release evidence.
Attribute analysis is bounded. The response includes sampled_rows,
sample_limit, and truncated. Cardinality is an estimate from that sample and
is classified as low, medium, high, or unique.
Privacy and cost
This endpoint does not return log messages, stack traces, or attribute values. Examples contain only the existing public event ID, trace ID, span ID, timestamp, and service. The analysis runs only when requested and does not call an external service. Attribute analysis uses the configurable bounded sample. Coverage and integrity analysis scan the selected time window.MCP
Use MCP Code Mode withsearch("telemetryQuality.get"), then execute the
returned operation. An agent can use the report to find missing telemetry before
it changes application instrumentation.