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]
- (
- String!, :
- String!, :
- 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]
- String!, : 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]
- String!): MetricNames ( :
- }