2023-07-28
▼ ▲ monitoring.projects.location.prometheus.api.v1.labels.list
Flat Path : v1/projects/{projectsId}/location/{location}/prometheus/api/v1/labels
Path : v1/{+name}/location/{location}/prometheus/api/v1/labels
Parameter Order :
HTTP Method : GET
Description : Lists labels for metrics.
Scopes :
Parameters :
match
Location : query
Type : string
Description : A list of matchers encoded in the Prometheus label matcher format to constrain the values to series that satisfy them.
name
Type : string
Required : Yes
Description : The workspace on which to execute the request. It is not part of the open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. The format is: projects/PROJECT_ID_OR_NUMBER.
Pattern : ^projects/[^/]+$
Location : path
location
Type : string
Location : path
Required : Yes
Description : Location of the resource information. Has to be "global" now.
end
Description : The end time to evaluate the query for. Either floating point UNIX seconds or RFC3339 formatted timestamp.
Type : string
Location : query
start
Type : string
Description : The start time to evaluate the query for. Either floating point UNIX seconds or RFC3339 formatted timestamp.
Location : query