What's included?
Dashboard 1
Java
Alerts 2
High CPU Utilization
This alert is triggered when the CPU Utilization is above 90%.
Transaction Errors
This alert is triggered when the the transactions fail more than 10% of the time in 5 minutes.
Documentation 1
What is executeBatch call?
ExecuteBatch method in jdbc submits a batch of commands to the database for execution. You If all commands execute successfully, the call returns an array of update counts.
Once the instrumentation is deployed it will start to track the call to the executeBatch method as a database call in distributed traces.
The Performance tab for the call will show the query as "Batch Execute n Queries" where n is the number of queries executed as part of the batch.
- For calls to addBatch(String sql), it will represent the number of calls to this method before the executeBatch method is executed.
- For PreparedStatment and CallableStatment it will represent the number of times that addBatch() is called.
How to use this quickstart
Authors
New Relic Labs
Support
Need help? Visit our community forum, the Explorers Hub to find an answer or post a question.