Thanos · Capability
Thanos Metrics and Observability
Unified metrics and observability capability for SRE, platform engineers, and monitoring teams. Composes Thanos Query API to provide PromQL-based metric queries, long-term trend analysis, alert monitoring, and store health inspection across distributed Prometheus deployments.
What You Can Do
GET
Instant query
— Execute an instant PromQL query for current metric values
/v1/query
GET
Range query
— Execute a PromQL range query for historical metric data
/v1/query-range
GET
Get series
— Find time series matching label selectors
/v1/series
GET
Get labels
— Get all available metric label names
/v1/labels
GET
Get alerts
— Get all currently active alerts
/v1/alerts
GET
Get rules
— Get alerting and recording rules
/v1/rules
GET
Get stores
— Get connected Thanos store information and health
/v1/stores
MCP Tools
instant-query
Execute an instant PromQL query to get current metric values from Thanos
read-only
idempotent
range-query
Execute a PromQL range query to analyze metric trends over time in Thanos
read-only
idempotent
find-series
Find time series in Thanos matching label selectors for service discovery
read-only
idempotent
list-labels
List all available metric label names across Thanos stores
read-only
idempotent
get-active-alerts
Get all currently firing and pending alerts from Thanos
read-only
idempotent
get-rules
Get alerting and recording rules configured in Thanos Ruler
read-only
idempotent
inspect-stores
Inspect connected Thanos store endpoints, health status, and data time ranges
read-only
idempotent
APIs Used
thanos-query