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 c263979 commit ab6442aCopy full SHA for ab6442a
internal-api/src/main/java/datadog/trace/api/civisibility/telemetry/CiVisibilityCountMetric.java
@@ -71,7 +71,8 @@ public enum CiVisibilityCountMetric {
71
IsHeadless.class,
72
HasCodeowner.class,
73
IsUnsupportedCI.class,
74
- EarlyFlakeDetectionAbortReason.class),
+ EarlyFlakeDetectionAbortReason.class,
75
+ FailedTestReplayEnabled.SessionMetric.class),
76
/** The number of test events finished */
77
TEST_EVENT_FINISHED(
78
"event_finished",
0 commit comments