Documentation Index
Fetch the complete documentation index at: https://docs.ewake.ai/llms.txt
Use this file to discover all available pages before exploring further.
What you’ll get: ewake can query your Prometheus instance using PromQL to retrieve metrics, detect anomalies, and correlate data points with alerts and deployments, without requiring manual query construction.
Prerequisites
- A Prometheus instance (self-hosted or Grafana Cloud Mimir)
- Your Prometheus endpoint URL
- A bearer token if your instance requires authentication
Configuration
Get your Prometheus endpoint URL
Self-hosted: Your Prometheus HTTP API is accessible at
http://prometheus.your-domain.com:9090.Grafana Cloud (Mimir): Go to your Grafana Cloud portal → My Account → Grafana Cloud Stack → Prometheus details. Copy the Remote Read URL.Generate an API key (Grafana Cloud)
In Grafana Cloud, go to My Account → Access Policies → Create access policy.Grant it
metrics:read scope, then generate a token and copy it immediately.For self-hosted Prometheus with no authentication, leave the API Key field empty.
Open the Prometheus integration in ewake
In your ewake dashboard, go to Integrations → Prometheus → click Configure.

Enter your credentials
| Field | Value |
|---|---|
| Prometheus Base URL | Your Prometheus endpoint URL |
| API Key | Bearer token (leave empty if no auth required) |
Ewake uses read-only PromQL queries. It never writes metrics or modifies your Prometheus configuration.