You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cy33hc thanks for opening this issue! This is a bug and should be fixed! Please feel free to file a PR if you would love to contribute to the project. We are always willing to accept contributions and really appreciate them.
Expected behavior
JDBC telemetry should filter on query with mixed case "SELECT" cmd
Actual behavior
Filtering only on uppercase "SELECT"
To Reproduce
enable jdbc telemetry in AI-Agent.xml. Then create a slow jdbc query with lowercase "select" to activate the explain plan.
Sample Application
See the code from application insights.
https://github.com/Microsoft/ApplicationInsights-Java/blob/master/core/src/main/java/com/microsoft/applicationinsights/internal/agent/CoreAgentNotificationsHandler.java
The text was updated successfully, but these errors were encountered: