Interface protos.google.api.IMetric (9.3.1)

Properties of a Metric.

Package

@google-cloud/logging!

Properties

labels

labels?: ({ [k: string]: string }|null);

Metric labels

Property Value
TypeDescription
({ [k: string]: string }|null)

type

type?: (string|null);

Metric type

Property Value
TypeDescription
(string|null)