From 79a2b09d4b6bcc2527e9a91590aa9a793169b1dc Mon Sep 17 00:00:00 2001 From: Hemant Date: Thu, 20 Jun 2019 12:07:05 +0200 Subject: [PATCH] Add OpenStack instance panel to grafana dashboard Add new openstack instance panel to grafana dashboard to see the status of instances. Change-Id: I42c62bca73dd3d257154a3141f8902d607789ac3 --- grafana/values.yaml | 106 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/grafana/values.yaml b/grafana/values.yaml index 5a19d18a3..fcda4363d 100644 --- a/grafana/values.yaml +++ b/grafana/values.yaml @@ -14594,6 +14594,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: