Get a list of time series that match one or more label selectors.

External Documentation

To learn more, visit the Prometheus documentation.

Parameters

ParameterDescription
QueryMetric to query.

Example Output

{
	"status": "<string>",
	"data": [
		{
			"__name__": "<string>",
			"instance": "<string>",
			"job": "<string>",
			"quantile": "<string>"
		},
		{
			"__name__": "<string>",
			"instance": "<string>",
			"job": "<string>",
			"quantile": "<string>"
		}
	]
}

Workflow Library Example

Get Metric Metadata with Prometheus and Send Results Via Email

Preview this Workflow on desktop