Merge "Add OpenStack instance panel to grafana dashboard"
This commit is contained in:
commit
e45a7def59
@ -14611,6 +14611,112 @@ conf:
|
||||
max:
|
||||
min:
|
||||
show: true
|
||||
- aliasColors: {}
|
||||
bars: false
|
||||
dashLength: 10
|
||||
dashes": false
|
||||
datasource: prometheus
|
||||
editable: true
|
||||
error: false
|
||||
fill: 1
|
||||
grid: {}
|
||||
id: 27
|
||||
interval: "> 60s"
|
||||
legend:
|
||||
alignAsTable: false
|
||||
avg: true
|
||||
current: true
|
||||
hideEmpty: true
|
||||
hideZero: false
|
||||
max: true
|
||||
min: true
|
||||
show: true
|
||||
total: false
|
||||
values: true
|
||||
lines: true
|
||||
linewidth: 4
|
||||
links: []
|
||||
nullPointMode: null
|
||||
percentage: false
|
||||
pointradius: 5
|
||||
points: false
|
||||
renderer: flot
|
||||
seriesOverrides: []
|
||||
spaceLength: 10
|
||||
stack: false
|
||||
steppedLine: false
|
||||
targets:
|
||||
- alias: free
|
||||
column: value
|
||||
expr: sum(openstack_running_instances)
|
||||
format: time_series
|
||||
function: mean
|
||||
groupBy:
|
||||
- params:
|
||||
- "$interval"
|
||||
type: time
|
||||
- params:
|
||||
- '0'
|
||||
type: fill
|
||||
groupByTags: []
|
||||
interval: "15s"
|
||||
intervalFactor: 1
|
||||
legendFormat: "{{ running_vms }}"
|
||||
policy: default
|
||||
rawQuery: false
|
||||
refID: A
|
||||
resultFormat: time_series
|
||||
- alias: used
|
||||
column: value
|
||||
expr: sum(openstack_total_running_instances)
|
||||
format: time_series
|
||||
function: mean
|
||||
groupBy:
|
||||
- params:
|
||||
- "$interval"
|
||||
type: time
|
||||
- params:
|
||||
- '0'
|
||||
type: fill
|
||||
groupByTags: []
|
||||
interval: "15s"
|
||||
intervalFactor: 1
|
||||
legendFormat: "{{ total_vms }}"
|
||||
policy: default
|
||||
rawQuery: false
|
||||
refID: B
|
||||
resultFormat: time_series
|
||||
step: 120
|
||||
thresholds: []
|
||||
timeFrom:
|
||||
timeShift:
|
||||
title: OpenStack Instances
|
||||
tooltip:
|
||||
msResolution: false
|
||||
shared: true
|
||||
sort : 0
|
||||
value_type: cumulative
|
||||
transparent: true
|
||||
type: graph
|
||||
xaxis:
|
||||
buckets:
|
||||
mode: time
|
||||
name:
|
||||
show: true
|
||||
values: []
|
||||
yaxes:
|
||||
- format: none
|
||||
label:
|
||||
logBase: 1
|
||||
max:
|
||||
min:
|
||||
show: true
|
||||
- format: short
|
||||
label:
|
||||
logBase: 1
|
||||
max:
|
||||
min:
|
||||
show: false
|
||||
repeat:
|
||||
repeatIteration:
|
||||
repeatRowId:
|
||||
|
Loading…
Reference in New Issue
Block a user