Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 18 additions & 23 deletions docs/instrumentation-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4627,9 +4627,8 @@ libraries:
type: STRING
hibernate:
- name: hibernate-3.3
description: |
This instrumentation enables the generation of spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
library_link: https://github.com/hibernate/hibernate-orm
description: This instrumentation enables spans for Hibernate ORM operations.
library_link: https://hibernate.org/
source_path: instrumentation/hibernate/hibernate-3.3
scope:
name: io.opentelemetry.hibernate-3.3
Expand All @@ -4638,8 +4637,7 @@ libraries:
- org.hibernate:hibernate-core:[3.3.0.GA,4.0.0.Final)
configurations:
- name: otel.instrumentation.hibernate.experimental-span-attributes
description: Enables the addition of the experimental `hibernate.session_id`
span attribute.
description: Enables the experimental `hibernate.session_id` span attribute.
type: boolean
default: false
telemetry:
Expand All @@ -4654,9 +4652,8 @@ libraries:
- name: hibernate.session_id
type: STRING
- name: hibernate-4.0
description: |
This instrumentation enables the generation of spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
library_link: https://github.com/hibernate/hibernate-orm
description: This instrumentation enables spans for Hibernate ORM operations.
library_link: https://hibernate.org/
source_path: instrumentation/hibernate/hibernate-4.0
scope:
name: io.opentelemetry.hibernate-4.0
Expand All @@ -4665,8 +4662,7 @@ libraries:
- org.hibernate:hibernate-core:[4.0.0.Final,6)
configurations:
- name: otel.instrumentation.hibernate.experimental-span-attributes
description: Enables the addition of the experimental `hibernate.session_id`
span attribute.
description: Enables the experimental `hibernate.session_id` span attribute.
type: boolean
default: false
telemetry:
Expand All @@ -4681,9 +4677,8 @@ libraries:
- name: hibernate.session_id
type: STRING
- name: hibernate-6.0
description: |
This instrumentation enables the generation of spans for Hibernate operations, including session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
library_link: https://github.com/hibernate/hibernate-orm
description: This instrumentation enables spans for Hibernate ORM operations.
library_link: https://hibernate.org/
source_path: instrumentation/hibernate/hibernate-6.0
minimum_java_version: 11
scope:
Expand All @@ -4693,8 +4688,7 @@ libraries:
- org.hibernate:hibernate-core:[6.0.0.Final,)
configurations:
- name: otel.instrumentation.hibernate.experimental-span-attributes
description: Enables the addition of the experimental `hibernate.session_id`
span attribute.
description: Enables the experimental `hibernate.session_id` span attribute.
type: boolean
default: false
telemetry:
Expand All @@ -4709,9 +4703,9 @@ libraries:
- name: hibernate.session_id
type: STRING
- name: hibernate-procedure-call-4.3
description: This instrumentation enables the generation of spans for Hibernate
stored procedure calls.
library_link: https://github.com/hibernate/hibernate-orm
description: This instrumentation enables spans for Hibernate stored procedure
calls.
library_link: https://hibernate.org/
source_path: instrumentation/hibernate/hibernate-procedure-call-4.3
scope:
name: io.opentelemetry.hibernate-procedure-call-4.3
Expand All @@ -4720,8 +4714,7 @@ libraries:
- org.hibernate:hibernate-core:[4.3.0.Final,)
configurations:
- name: otel.instrumentation.hibernate.experimental-span-attributes
description: Enables the addition of the experimental `hibernate.session_id`
span attribute.
description: Enables the experimental `hibernate.session_id` span attribute.
type: boolean
default: false
telemetry:
Expand All @@ -4737,8 +4730,10 @@ libraries:
type: STRING
- name: hibernate-reactive-1.0
description: |
This instrumentation does not emit any telemetry on its own. Instead, it enables context propagation for Hibernate Reactive asynchronous operations.
This instrumentation enables context propagation for Hibernate Reactive, it does not emit any telemetry on its own.
library_link: https://hibernate.org/reactive/
features:
- CONTEXT_PROPAGATION
source_path: instrumentation/hibernate/hibernate-reactive-1.0
scope:
name: io.opentelemetry.hibernate-reactive-1.0
Expand All @@ -4748,8 +4743,8 @@ libraries:
hikaricp:
- name: hikaricp-3.0
display_name: HikariCP
description: |
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.
description: This instrumentation enables database connection pool metrics for
HikariCP.
semantic_conventions:
- DATABASE_POOL_METRICS
library_link: https://github.com/brettwooldridge/HikariCP
Expand Down
10 changes: 4 additions & 6 deletions instrumentation/hibernate/hibernate-3.3/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
description: >
This instrumentation enables the generation of spans for Hibernate operations, including
session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
library_link: https://github.com/hibernate/hibernate-orm
description: This instrumentation enables spans for Hibernate ORM operations.
library_link: https://hibernate.org/
configurations:
- name: otel.instrumentation.hibernate.experimental-span-attributes
description: Enables the experimental `hibernate.session_id` span attribute.
type: boolean
description: Enables the addition of the experimental `hibernate.session_id` span attribute.
default: false
default: false
10 changes: 4 additions & 6 deletions instrumentation/hibernate/hibernate-4.0/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
description: >
This instrumentation enables the generation of spans for Hibernate operations, including
session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
library_link: https://github.com/hibernate/hibernate-orm
description: This instrumentation enables spans for Hibernate ORM operations.
library_link: https://hibernate.org/
configurations:
- name: otel.instrumentation.hibernate.experimental-span-attributes
description: Enables the experimental `hibernate.session_id` span attribute.
type: boolean
description: Enables the addition of the experimental `hibernate.session_id` span attribute.
default: false
default: false
10 changes: 4 additions & 6 deletions instrumentation/hibernate/hibernate-6.0/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
description: >
This instrumentation enables the generation of spans for Hibernate operations, including
session methods (e.g., `save`, `update`, `delete`), transaction commits, and query executions.
library_link: https://github.com/hibernate/hibernate-orm
description: This instrumentation enables spans for Hibernate ORM operations.
library_link: https://hibernate.org/
configurations:
- name: otel.instrumentation.hibernate.experimental-span-attributes
description: Enables the experimental `hibernate.session_id` span attribute.
type: boolean
description: Enables the addition of the experimental `hibernate.session_id` span attribute.
default: false
default: false
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: This instrumentation enables the generation of spans for Hibernate stored procedure calls.
library_link: https://github.com/hibernate/hibernate-orm
description: This instrumentation enables spans for Hibernate stored procedure calls.
library_link: https://hibernate.org/
configurations:
- name: otel.instrumentation.hibernate.experimental-span-attributes
description: Enables the experimental `hibernate.session_id` span attribute.
type: boolean
description: Enables the addition of the experimental `hibernate.session_id` span attribute.
default: false
default: false
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
description: >
This instrumentation does not emit any telemetry on its own. Instead, it enables context
propagation for Hibernate Reactive asynchronous operations.
This instrumentation enables context propagation for Hibernate Reactive, it does not emit any
telemetry on its own.
library_link: https://hibernate.org/reactive/
features:
- CONTEXT_PROPAGATION
5 changes: 1 addition & 4 deletions instrumentation/hikaricp-3.0/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
display_name: HikariCP
description: >
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.
description: This instrumentation enables database connection pool metrics for HikariCP.
library_link: https://github.com/brettwooldridge/HikariCP
semantic_conventions:
- DATABASE_POOL_METRICS
Loading