All Versions
11
Latest Version
Avg Release Cycle
49 days
Latest Release
1489 days ago

Changelog History
Page 2

  • v0.12.0 Changes

    October 29, 2018

    Breaking Changes:

    ๐Ÿ”ง The agent now keeps track that it has pushed it's local configuration to the central collector by writing out a file named "config.synced" in the same directory where the config.json file is stored.

    ๐Ÿ”ง When the "config.synced" file is present, the agent will overwrite its local configuration with the agent configuration it retrieves from the central collector on JVM startup.

    ๐Ÿ”ง When this file is not present, the agent will push its local configuration to the central collector on JVM startup (overwriting any existing remote configuration), after which the agent will (re-)create the "config.synced" file.

    โœจ Enhancements:

    • ๐Ÿ”ง Export/import agent configurations (#426)
    • ๐Ÿ”Œ Kafka plugin (#443)
    • โšก๏ธ Web API to update config.json/admin.json without restarting (#454)
    • ๐Ÿ”Œ Axis 1.4 plugin (#463)
    • ๐Ÿณ Heap histogram inside Docker container (#465)
    • โž• Add Java 11 support (#466)