Merge bootstack-ops:agerage into bootstack-ops:master

Proposed by Craige McWhirter
Status: Merged
Approved by: Xav Paice
Approved revision: 5df9d6fb9b7cad3740db7cbc6ee7d49d5f89a958
Merged at revision: 5df9d6fb9b7cad3740db7cbc6ee7d49d5f89a958
Proposed branch: bootstack-ops:agerage
Merge into: bootstack-ops:master
Diff against target: 38 lines (+4/-4)
1 file modified
monitoring/grafana/CephCluster.json (+4/-4)
Reviewer Review Type Date Requested Status
Xav Paice (community) Approve
Review via email: mp+337520@code.launchpad.net

Description of the change

Corrects:

"Agerage PGs per OSD",
"Agerage OSD Apply Latency",
"Agerage OSD Commit Latency",

to:

"Average PGs per OSD",
"Average OSD Apply Latency",
"Average OSD Commit Latency",

To post a comment you must log in.
Revision history for this message
Xav Paice (xavpaice) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/monitoring/grafana/CephCluster.json b/monitoring/grafana/CephCluster.json
2index 68cd919..7917dee 100644
3--- a/monitoring/grafana/CephCluster.json
4+++ b/monitoring/grafana/CephCluster.json
5@@ -945,7 +945,7 @@
6 }
7 ],
8 "thresholds": "250,300",
9- "title": "Agerage PGs per OSD",
10+ "title": "Average PGs per OSD",
11 "type": "singlestat",
12 "valueFontSize": "80%",
13 "valueMaps": [
14@@ -1024,7 +1024,7 @@
15 }
16 ],
17 "thresholds": "0.01,0.05",
18- "title": "Agerage OSD Apply Latency",
19+ "title": "Average OSD Apply Latency",
20 "type": "singlestat",
21 "valueFontSize": "80%",
22 "valueMaps": [
23@@ -1103,7 +1103,7 @@
24 }
25 ],
26 "thresholds": "0.01,0.05",
27- "title": "Agerage OSD Commit Latency",
28+ "title": "Average OSD Commit Latency",
29 "type": "singlestat",
30 "valueFontSize": "80%",
31 "valueMaps": [
32@@ -2253,4 +2253,4 @@
33 "timezone": "browser",
34 "title": "Ceph - Cluster",
35 "version": 1
36-}
37\ No newline at end of file
38+}

Subscribers

People subscribed via source and target branches

to all changes: