Point
class Point extends Message
A single data point in a time series.
Protobuf type Google\Monitoring\V3\Point
Methods
No description
The time interval to which the data point applies. For GAUGE metrics, only the end time of the interval is used. For DELTA metrics, the start and end time should specify a non-zero interval, with subsequent points specifying contiguous and non-overlapping intervals. For CUMULATIVE metrics, the start and end time should specify a non-zero interval, with subsequent points specifying the same start time and increasing end times, until an event resets the cumulative value to zero and sets a new start time for the following points.
The time interval to which the data point applies. For GAUGE metrics, only the end time of the interval is used. For DELTA metrics, the start and end time should specify a non-zero interval, with subsequent points specifying contiguous and non-overlapping intervals. For CUMULATIVE metrics, the start and end time should specify a non-zero interval, with subsequent points specifying the same start time and increasing end times, until an event resets the cumulative value to zero and sets a new start time for the following points.
The value of the data point.
Details
at line 38
__construct()
at line 56
TimeInterval
getInterval()
The time interval to which the data point applies. For GAUGE metrics, only the end time of the interval is used. For DELTA metrics, the start and end time should specify a non-zero interval, with subsequent points specifying contiguous and non-overlapping intervals. For CUMULATIVE metrics, the start and end time should specify a non-zero interval, with subsequent points specifying the same start time and increasing end times, until an event resets the cumulative value to zero and sets a new start time for the following points.
Generated from protobuf field .google.monitoring.v3.TimeInterval interval = 1;
at line 74
setInterval(TimeInterval $var)
The time interval to which the data point applies. For GAUGE metrics, only the end time of the interval is used. For DELTA metrics, the start and end time should specify a non-zero interval, with subsequent points specifying contiguous and non-overlapping intervals. For CUMULATIVE metrics, the start and end time should specify a non-zero interval, with subsequent points specifying the same start time and increasing end times, until an event resets the cumulative value to zero and sets a new start time for the following points.
Generated from protobuf field .google.monitoring.v3.TimeInterval interval = 1;
at line 86
TypedValue
getValue()
The value of the data point.
Generated from protobuf field .google.monitoring.v3.TypedValue value = 2;
at line 97
setValue(TypedValue $var)
The value of the data point.
Generated from protobuf field .google.monitoring.v3.TypedValue value = 2;