get-series
Find Prometheus time series by label matchers or selector, optionally filtered by start and end timestamps, to inspect available metrics.
Instructions
Find series by label matchers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End timestamp (RFC3339 or Unix timestamp) | |
| match | Yes | Series selector (e.g. 'up', 'http_requests_total{job="prometheus"}') | |
| start | No | Start timestamp (RFC3339 or Unix timestamp) |