Values.InsightHealthSourceInformation about the number of open reactive and proactive insights that can be used to gauge the health of your system.
type nonrec t = {openProactiveInsights : NumOpenProactiveInsights.t option;The number of open proactive insights.
*)openReactiveInsights : NumOpenReactiveInsights.t option;The number of open reactive insights.
*)meanTimeToRecoverInMilliseconds : MeanTimeToRecoverInMilliseconds.t option;The Meant Time to Recover (MTTR) for the insight.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of NumOpenProactiveInsights.t
| `Long of MeanTimeToRecoverInMilliseconds.t ])
list ]