We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de232e0 commit f1863b5Copy full SHA for f1863b5
README.md
@@ -11,8 +11,8 @@ Default implementation from hibernate is costly in terms of,
11
3. Tightly coupled and not possible to extend.
12
4. Usage of Hibernate-sessions can be seen everywhere.
13
14
-Instead this library,
15
-1. Helps us to activate only the metrics which are needed.
+Instead this library helps us to achieve,
+1. Activate only the metrics which are needed.
16
2. Enable or disable logging of Statistics type (query time, row fetch count).
17
3. Enable or disable storing and reporting of Statistics via Prometheus or similar time series database.
18
4. Easy customizations using system properties.
0 commit comments