Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.
This repository was 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

Description

@singh-ashok25

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]))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions