Skip to content

v2.0.0

Choose a tag to compare

@gunlee01 gunlee01 released this 28 Sep 06:21
· 482 commits to master since this release
f636b98

Features

  • [server] Telegraf server feature.

    • The performance information of various software collected through telegraf input can be integrated and monitored by scouter.
  • [webapp]

    • Interaction counter lookup api added.
      • This API allows you to get associated performance information for JVMs and databases, Redis, and external calls that work together.
      • The number of calls per unit time, total response time, and the number of errors is provided.
    • Counter model lookup API added.
  • [agent.java]

    • It is now possible to collect interoperable performance metric information called 'Interaction counter'.
      • use the option for enable it. counter_interaction_enabled=true (default: false)
  • [client]

    • The ability to filter xlog with profile size has been added.

MISC

  • [agent.java] You can now trace SQL statements using the h2 JDBC driver.

Bug Fix

  • [agent.java] Fixed a bug where certain requests did not end when the full stack on SQL error option was enabled.
  • [agent.java] Fixed a bug where the '/' character was omitted when parsing SQL literal.