Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

metrics missing in exported but being used in Grafana dashboard #10

Open
singh-ashok25 opened this issue Jul 25, 2020 · 0 comments
Open

Comments

@singh-ashok25
Copy link

for example metric used in below query are not present in prometheus
(increase(docker_container_cpu_used_total{instance =~ "$instances", name =~ "$containers"}[30s]) / increase(docker_container_cpu_capacity_total[30s])) > 0 or (increase(docker_container_cpu_used_total{instance =~ "$instances", name =~ "$containers"}[1m]) / increase(docker_container_cpu_capacity_total[1m])) > 0 or (increase(docker_container_cpu_used_total{instance =~ "$instances", name =~ "$containers"}[3m]) / increase(docker_container_cpu_capacity_total[3m])) > 0 or (increase(docker_container_cpu_used_total{instance =~ "$instances", name =~ "$containers"}[5m]) / increase(docker_container_cpu_capacity_total[5m]))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant