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 f98f7dd commit 844f8d3Copy full SHA for 844f8d3
dd-trace-core/src/main/java/datadog/trace/core/monitor/TracerHealthMetrics.java
@@ -417,7 +417,7 @@ private static class Flush implements AgentTaskScheduler.Task<TracerHealthMetric
417
private static final String[] UNSET_TAG = new String[] {"priority:unset"};
418
private static final String[] SINGLE_SPAN_SAMPLER = new String[] {"sampler:single-span"};
419
420
- private final long[] previousCounts = new long[43];
+ private final long[] previousCounts = new long[50];
421
private int countIndex;
422
423
@Override
0 commit comments