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
@@ -4627,9 +4627,8 @@ libraries:
4627
4627
type: STRING
4628
4628
hibernate:
4629
4629
- name: hibernate-3.3
4630
-
description: |
4631
-
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`
4642
-
span attribute.
4640
+
description: Enables the experimental `hibernate.session_id` span attribute.
4643
4641
type: boolean
4644
4642
default: false
4645
4643
telemetry:
@@ -4654,9 +4652,8 @@ libraries:
4654
4652
- name: hibernate.session_id
4655
4653
type: STRING
4656
4654
- name: hibernate-4.0
4657
-
description: |
4658
-
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`
4669
-
span attribute.
4665
+
description: Enables the experimental `hibernate.session_id` span attribute.
4670
4666
type: boolean
4671
4667
default: false
4672
4668
telemetry:
@@ -4681,9 +4677,8 @@ libraries:
4681
4677
- name: hibernate.session_id
4682
4678
type: STRING
4683
4679
- name: hibernate-6.0
4684
-
description: |
4685
-
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.
4746
+
description: This instrumentation generates database connection pool metrics for
0 commit comments