Fix image/label name typo in stats
Change-Id: Ibd75b0ef169d6a3cc2a1ebfbea54139dfa28dedc
This commit is contained in:
parent
9d4e56ff57
commit
7bfda82c6b
@ -116,7 +116,7 @@ class NodeCompleteThread(threading.Thread):
|
||||
statsd.incr(key + '.builds')
|
||||
|
||||
# nodepool.job.tempest.master.devstack-precise
|
||||
key += '.%s' % node.image_name
|
||||
key += '.%s' % node.label_name
|
||||
statsd.timing(key + '.runtime', dt)
|
||||
statsd.incr(key + '.builds')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user