Cloud Monitoring API (monitoring:v1)

2023-07-28

1 removed method

Deletions

    Methods
  • 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:

    • name
    • location
    • HTTP Method: GET

      Description: Lists labels for metrics.

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/monitoring
    • https://www.googleapis.com/auth/monitoring.read
    • 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