File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
etc/kayobe/kolla/config/grafana/dashboards/ceph Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1924
1924
}
1925
1925
],
1926
1926
"spaceLength" : 10 ,
1927
- "stack" : true ,
1927
+ "stack" : false ,
1928
1928
"steppedLine" : false ,
1929
1929
"targets" : [
1930
1930
{
1931
- "expr" : " ceph_cluster_total_objects" ,
1931
+ "datasource" : {
1932
+ "uid" : " $datasource"
1933
+ },
1934
+ "expr" : " ceph_pool_objects * on(pool_id) group_left(instance,name) ceph_pool_metadata" ,
1932
1935
"format" : " time_series" ,
1933
1936
"interval" : " $interval" ,
1934
1937
"intervalFactor" : 1 ,
1935
- "legendFormat" : " Total" ,
1938
+ "legendFormat" : " {{name}}" ,
1939
+ "range" : true ,
1936
1940
"refId" : " A" ,
1937
1941
"step" : 300
1938
1942
}
1939
1943
],
1940
1944
"thresholds" : [],
1941
- "timeFrom" : null ,
1942
1945
"timeRegions" : [],
1943
- "timeShift" : null ,
1944
1946
"title" : " Objects in the Cluster" ,
1945
1947
"tooltip" : {
1946
1948
"msResolution" : false ,
You can’t perform that action at this time.
0 commit comments