<div dir="ltr">Hello all,<div><br></div><div>I&#39;m still aiming to add some features to the grafana plugin. I&#39;ve started to integrate availabilities, but now I&#39;m facing a problem when it comes to show aggregated availabilities ; for example think about an OpenShift pod that is scaled up to several instances.</div><div><br></div><div>Since availability is basically &quot;up&quot; or &quot;down&quot; (or, to simplify with the other states such as &quot;unknown&quot;, say it&#39;s either &quot;up&quot; or &quot;non-up&quot;), I propose to add this new feature: availability stats with aggregation. The call would be parameterized with an aggregation method, which would be either &quot;all of&quot; or &quot;any of&quot;: with &quot;all of&quot; we consider that the aggregated series is UP when all its parts are UP.</div><div><br></div><div>It would require a new endpoint since the AvailabilityHandler currently only expose stats queries with metric id as query parameter - not suitable for multiple metrics.</div><div><br></div><div>Any objection or remark for this feature?</div><div><br></div><div>Joel</div></div>