We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd67b9 commit 5bb7f2fCopy full SHA for 5bb7f2f
src/clusterfuzz/_internal/metrics/monitoring_metrics.py
@@ -40,10 +40,7 @@
40
'Count of failure in booting up cuttlefish with tip-of-the-tree build ',
41
field_spec=[
42
monitor.StringField('build_id'),
43
- # Add 'instance_id' field to get the GCE VM ID
44
monitor.StringField('instance_id'),
45
- # Add 'is_candidate' field to distinguish between prod and
46
- # candidate instances.
47
monitor.BooleanField('is_candidate'),
48
monitor.BooleanField('is_succeeded'),
49
])
@@ -444,4 +441,4 @@
444
441
monitor.BooleanField('deploy_kubernetes'),
445
442
monitor.BooleanField('deploy_terraform'),
446
443
monitor.StringField('clusterfuzz_version')
447
- ])
+ ])
0 commit comments