generate_prometheus_explore_url
Create Prometheus query URLs for Grafana Explore to analyze metrics with custom time ranges, refresh intervals, and step parameters.
Instructions
Generate an Explore URL for Prometheus queries with specific options
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasourceUid | Yes | ||
| query | Yes | ||
| from | No | ||
| to | No | ||
| refresh | No | ||
| step | No | ||
| range | No |