Unable to easily suppress dependency exception using java agent
@heyams ci sta già lavorando.
Dal 20/6/2023.
Valutazione
Questa issue non è ancora stata valutata.
Descrizione
Expected behavior
I was hoping to suppress an exception using exception.message or exception.stacktrace that is flooding our logs - 900,000 times a day.
Actual behavior
I only appear to be able to suppress the exception using exception.type.
To Reproduce
I started off followed the steps detailed in Span Attributes Available for Sampling to look for the exception. Whilst I can see all the dependencies exported that way, it appears that the exceptions are exported differently and don't appear with text exporting span. In my case I can see the exception as json in the log, for example
{
"ver": 1,
"name": "Exception",
"time": "2023-06-19T11:41:42.152Z",
"iKey": "b44af8fc-1647-443d-8cea-55c5cfbd4518",
"tags": {
"ai.internal.sdkVersion": "java:3.4.13",
},
"data": {
"baseType": "ExceptionData",
"baseData": {
"ver": 2,
"exceptions": [
{
"typeName": "java.sql.SQLException",
"message": "ORA-06550: line 1, column 28:",
"stack": "java.sql.SQLException: ORA-06550: line 1, column 28:\nPLS-00302: component 'GETMAXIDENTIFIERLENGTH' must be declared..."
}
]
}
}
I can get the suppression working with configuration such as
"telemetryType": "exception",
"attributes": [
{
"key": "exception.type",
"value": "java.sql.SQLException",
"matchType": "strict"
}
],
"percentage": 0
but would ideally like to match on the message or stacktrace instead. According to the opentelemetry exception documentation I think I should be matching on exception.message or exception.stacktrace, but can't get either to work. For example I think:
"telemetryType": "exception",
"attributes": [
{
"key": "exception.stacktrace",
"value": ".*GETDBCOMPATMAJORVERSION.*",
"matchType": "regexp"
}
],
"percentage": 0
should do the trick, but the exception still appears in the logs. I've also tried suppressing the dependency, which works fine with the above regexp but doesn't suppress the corresponding exception.
Please could you let me know the key that I need therefore to match on the stacktrace and / or message to suppress the exception. Looking at the Oracle code that throws the exception it appears to be caught and doesn't then affect the behaviour of the application, hence the reason for the suppression.
System information
Please provide the following information:
- SDK Version: java:3.4.13
- OS type and version: Based off docker image eclipse-temurin:19-jre-jammy so Java 19
- Application Server type and version (if applicable): Spring Boot 3.1.0
- Using spring-boot? Yes
- Lingua principale
- Java
- Stelle
- 327
- Fork
- 222
- Merge medio
- 22h 34m
- PR unite (30g)
- 14
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di microsoft/ApplicationInsights-Java
-
microsoft/ApplicationInsights-Java#4851 · 1 assegnatario ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 45/100
microsoft/ApplicationInsights-Java#4817 · 1 commento ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 42/100
microsoft/ApplicationInsights-Java#4770 · 2 commenti ·
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 30/100
microsoft/ApplicationInsights-Java#4769 · 2 commenti ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
microsoft/ApplicationInsights-Java#4729 · 121 commenti ·
Tutte le issue di microsoft/ApplicationInsights-Java
Issue simili
-
executions.Query — startDate and timeRange filters are sent with inverted comparison operators Apertaarea/plugin
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
kestra-io/plugin-kestra#190 ·
-
litertlm-android AAR ships no consumer ProGuard rules → "mid == null" SIGABRT in minified apps Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
google-ai-edge/LiteRT-LM#3739 ·
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
integra-team-red/meet-map#249 ·
-
[Studio][Bug] Cancelled create-user dialog keeps the password and admin switch for the next attempt Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
apache/rocketmq-dashboard#5064 ·