OBJECT

MetricQuery

link GraphQL Schema definition

  • type MetricQuery {
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # label: [Not documented]
  • # metric: [Not documented]
  • # namespace: [Not documented]
  • queryMetricLabelValues(
  • label: String!,
  • metric: String!,
  • namespace: String!
  • ): MetricLabelValues
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # metric: [Not documented]
  • # namespace: [Not documented]
  • queryMetricLabels(metric: String!, namespace: String!): MetricLabels
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # namespace: [Not documented]
  • queryMetricNames(namespace: String!): MetricNames
  • }

link Require by