Skip to content

Commit 542aabb

Browse files
committed
Metadata updates for hibernate and hikari
1 parent ce90a0e commit 542aabb

File tree

7 files changed

+40
-52
lines changed

7 files changed

+40
-52
lines changed

docs/instrumentation-list.yaml

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4627,9 +4627,8 @@ libraries:
46274627
type: STRING
46284628
hibernate:
46294629
- 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.
4632-
library_link: https://github.com/hibernate/hibernate-orm
4630+
description: This instrumentation enables spans for Hibernate ORM operations.
4631+
library_link: https://hibernate.org/
46334632
source_path: instrumentation/hibernate/hibernate-3.3
46344633
scope:
46354634
name: io.opentelemetry.hibernate-3.3
@@ -4638,8 +4637,7 @@ libraries:
46384637
- org.hibernate:hibernate-core:[3.3.0.GA,4.0.0.Final)
46394638
configurations:
46404639
- name: otel.instrumentation.hibernate.experimental-span-attributes
4641-
description: Enables the addition of the experimental `hibernate.session_id`
4642-
span attribute.
4640+
description: Enables the experimental `hibernate.session_id` span attribute.
46434641
type: boolean
46444642
default: false
46454643
telemetry:
@@ -4654,9 +4652,8 @@ libraries:
46544652
- name: hibernate.session_id
46554653
type: STRING
46564654
- 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.
4659-
library_link: https://github.com/hibernate/hibernate-orm
4655+
description: This instrumentation enables spans for Hibernate ORM operations.
4656+
library_link: https://hibernate.org/
46604657
source_path: instrumentation/hibernate/hibernate-4.0
46614658
scope:
46624659
name: io.opentelemetry.hibernate-4.0
@@ -4665,8 +4662,7 @@ libraries:
46654662
- org.hibernate:hibernate-core:[4.0.0.Final,6)
46664663
configurations:
46674664
- name: otel.instrumentation.hibernate.experimental-span-attributes
4668-
description: Enables the addition of the experimental `hibernate.session_id`
4669-
span attribute.
4665+
description: Enables the experimental `hibernate.session_id` span attribute.
46704666
type: boolean
46714667
default: false
46724668
telemetry:
@@ -4681,9 +4677,8 @@ libraries:
46814677
- name: hibernate.session_id
46824678
type: STRING
46834679
- 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.
4686-
library_link: https://github.com/hibernate/hibernate-orm
4680+
description: This instrumentation enables spans for Hibernate ORM operations.
4681+
library_link: https://hibernate.org/
46874682
source_path: instrumentation/hibernate/hibernate-6.0
46884683
minimum_java_version: 11
46894684
scope:
@@ -4693,8 +4688,7 @@ libraries:
46934688
- org.hibernate:hibernate-core:[6.0.0.Final,)
46944689
configurations:
46954690
- name: otel.instrumentation.hibernate.experimental-span-attributes
4696-
description: Enables the addition of the experimental `hibernate.session_id`
4697-
span attribute.
4691+
description: Enables the experimental `hibernate.session_id` span attribute.
46984692
type: boolean
46994693
default: false
47004694
telemetry:
@@ -4709,9 +4703,9 @@ libraries:
47094703
- name: hibernate.session_id
47104704
type: STRING
47114705
- name: hibernate-procedure-call-4.3
4712-
description: This instrumentation enables the generation of spans for Hibernate
4713-
stored procedure calls.
4714-
library_link: https://github.com/hibernate/hibernate-orm
4706+
description: This instrumentation enables spans for Hibernate stored procedure
4707+
calls.
4708+
library_link: https://hibernate.org/
47154709
source_path: instrumentation/hibernate/hibernate-procedure-call-4.3
47164710
scope:
47174711
name: io.opentelemetry.hibernate-procedure-call-4.3
@@ -4720,8 +4714,7 @@ libraries:
47204714
- org.hibernate:hibernate-core:[4.3.0.Final,)
47214715
configurations:
47224716
- name: otel.instrumentation.hibernate.experimental-span-attributes
4723-
description: Enables the addition of the experimental `hibernate.session_id`
4724-
span attribute.
4717+
description: Enables the experimental `hibernate.session_id` span attribute.
47254718
type: boolean
47264719
default: false
47274720
telemetry:
@@ -4737,8 +4730,10 @@ libraries:
47374730
type: STRING
47384731
- name: hibernate-reactive-1.0
47394732
description: |
4740-
This instrumentation does not emit any telemetry on its own. Instead, it enables context propagation for Hibernate Reactive asynchronous operations.
4733+
This instrumentation provides context propagation for Hibernate Reactive, it does not emit any telemetry on its own.
47414734
library_link: https://hibernate.org/reactive/
4735+
features:
4736+
- CONTEXT_PROPAGATION
47424737
source_path: instrumentation/hibernate/hibernate-reactive-1.0
47434738
scope:
47444739
name: io.opentelemetry.hibernate-reactive-1.0
@@ -4748,8 +4743,8 @@ libraries:
47484743
hikaricp:
47494744
- name: hikaricp-3.0
47504745
display_name: HikariCP
4751-
description: |
4752-
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
4747+
HikariCP.
47534748
semantic_conventions:
47544749
- DATABASE_POOL_METRICS
47554750
library_link: https://github.com/brettwooldridge/HikariCP
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
description: >
2-
This instrumentation enables the generation of spans for Hibernate operations, including
3-
session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
4-
library_link: https://github.com/hibernate/hibernate-orm
1+
description: This instrumentation enables spans for Hibernate ORM operations.
2+
library_link: https://hibernate.org/
53
configurations:
64
- name: otel.instrumentation.hibernate.experimental-span-attributes
5+
description: Enables the experimental `hibernate.session_id` span attribute.
76
type: boolean
8-
description: Enables the addition of the experimental `hibernate.session_id` span attribute.
9-
default: false
7+
default: false
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
description: >
2-
This instrumentation enables the generation of spans for Hibernate operations, including
3-
session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
4-
library_link: https://github.com/hibernate/hibernate-orm
1+
description: This instrumentation enables spans for Hibernate ORM operations.
2+
library_link: https://hibernate.org/
53
configurations:
64
- name: otel.instrumentation.hibernate.experimental-span-attributes
5+
description: Enables the experimental `hibernate.session_id` span attribute.
76
type: boolean
8-
description: Enables the addition of the experimental `hibernate.session_id` span attribute.
9-
default: false
7+
default: false
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
description: >
2-
This instrumentation enables the generation of spans for Hibernate operations, including
3-
session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
4-
library_link: https://github.com/hibernate/hibernate-orm
1+
description: This instrumentation enables spans for Hibernate ORM operations.
2+
library_link: https://hibernate.org/
53
configurations:
64
- name: otel.instrumentation.hibernate.experimental-span-attributes
5+
description: Enables the experimental `hibernate.session_id` span attribute.
76
type: boolean
8-
description: Enables the addition of the experimental `hibernate.session_id` span attribute.
9-
default: false
7+
default: false
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
description: This instrumentation enables the generation of spans for Hibernate stored procedure calls.
2-
library_link: https://github.com/hibernate/hibernate-orm
1+
description: This instrumentation enables spans for Hibernate stored procedure calls.
2+
library_link: https://hibernate.org/
33
configurations:
44
- name: otel.instrumentation.hibernate.experimental-span-attributes
5+
description: Enables the experimental `hibernate.session_id` span attribute.
56
type: boolean
6-
description: Enables the addition of the experimental `hibernate.session_id` span attribute.
7-
default: false
7+
default: false
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
description: >
2-
This instrumentation does not emit any telemetry on its own. Instead, it enables context
3-
propagation for Hibernate Reactive asynchronous operations.
2+
This instrumentation provides context propagation for Hibernate Reactive, it does not emit any
3+
telemetry on its own.
44
library_link: https://hibernate.org/reactive/
5+
features:
6+
- CONTEXT_PROPAGATION
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
display_name: HikariCP
2-
description: >
3-
This instrumentation generates database client metrics for HikariCP connection pools. It
4-
reports metrics like connection timeouts, creation time, wait time, and usage time, along with
5-
connection pool statistics such as the number of active, idle, and pending connections.
2+
description: This instrumentation generates database connection pool metrics for HikariCP.
63
library_link: https://github.com/brettwooldridge/HikariCP
74
semantic_conventions:
8-
- DATABASE_POOL_METRICS
5+
- DATABASE_POOL_METRICS

0 commit comments

Comments
 (0)