aiendpoint.dev
ServicesPrometheus

Prometheus

community

Open-source monitoring and alerting toolkit for time-series metrics with PromQL query language.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://prometheus.ioNo auth requireddeveloperdataconfidence: 87/1000 discoveries2 contributors
GEThttps://{prometheus_addr}/api/v1/query

Execute instant PromQL query

Parameters

timeevaluation timestamp RFC3339 (stringoptional
queryPromQL expression (stringrequired

Returns

data.resultType, data.result[] with metric labels and value [timestamp, value]
GEThttps://{prometheus_addr}/api/v1/query_range

Execute range PromQL query

Parameters

endend timestamp RFC3339 (stringrequired
stepquery step e.g. 15srequired1m, 1h (string
queryPromQL expression (stringrequired
startstart timestamp RFC3339 (stringrequired

Returns

data.result[] with metric labels and values [[timestamp, value], ...]
GEThttps://{prometheus_addr}/api/v1/label/__name__/values

List all metric names

Returns

data[] with metric name strings