Skip to content

Commit 844f8d3

Browse files
authored
Fix health metrics report size (#9394)
1 parent f98f7dd commit 844f8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-trace-core/src/main/java/datadog/trace/core/monitor/TracerHealthMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ private static class Flush implements AgentTaskScheduler.Task<TracerHealthMetric
417417
private static final String[] UNSET_TAG = new String[] {"priority:unset"};
418418
private static final String[] SINGLE_SPAN_SAMPLER = new String[] {"sampler:single-span"};
419419

420-
private final long[] previousCounts = new long[43];
420+
private final long[] previousCounts = new long[50];
421421
private int countIndex;
422422

423423
@Override

0 commit comments

Comments
 (0)