Skip to content

1.8.5 release notes

Compare
Choose a tag to compare
@koo-taejin koo-taejin released this 18 Sep 06:43
· 8 commits to 1.8.x since this release

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

related issue : #5971, #5993,

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.

Plugins

Enhancements

Bugs