Skip to content

Prometheus ​

Query metrics, inspect targets, and manage alerts with the Prometheus HTTP API.

DetailValue
CategoryMonitoring
Base URLhttps://prometheus.example.com/api/v1
AuthenticationBasic Auth
Endpoints8
Connector keyprometheus

Using Prometheus in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Prometheus from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /queryEvaluate instant query
GET /query_rangeEvaluate range query
GET /seriesFind time series
GET /labelsList label names
GET /label/{label_name}/valuesList label values
GET /targetsList targets
GET /rulesList rules
GET /alertsList active alerts

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.