GoogleCloudLoggingMetricDescriptor
No description
type GoogleCloudLoggingMetricDescriptor {
description: String!
displayName: String!
labels: [GoogleCloudLoggingMetricDescriptorLabel!]!
launchStage: GoogleCloudLoggingMetricDescriptorLaunchStage!
metadata: GoogleCloudLoggingMetricDescriptorMetadata
kind: GoogleCloudLoggingMetricKind!
monitoredResourceTypes: [String!]!
name: String!
metricType: String!
unit: String!
valueType: GoogleCloudLoggingMetricDescriptorValueType!
}
Fields
GoogleCloudLoggingMetricDescriptor.description
● String!
non-null scalar
The description
GoogleCloudLoggingMetricDescriptor.displayName
● String!
non-null scalar
The displayed name
GoogleCloudLoggingMetricDescriptor.labels
● [GoogleCloudLoggingMetricDescriptorLabel!]!
non-null object
Describe a specific instance of this metric type
GoogleCloudLoggingMetricDescriptor.launchStage
● GoogleCloudLoggingMetricDescriptorLaunchStage!
non-null enum
The launch stage of the metric definition
GoogleCloudLoggingMetricDescriptor.metadata
● GoogleCloudLoggingMetricDescriptorMetadata
object
Metadata
GoogleCloudLoggingMetricDescriptor.kind
● GoogleCloudLoggingMetricKind!
non-null enum
Indicates Whether the metric records instantaneous, changes values to a value, etc
GoogleCloudLoggingMetricDescriptor.monitoredResourceTypes
● [String!]!
non-null scalar
This metric type can only be associated with one of the monitored resource types listed here
GoogleCloudLoggingMetricDescriptor.name
● String!
non-null scalar
The name
GoogleCloudLoggingMetricDescriptor.metricType
● String!
non-null scalar
The metric type, including its DNS name prefix The example values: "custom.googleapis.com/invoice/paid/amount", "external.googleapis.com/prometheus/up" and "appengine.googleapis.com/http/server/response_latencies"
GoogleCloudLoggingMetricDescriptor.unit
● String!
non-null scalar
The units in which the metric value is reported
GoogleCloudLoggingMetricDescriptor.valueType
● GoogleCloudLoggingMetricDescriptorValueType!
non-null enum
Indicates whether the measurement is an integer, a floating-point number, etc
Member of
GoogleCloudLoggingMetric
object