v2.0.0
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.
- Interaction counter 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)
- use the option for enable it.
- It is now possible to collect interoperable performance metric information called 'Interaction counter'.
-
[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 erroroption was enabled. - [agent.java] Fixed a bug where the '/' character was omitted when parsing SQL literal.