prometheus_query
Execute PromQL queries to retrieve current metric values from Prometheus, enabling real-time monitoring of system performance and health.
Instructions
Execute an instant PromQL query and return the current value(s). Best for checking current state of a metric (e.g. CPU usage right now).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The PromQL expression to evaluate. | |
| time | No | Evaluation timestamp as RFC3339 or Unix timestamp. Defaults to current time. |