feat: add hover-legend to histograms & metricplots

This commit is contained in:
Christoph Kluge
2023-08-08 13:27:01 +02:00
parent 742c2e399e
commit 423e800d9e
7 changed files with 151 additions and 33 deletions

View File

@@ -136,7 +136,8 @@
series={item.data.metric.series}
metric={item.data.name}
cluster={clusters.find(c => c.name == cluster)}
subCluster={item.subCluster} />
subCluster={item.subCluster}
resources={[{hostname: item.host}]}/>
{:else if item.disabled === true && item.data}
<Card style="margin-left: 2rem;margin-right: 2rem;" body color="info">Metric disabled for subcluster <code>{selectedMetric}:{item.subCluster}</code></Card>
{:else}