Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mgr: prometheus fix metadata labels #21557

Merged
merged 2 commits into from
May 4, 2018

Commits on Apr 20, 2018

  1. pybind/mgr/prometheus: unify label names, move away from "id"

    This commit makes label names that are supposed to be used for matching
    consistent. Prometheus can not match on say osd_metadata{id=1} and
    osd_up{ceph_daemon=osd.1}. We want to use the label ceph_daemon=osd.1 on
    all metrics.
    
    Signed-off-by: Jan Fajerski <jfajerski@suse.com>
    Jan Fajerski committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    b2a1a21 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. doc/mgr/prometheus: add instructions to correlate metrics

    Add another option to correlate metrics from the node_exporter and Ceph
    using label_replace.
    
    Signed-off-by: Jan Fajerski <jfajerski@suse.com>
    Jan Fajerski committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    331a826 View commit details
    Browse the repository at this point in the history