Query Metric
Send a query for a specific metric.
Parameters
Parameter | Description |
---|---|
Query | Query to Prometheus. |
Time | Time 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