You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the grafana container is created, several of the metrics from the loaded dashboards appear to have the same string replacing what should be the * character
Steps to reproduce the issue
Create a dashboard that has a metric with the * character
Start the container in Docker with the enclosing dashboards folder mounted
Open the Grafana dashboard to view the metric
Describe the results you received
The metric expression, after loaded into grafana:
100 - (avg by (cpu) (irate(node_cpu{mode=\"idle\", instance=~\"$server\"}[5m])) bin boot dev docker-entrypoint.sh etc home lib lib64 media mnt opt proc root run run.sh sbin srv sys tmp usr var 100)
Describe the results you expected
The metric expression, before loaded into grafana:
100 - (avg by (cpu) (irate(node_cpu{mode=\"idle\", instance=~\"$server\"}[5m])) * 100)
The text was updated successfully, but these errors were encountered:
Description
When the grafana container is created, several of the metrics from the loaded dashboards appear to have the same string replacing what should be the
*
characterSteps to reproduce the issue
*
characterDescribe the results you received
The metric expression, after loaded into grafana:
Describe the results you expected
The metric expression, before loaded into grafana:
The text was updated successfully, but these errors were encountered: