Add ServerGet task to nodepool graphs

We also perform a direct ServerGet in some cases - specifically once for
each server create.

Change-Id: I58fd87a8efbf66be785ecec9d3db1abaec5a4816
This commit is contained in:
Monty Taylor 2016-04-20 12:10:42 -05:00
parent 16a9769e34
commit 27a946b77f
No known key found for this signature in database
GPG Key ID: 3390DB68041A12F0
8 changed files with 75 additions and 0 deletions

View File

@ -72,6 +72,15 @@ dashboard:
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.bluebox-sjc1.ServerDelete.mean, '0.001'), 'SJC1')
- title: Get Server
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.bluebox-sjc1.ServerGet.mean, '0.001'), 'SJC1')
- title: List Servers
type: graph
span: 4

View File

@ -63,6 +63,15 @@ dashboard:
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.infracloud-west.ServerCreate.mean, '0.001'), 'WEST')
- title: Get Server
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.infracloud-west.ServerGet.mean, '0.001'), 'WEST')
- title: Delete Server
type: graph
span: 4

View File

@ -63,6 +63,15 @@ dashboard:
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.internap-nyj01.ServerCreate.mean, '0.001'), 'NYJ01')
- title: Get Server
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.internap-nyj01.ServerGet.mean, '0.001'), 'NYJ01')
- title: Delete Server
type: graph
span: 4

View File

@ -63,6 +63,15 @@ dashboard:
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.ServerCreate.mean, '0.001'), 'Cloud 1')
- title: Get Server
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.ServerGet.mean, '0.001'), 'Cloud 1')
- title: Delete Server
type: graph
span: 4

View File

@ -64,6 +64,16 @@ dashboard:
targets:
- target: alias(scale(stats.timers.nodepool.task.ovh-bhs1.ServerCreate.mean, '0.001'), 'BHS1')
- target: alias(scale(stats.timers.nodepool.task.ovh-gra1.ServerCreate.mean, '0.001'), 'GRA1')
- title: Get Server
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.ovh-bhs1.ServerGet.mean, '0.001'), 'BHS1')
- target: alias(scale(stats.timers.nodepool.task.ovh-gra1.ServerGet.mean, '0.001'), 'GRA1')
- title: Delete Server
type: graph
span: 4

View File

@ -70,6 +70,15 @@ dashboard:
- none
targets:
- target: aliasSub(aliasByNode(scale(stats.timers.nodepool.task.$provider.ServerCreate.mean, '0.001'), 4), 'rax-', '')
- title: Get Server
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: aliasSub(aliasByNode(scale(stats.timers.nodepool.task.$provider.ServerGet.mean, '0.001'), 4), 'rax-', '')
- title: Delete Server
type: graph
span: 4

View File

@ -65,6 +65,17 @@ dashboard:
- target: alias(scale(stats.timers.nodepool.task.rax-dfw.ServerCreate.mean, '0.001'), 'DFW')
- target: alias(scale(stats.timers.nodepool.task.rax-iad.ServerCreate.mean, '0.001'), 'IAD')
- target: alias(scale(stats.timers.nodepool.task.rax-ord.ServerCreate.mean, '0.001'), 'ORD')
- title: Get Server
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.rax-dfw.ServerGet.mean, '0.001'), 'DFW')
- target: alias(scale(stats.timers.nodepool.task.rax-iad.ServerGet.mean, '0.001'), 'IAD')
- target: alias(scale(stats.timers.nodepool.task.rax-ord.ServerGet.mean, '0.001'), 'ORD')
- title: Delete Server
type: graph
span: 4

View File

@ -63,6 +63,15 @@ dashboard:
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.vexxhost-ca-ymq-1.ServerCreate.mean, '0.001'), 'YMQ')
- title: Get Server
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.vexxhost-ca-ymq-1.ServerGet.mean, '0.001'), 'YMQ')
- title: Delete Server
type: graph
span: 4