1.8.5 release notes
Key Features
Maximum throughput limit feature
Feature to limit throughput per second for sampled transactions.
You can use this feature with the following cases
- Limiting throughput per second for transactions started by this agent
- Limiting throughput per second for transactions started by an external agent
Configuration example is shown below.
# Permits per second, if throughput is 0, it is unlimited.
# "New" is a transaction that is newly traced.
profiler.sampling.new.throughput=0
# "Continue" is a transaction that is already being tracked.
profiler.sampling.continue.throughput=0
You can check the results on the Inspector page.
S.S.N - Skipped New, S.S.C - Skipped Continuation
log4j2 plugin
Release Notes
If you are tracing Dubbo, we highly suggest upgrading your agent to 1.8.5 as it includes a bug fix for a plugin.
Please see Agent Issues below for more details.