Parameters

ParameterDescription
QueryQuery to Prometheus.
TimeTime in epoch format.

Example Output

{    "data": {        "result": [            {                "metric": {                    "__name__": "string",                    "instance": "string",                    "job": "string"                },                "value": [                    ""                ]            }        ],        "resultType": "string"    },    "status": "string"}

Workflow Library Example

Send a Prometheus Metric to Slack

Preview this Workflow on desktop