Values.TimeSeriesServiceStatisticsSourceA list of TimeSeriesStatistic structures.
type nonrec t = {timestamp : Timestamp.t option;Timestamp of the window for which statistics are aggregated.
*)edgeSummaryStatistics : EdgeStatistics.t option;serviceSummaryStatistics : ServiceStatistics.t option;serviceForecastStatistics : ForecastStatistics.t option;The forecasted high and low fault count values.
*)responseTimeHistogram : Histogram.t option;The response time histogram for the selected entities.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Double of Double.t | `Integer of Integer.t ])
list ]
list
| `Structure of
(string
* [> `Double of NullableDouble.t
| `Long of NullableLong.t
| `Structure of (string * [> `Long of NullableLong.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]