Is it normal that catched Exceptions in a Library are still shown as Errors in the APM UI. I could not find any relevant documentation about when/how Exceptions are sent by the APM Java agent.
In this case it's the following code that throws the Exception but it is caught in the same method body.
How does the agent determine the Java exceptions to send to the APM server? I know about ignore_exceptions but unfortunately in this case an IOException is thrown which is too generic to ignore.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.