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 4233f5e commit 507107bCopy full SHA for 507107b
src/clusterfuzz/_internal/metrics/monitoring_metrics.py
@@ -146,6 +146,8 @@
146
monitor.StringField('fuzzer'),
147
monitor.BooleanField('timeout'),
148
monitor.StringField('platform'),
149
+ # Even this label is duplicated with "runtime"
150
+ # we are keeping it to avoid missing the historical metrics.
151
monitor.StringField('is_batch'),
152
monitor.StringField('runtime')
153
],
@@ -172,6 +174,8 @@
172
174
monitor.StringField('job'),
173
175
176
177
178
179
180
181
0 commit comments