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 dc8920f commit 53cdc9eCopy full SHA for 53cdc9e
src/clusterfuzz/_internal/metrics/monitoring_metrics.py
@@ -228,7 +228,6 @@
228
field_spec=[
229
monitor.StringField('task'),
230
monitor.StringField('job'),
231
- monitor.StringField('outcome'),
232
],
233
)
234
@@ -258,6 +257,7 @@
258
257
259
260
+ monitor.StringField('outcome'),
261
])
262
263
UTASK_SUBTASK_E2E_DURATION_SECS = monitor.CumulativeDistributionMetric(
0 commit comments