-
public final class TimeseriesCpuEvent.TimeseriesCPU timeseries properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTimeseriesCpuEvent.Timeseries.Companion
-
Constructor Summary
Constructors Constructor Description TimeseriesCpuEvent.Timeseries(String id, Long start, Long end, TimeseriesCpuEvent.Data data)
-
Method Summary
-
-
Constructor Detail
-
TimeseriesCpuEvent.Timeseries
TimeseriesCpuEvent.Timeseries(String id, Long start, Long end, TimeseriesCpuEvent.Data data)
- Parameters:
id- UUID of the timeseries batchstart- Timestamp of the first sample in nanoseconds from epochend- Timestamp of the last sample in nanoseconds from epochdata- Flattened CPU data points
-
-
-
-