apiTimeSeriesData
A single data point of time series data.
JSON
property | type | description |
---|---|---|
timestamp | timestamp (dateTime) | The timestamp for the time series data. |
value | value (double) | The value of the time series data. |
type | type (string) | The type of the time series data. |
aggregateStatistics | aggregateStatistics (apiTimeSeriesAggregateStatistics) | Available from v6 for data points containing aggregate data. It includes further statistics about the data point. An aggregate can be across entities (e.g., fd_open_across_datanodes), over time (e.g., a daily point for the fd_open metric for a specific DataNode), or both (e.g., a daily point for the fd_open_across_datanodes metric). If the data point is for non-aggregate date this will return null. |