Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@shivayveer shivayveer released this 20 Feb 09:43
· 5 commits to main since this release
395b512

db-telemetry

DB Telemetry provides the sql query telemetry to measure and improve the query quality, and performance. It uses the AOP (using AspectJ aspect) to get the query, query execution time and stacktrace. These stats get consolidated as one log per query and workflow (if stack trace enabled) for the time interval provided in configuration. Consolidated stats get logged periodically, so the logger is not getting overwhelmed. The DB telemetry have 2 versions :-

spring (db-telemetry-spring) - This can be used with the spring project. Need to do some configuration to plug the telemetry.
non spring (db-telemetry-core) - For non-spring application but aop.xml and scheduling need to be taken care by consumer.