Skip to content

Commit 507107b

Browse files
committed
adding comment about keeping is_batch label
Signed-off-by: Javan Lacerda <[email protected]>
1 parent 4233f5e commit 507107b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/clusterfuzz/_internal/metrics/monitoring_metrics.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@
146146
monitor.StringField('fuzzer'),
147147
monitor.BooleanField('timeout'),
148148
monitor.StringField('platform'),
149+
# Even this label is duplicated with "runtime"
150+
# we are keeping it to avoid missing the historical metrics.
149151
monitor.StringField('is_batch'),
150152
monitor.StringField('runtime')
151153
],
@@ -172,6 +174,8 @@
172174
monitor.StringField('job'),
173175
monitor.BooleanField('timeout'),
174176
monitor.StringField('platform'),
177+
# Even this label is duplicated with "runtime"
178+
# we are keeping it to avoid missing the historical metrics.
175179
monitor.StringField('is_batch'),
176180
monitor.StringField('runtime')
177181
],

0 commit comments

Comments
 (0)