ROX-34665: Add Scans per Day by Namespace panel to cluster overview#340
ROX-34665: Add Scans per Day by Namespace panel to cluster overview#340ebensh wants to merge 2 commits into
Conversation
…ashboard Add table panel showing daily scan counts broken down by namespace to rhacs-cluster-overview dashboard, placed after Scanner Overview Table. Uses increase(rox_central_scan_duration_count[1d]) with matrix transform to display dates as columns.
|
Could we also chart this to allow spotting spikes quickly? |
| @@ -0,0 +1,12 @@ | |||
| { | |||
There was a problem hiding this comment.
Can we add this file to .gitignore?
|
Agree with @GrimmiMeloni , a chart would be more representative than a table |
I originally had a continuous plot of the metric and asked about this but the answer I got was:
So I converted to a table aligned to midnight for the daily counts. I can of course go back to a simple increase()[1d] for the rolling amount. Do we want the table and the plot or just the plot? |
|
I think just the plot would be fine. It's ok if it only shows the daily number like in the table. The whole idea was to simply have something to "eyeball" the usage patterns. |
Summary
rhacs-cluster-overviewGrafana dashboardincrease(rox_central_scan_duration_count[1d])with matrix transform to show daily scan counts per namespace as date columnsDetails
The panel uses the existing
$_relativeTimeand$_timeShiftdashboard variables to control the time window. Results are formatted as a pivot table with namespaces as rows and dates (YYYY-MM-DD) as columns.Test plan
🔗 ROX-34665