We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cbec9 commit c117b42Copy full SHA for c117b42
tests/agent_unittests/test_harvest_loop.py
@@ -617,7 +617,7 @@ def test_reservoir_sizes(transaction_node):
617
assert app._stats_engine.log_events.num_samples == 101
618
619
# Add 1 for the root span
620
- assert app._stats_engine.span_events.num_samples == 102
+ assert app._stats_engine.span_events.num_samples == 203
621
622
623
@pytest.mark.parametrize(
0 commit comments