github pinpoint-apm/pinpoint v3.0.1
3.0.1 release

11 hours ago

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

# 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: v3.0.0...v3.0.1

Don't miss a new pinpoint release

NewReleases is sending notifications on new releases.