For the complete documentation index, see llms.txt. This page is also available as Markdown.

Prometheus

Connect Prometheus to the Pagerly SRE Agent to query metrics and alerts.

What the Agent Can Do

  • Query metrics using PromQL β€” instant and range queries

  • List firing alerts and their severity

  • Discover available metrics and labels

Setup Instructions

  1. Get your Prometheus server URL

  2. If authentication is required, include credentials in the URL or provide a bearer token

  3. Paste your Prometheus URL in the Pagerly dashboard

Required Credentials

Field
Description
Example

Prometheus URL

Your Prometheus server URL

https://prometheus.example.com

Bearer Token (optional)

Bearer token for authentication

β€”

Context Prompt Tips

"Key metrics: http_requests_total, container_cpu_usage_seconds_total. Use namespace label for filtering. Alerts are in prometheus-alerts."

Docs

Last updated