Interface protos.google.monitoring.v3.TimeSeriesDescriptor.IValueDescriptor (4.0.0)

Properties of a ValueDescriptor.

Package

@google-cloud/monitoring

Properties

key

key?: (string|null);

ValueDescriptor key

metricKind

metricKind?: (google.api.MetricDescriptor.MetricKind|keyof typeof google.api.MetricDescriptor.MetricKind|null);

ValueDescriptor metricKind

unit

unit?: (string|null);

ValueDescriptor unit

valueType

valueType?: (google.api.MetricDescriptor.ValueType|keyof typeof google.api.MetricDescriptor.ValueType|null);

ValueDescriptor valueType