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

Data Sources

Connect your observability, infra, and CI/CD tools to give the SRE AI Agent access to your stack.

Data sources are the tools and services the SRE AI Agent connects to during incident investigation. Each data source provides a different type of signal β€” logs, metrics, traces, deployments, code changes, or infrastructure state.

How to Connect a Data Source

  1. Go to SRE Agent Integrations in the Pagerly dashboard

  2. Click Add Integration

  3. Select the data source you want to connect

  4. Enter the required credentials (API key, token, URL, etc.)

  5. Select the team this data source belongs to

  6. Add an optional context prompt to help the agent understand your setup

  7. Click Save

All credentials are encrypted at rest and only used by the SRE Agent during active investigations. We recommend creating read-only API keys with minimal permissions.

How Mapping Works

Each data source is mapped to a specific on-call team. When someone triggers @Pagerly assist in a channel, the agent looks up which team owns that channel and only queries the data sources mapped to that team.

This means:

  • Team A (Backend) might have Datadog, Kubernetes, PostgreSQL, and GitHub connected

  • Team B (Frontend) might have Sentry, Vercel, and GitHub connected

  • Team C (Platform) might have AWS, CloudWatch, Grafana, and ArgoCD connected

When an incident is reported in Team A's channel, the agent only queries Datadog, Kubernetes, PostgreSQL, and GitHub β€” not Vercel or Sentry.

Available Data Sources

Observability & Monitoring

Query logs, metrics, traces, and errors from your monitoring stack.

Data Source
What the Agent Queries

Dashboards, annotations, Prometheus metrics

Logs, metrics, traces

Logs, metrics, APM traces, monitors

Metrics, firing alerts

Distributed traces (TraceQL)

Logs (LogQL)

Logs (LogsQL)

Logs, search data

Logs, search data

Logs, metrics (SPL)

Distributed traces

APM, logs, infrastructure (NRQL)

High-cardinality data, traces, SLOs

Application errors, stack traces

AWS logs, metrics

Infrastructure

Check the health and state of your infrastructure.

Data Source
What the Agent Queries

Pods, deployments, events, logs

Same as above, via in-cluster agent

EC2, ECS, Lambda services

GCE instances, GKE clusters, Cloud Monitoring

Resources, AKS, Azure Monitor, Activity Log

Containers, health, restart counts, logs

Helm releases, revision history

Databases & Message Queues

Monitor database health and queue depths.

Data Source
What the Agent Queries

Cluster health, processes, alerts

Active queries, locks, replication lag

Topics, consumer groups, consumer lag

Queue depths, connections, dead-letter queues

CI/CD & Deployments

Correlate incidents with recent deployments and builds.

Data Source
What the Agent Queries

GitOps app sync status, deploy history

Build status, console logs

Deployments, functions, logs

Code & SCM

Search code and recent changes that might have caused the incident.

Data Source
What the Agent Queries

Code, PRs, commits, deployments

Code, merge requests, pipelines

Incident Management & Ticketing

Pull context from your incident management tools.

Data Source
What the Agent Queries

Incidents, alerts, escalations

Alerts, on-call schedules

Incidents, change requests, CMDB

Issues, tickets, post-mortems

Runbooks, documentation

Tasks, incident tracking

Other

Data Source
What the Agent Queries

Stack Overflow, GitHub Issues, known fixes

Product analytics, user activity

Last updated