samplePeriod property

String? samplePeriod
getter/setter pair

The sampling period of metric data points.

For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.

Implementation

core.String? samplePeriod;