ceph / ceph/cephmetrics

Per-OSD dashboard should include read and write latency

Open
#207 3 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Python
Stars
66
Forks
29
PR merge metrics
No merged PRs in 30d

Description

Something like the following:

`irate(ceph_osd_op_r_latency_sum[1m]) / on (ceph_daemon) irate(ceph_osd_op_r_latency_count[1m]) * 1000
`

`irate(ceph_osd_op_w_latency_sum[1m]) / on (ceph_daemon) irate(ceph_osd_op_w_latency_count[1m]) * 1000
`

It might also be nice to have a global latency view on the homepage (perhaps merged w/ the apply vs commit latency graph?).

![screenshot from 2018-07-12 12-22-13](https://user-images.githubusercontent.com/4739042/42646240-44f8d400-85ce-11e8-8cdb-59dfaec097a9.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the dashboard definition and its existing per-OSD panels, then compare the available Ceph read and write latency metrics with the two PromQL expressions in the issue. Done means the per-OSD dashboard shows read and write latency; determine separately whether the optional global homepage view is in scope.

Written by the indexing model from the issue text.

Assessment

Tech stack
prometheus
Domain
observability
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.