get-series
Find Prometheus time series data by specifying label matchers and optional time ranges to retrieve metrics for analysis.
Instructions
Find series by label matchers
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | Yes | Series selector (e.g. 'up', 'http_requests_total{job="prometheus"}') | |
| start | No | Start timestamp (RFC3339 or Unix timestamp) | |
| end | No | End timestamp (RFC3339 or Unix timestamp) |