Skip to main content

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

1

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 AccountGrafana Cloud StackPrometheus details. Copy the Remote Read URL.
2

Generate an API key (Grafana Cloud)

In Grafana Cloud, go to My AccountAccess PoliciesCreate 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.
3

Open the Prometheus integration in ewake

In your ewake dashboard, go to IntegrationsPrometheus → click Configure.Connect to Prometheus modal in ewake
4

Enter your credentials

FieldValue
Prometheus Base URLYour Prometheus endpoint URL
API KeyBearer token (leave empty if no auth required)
5

Test and save

Click Test Configuration to verify the connection, then click Save.
Prometheus is connected. Ewake can now query your metrics during investigations.

Ewake uses read-only PromQL queries. It never writes metrics or modifies your Prometheus configuration.