The dashboard template can be downloaded here.
Make sure you follow the instructions below to populate the dashboard with the correct keys before you import it to Grafana
This dashboard allows the user to select an ongoing alert, and then get more details on affected components and metrics.
On top of the dashboard, the user can see an overview of
Total active alerts (not qualified)
Total active alerts (qualified) - every alert from Eyer also contains a numeric status value in the range from 0 to 5, that says how accurate the alert is. The numeric status is calculated based on how good the data quality is for every single metric (is it enough data? Any data gaps? Are data points coming very seldom?). Eyer considers a value that is 0 or 1 as good quality, and these alerts are the ones highlighted in the dashboard.
Affected nodes - how many nodes out of the total are affected by the ongoing qualified alerts.
Affected metrics - how many metrics out of the total are affected by the ongoing qualified alerts.
Alerts treemap - this component highlights which alerts that are most critical and affects the most metrics. The user can hover the treemap for more information.
Info panel - when the user selects an alert from the top dropdown menu, detailed information on the alert will be shown here.
Alert history chart - the chart shows how the alert evolves from start to end
Metrics section - based on the alert (and node in the alert) selected by the user, the metrics in the alert will be charted here.
Import instructions
Create a simple metric dashboard with a single metric. This is so you get your Influx bucket information that is needed to create metric charts. Instructions are here
Once you have the simple metric dashboard in place, open the template you created in step 1 and search for “bucket”. You should see something like “
97db480f-7566-4f6f-8ea5-124cd465fbf4/RP_DetectionCorridor
". Note down the GUID for later.Now open the alert investigation dashboard template you downloaded from the top of this article. Search for “bucket”. Insert your bucket GUID from step to in front of the
/RP_DetectionCorridor
.Do Step 1 in the following article to enable the Grafana http connector Grafana - visualize anomaly alerts from Eyer
Open the alert investigation dashboard template again. Replace all
"value": " "
with
"value": "your_read_API_token"
Save the template. In Grafana, select “New → Import” to import the dashboard template.