Skip to content

Commit 5bb7f2f

Browse files
committed
Resolved review inputs.
1 parent 0dd67b9 commit 5bb7f2f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/clusterfuzz/_internal/metrics/monitoring_metrics.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
'Count of failure in booting up cuttlefish with tip-of-the-tree build ',
4141
field_spec=[
4242
monitor.StringField('build_id'),
43-
# Add 'instance_id' field to get the GCE VM ID
4443
monitor.StringField('instance_id'),
45-
# Add 'is_candidate' field to distinguish between prod and
46-
# candidate instances.
4744
monitor.BooleanField('is_candidate'),
4845
monitor.BooleanField('is_succeeded'),
4946
])
@@ -444,4 +441,4 @@
444441
monitor.BooleanField('deploy_kubernetes'),
445442
monitor.BooleanField('deploy_terraform'),
446443
monitor.StringField('clusterfuzz_version')
447-
])
444+
])

0 commit comments

Comments
 (0)