Skip to content

Commit dfbd82f

Browse files
committed
monitoring/ceph-mixin/dashboards_out: Correct panel title in ceph-cluster-advanced.json
Signed-off-by: Anthony D'Atri <[email protected]>
1 parent a4e472c commit dfbd82f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

PendingReleaseNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
>=20.0.0
22

3-
* RADOS: leader monitor and stretch mode status are now included in the `ceph status` output.
3+
* RADOS: lead Monitor and stretch mode status are now included in the `ceph status` output.
44
Related Tracker: https://tracker.ceph.com/issues/70406
55
* RGW: The User Account feature introduced in Squid provides first-class support for
66
IAM APIs and policy. Our preliminary STS support was instead based on tenants, and

monitoring/ceph-mixin/dashboards/ceph-cluster.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ local g = import 'grafonnet/grafana.libsonnet';
974974
$.addRowSchema(collapse=false, showTitle=true, title='OBJECTS') + { gridPos: { x: 0, y: 31, w: 24, h: 1 } },
975975

976976
$.timeSeriesPanel(
977-
title='OSD Type Count',
977+
title='RADOS Object Count',
978978
datasource='$datasource',
979979
gridPosition={ h: 12, w: 6, x: 0, y: 32 },
980980
fillOpacity=10,

monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@
22322232
"step": 200
22332233
}
22342234
],
2235-
"title": "OSD Type Count",
2235+
"title": "RADOS Object Count",
22362236
"type": "timeseries"
22372237
},
22382238
{

monitoring/ceph-mixin/tests_dashboards/features/ceph-cluster.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,12 @@ Feature: Ceph Cluster Dashboard
315315
| {job="ceph", cluster="mycluster", name="pool2", pool_id="2"} | 30000 |
316316
| {job="ceph", cluster="mycluster", name="pool3", pool_id="3"} | 45000|
317317

318-
Scenario: "Test OSD Type Count"
318+
Scenario: "Test RADOS Object Count"
319319
Given the following series:
320320
| metrics | values |
321321
| ceph_pool_objects{job="ceph", cluster="mycluster", osd="osd.0"} | 10 |
322322
| ceph_pool_objects{job="ceph", cluster="mycluster", osd="osd.1"} | 20 |
323-
Then Grafana panel `OSD Type Count` with legend `Total` shows:
323+
Then Grafana panel `RADOS Object Count` with legend `Total` shows:
324324
| metrics | values |
325325
| {} | 30 |
326326

0 commit comments

Comments
 (0)