Pinpoint v1.8.5 Release Notes

Release Date: 2019-09-18 // over 4 years ago
  • 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