You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the jar and put it in JMeter's lib/ext folder.
What's Changed
Cumulative metrics: New jmeter.cumulative.* metrics aggregate statistics over the entire test duration,
similar to JMeter's Aggregate Reports. Final result metrics (jmeter.final_result.*) are emitted once at test
completion.
Statistics calculation modes: New statisticsCalculationMode option lets you control how percentiles are
calculated:
ddsketch (default): Datadog's DDSketch algorithm with ~1% error guarantee and low memory footprint.
dashboard: Matches JMeter's HTML Dashboards using a sliding window and interpolation.
Assertion metrics: New jmeter.assertions.failed and jmeter.assertions.error metrics track assertion
pass/fail results per sampler.
Test run events: The plugin now sends Datadog Events when a test starts and ends (visible in the Event
Explorer), making it easy to correlate metrics with test execution windows.