External DocumentationTo learn more, visit the Prometheus documentation.
Parameters
Example Output
Workflow Library Example
Send a Prometheus Metric to SlackPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Query | Query to Prometheus. |
| Time | Time in epoch format. |
{
"status": "<string>",
"data": {
"resultType": "<string>",
"result": [
{
"metric": {
"__name__": "<string>",
"instance": "<string>",
"job": "<string>",
"quantile": "<string>"
},
"value": [
1418142835,
"<string>"
]
},
{
"metric": {
"__name__": "<string>",
"instance": "<string>",
"job": "<string>",
"quantile": "<string>"
},
"value": [
3194328700,
"<string>"
]
}
]
}
}
Was this page helpful?