Interface protos.google.monitoring.v3.ITimeSeries (4.0.0)

Properties of a TimeSeries.

Package

@google-cloud/monitoring

Properties

metadata

metadata?: (google.api.IMonitoredResourceMetadata|null);

TimeSeries metadata

metric

metric?: (google.api.IMetric|null);

TimeSeries metric

metricKind

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

TimeSeries metricKind

points

points?: (google.monitoring.v3.IPoint[]|null);

TimeSeries points

resource

resource?: (google.api.IMonitoredResource|null);

TimeSeries resource

unit

unit?: (string|null);

TimeSeries unit

valueType

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

TimeSeries valueType