Download Latest Version pinpoint-batch-2.5.4.jar (101.8 MB)
Email in envelope

Get an email when there's a new version of Pinpoint

Home / v3.0.1
Name Modified Size InfoDownloads / Week
Parent folder
3.0.1 release source code.tar.gz 2024-10-22 20.8 MB
3.0.1 release source code.zip 2024-10-22 31.0 MB
README.md 2024-10-22 40.6 kB
Totals: 3 Items   51.8 MB 0

Key Features

New Plugins

  • Support arcus java client 1.13.4 [#11593]
  • Support mariadb java client 3.x [#11578]
  • Support ktor [#11400]

BugFix

  • Fix MongoDB FindPublisherImpl method interceptor [#11156]
  • Fix interceptor holder lazyloading [#11154]
  • Fix DirectByteBuffer leak in active thread count [#11529]

New Features

  • Add mini charts to the right side when viewing grouped Error Analysis

Support SQL cache bypassing

  • If an SQL query exceeds a specified length, bypass the SQL cache to reduce memory usage and improve cache hit rates.
  • [#11166]
  • configuration

    Do not cache queries longer than 2048 characters

    If set to -1, SQL queries will always be cached

    profiler.jdbc.sqlcachelengthlimit=2048

Support trimming of long SQL queries

  • [#11310], [#11449]
  • configurations

    Limit query length to 65536 characters (agent-side)

    Queries longer than this will be trimmed before being sent to the collector

    profiler.jdbc.maxsqllength=65536

    Limit query length to 65536 characters (collector-side)

    Queries longer than this will be trimmed before being inserted into the database

    collector.metadata.sql.max-length=65536


From version 3.x, the executable JAR files will be uploaded to Maven Central Repository. https://repo1.maven.org/maven2/com/navercorp/pinpoint/

What's Changed

Full Changelog: https://github.com/pinpoint-apm/pinpoint/compare/v3.0.0...v3.0.1

Source: README.md, updated 2024-10-22