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
Copy file name to clipboardExpand all lines: docs/instrumentation-list.yaml
+18-23Lines changed: 18 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -4658,9 +4658,8 @@ libraries:
4658
4658
type: STRING
4659
4659
hibernate:
4660
4660
- name: hibernate-3.3
4661
-
description: |
4662
-
This instrumentation enables the generation of spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
description: Enables the addition of the experimental `hibernate.session_id`
4673
-
span attribute.
4671
+
description: Enables the experimental `hibernate.session_id` span attribute.
4674
4672
type: boolean
4675
4673
default: false
4676
4674
telemetry:
@@ -4685,9 +4683,8 @@ libraries:
4685
4683
- name: hibernate.session_id
4686
4684
type: STRING
4687
4685
- name: hibernate-4.0
4688
-
description: |
4689
-
This instrumentation enables the generation of spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
description: Enables the addition of the experimental `hibernate.session_id`
4700
-
span attribute.
4696
+
description: Enables the experimental `hibernate.session_id` span attribute.
4701
4697
type: boolean
4702
4698
default: false
4703
4699
telemetry:
@@ -4712,9 +4708,8 @@ libraries:
4712
4708
- name: hibernate.session_id
4713
4709
type: STRING
4714
4710
- name: hibernate-6.0
4715
-
description: |
4716
-
This instrumentation enables the generation of spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
This instrumentation generates database client metrics for HikariCP connection pools. It reports metrics like connection timeouts, creation time, wait time, and usage time, along with connection pool statistics such as the number of active, idle, and pending connections.
4777
+
description: This instrumentation enables database connection pool metrics for
0 commit comments