Send a query for a specific metric.

Parameters

ParameterDescription
QueryQuery to Prometheus.
TimeTime in epoch format.

Example Output

{
	"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>"
				]
			}
		]
	}
}

Workflow Library Example

Send a Prometheus Metric to Slack

Preview this Workflow on desktop