Pinpoint v2.1.1 Release Notes

Release Date: 2020-11-18 // over 3 years ago
  • Key Features

    🔌 Paho MQTT Plugin

    Call Stack
    pahomqimage

    issue : #7150
    (Thank you @acafela for your contribution)

    ➕ Add limiter when drawing Servermap

    ➕ Add limiter on the number of link data and on build time for preventing OOM when drawing Servermap

    • 🔧 configuration

      Limit number of link data

      web.servermap.linkData.limit=500000000

      ApplicationMap build timeout in milliseconds

      web.servermap.build.timeout=600000

    • issue : #7313

    ➕ Add limiter when making Callstack

    ➕ Add limiter on the number of Span and SpanChunk Data when making Callstack

    screenshot
    3b367f00-2903-11eb-9c83-4cbae7bff5e3

    🔧 configuration

    # Limit number of Span and SpanChunk data
    # If -1, there is no limit
    web.callstack.selectSpans.limit=10000
    

    👌 Support cache when making Callstack

    👌 Support that reuse string value in SpanDecoder.

    • 🔧 configuration

      Limit number of string cache size in SpanMapper

      If -1, cache will be disabled

      web.hbase.mapper.cache.string.size=-1

    • issue : #7402

    Auto generate AgentId

    If AgentID is not present, the agent automatically generates it.

    👍 Header support according to Kafka Broker

    🔌 Determining whether to insert a header according to the broker in Kafka Plugin

    🚀 Release Notes

    🔌 Plugins

    ✨ Enhancements

    Agent

    🔌 Plugin

    🌐 Web

    🐛 Bugs

    Agent

    🔌 Plugin

    Collector

    🌐 Web

    Cleanup

    ✅ Test

    🔧 Configuration

    Thank You

    to
    whom provided or suggested valuable features
    🛠 whom fixed or reported bugs
    whom showed interest in Pinpoint and shared it to others.

    Thank you all.
    If there is someone who was inadvertently excluded, please let me know.
    @acafela
    @dengliming
    @doll6777
    @imbf
    @qingfeng
    @yjqg6666