Skip to content

Commit 397e621

Browse files
authored
Azure and c3p0 metadata updates (#15026)
1 parent 1eeaac5 commit 397e621

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

docs/instrumentation-list.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,6 +2049,9 @@ libraries:
20492049
description: This instrumentation enables context propagation for the Azure Core
20502050
library, it does not emit any telemetry on its own.
20512051
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
2052+
features:
2053+
- CONTEXT_PROPAGATION
2054+
- AUTO_INSTRUMENTATION_SHIM
20522055
source_path: instrumentation/azure-core/azure-core-1.14
20532056
scope:
20542057
name: io.opentelemetry.azure-core-1.14
@@ -2059,6 +2062,9 @@ libraries:
20592062
description: This instrumentation enables context propagation for the Azure Core
20602063
library, it does not emit any telemetry on its own.
20612064
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
2065+
features:
2066+
- CONTEXT_PROPAGATION
2067+
- AUTO_INSTRUMENTATION_SHIM
20622068
source_path: instrumentation/azure-core/azure-core-1.19
20632069
scope:
20642070
name: io.opentelemetry.azure-core-1.19
@@ -2069,6 +2075,9 @@ libraries:
20692075
description: This instrumentation enables context propagation for the Azure Core
20702076
library, it does not emit any telemetry on its own.
20712077
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
2078+
features:
2079+
- CONTEXT_PROPAGATION
2080+
- AUTO_INSTRUMENTATION_SHIM
20722081
source_path: instrumentation/azure-core/azure-core-1.36
20732082
scope:
20742083
name: io.opentelemetry.azure-core-1.36
@@ -2079,6 +2088,8 @@ libraries:
20792088
- name: c3p0-0.9
20802089
description: The c3p0 instrumentation provides connection pool metrics for c3p0
20812090
data sources.
2091+
semantic_conventions:
2092+
- DATABASE_POOL_METRICS
20822093
library_link: https://github.com/swaldman/c3p0
20832094
source_path: instrumentation/c3p0-0.9
20842095
scope:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
description: This instrumentation enables context propagation for the Azure Core library, it does not emit any telemetry on its own.
2+
features:
3+
- CONTEXT_PROPAGATION
4+
- AUTO_INSTRUMENTATION_SHIM
25
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
description: This instrumentation enables context propagation for the Azure Core library, it does not emit any telemetry on its own.
2+
features:
3+
- CONTEXT_PROPAGATION
4+
- AUTO_INSTRUMENTATION_SHIM
25
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
description: This instrumentation enables context propagation for the Azure Core library, it does not emit any telemetry on its own.
2+
features:
3+
- CONTEXT_PROPAGATION
4+
- AUTO_INSTRUMENTATION_SHIM
25
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
description: The c3p0 instrumentation provides connection pool metrics for c3p0 data sources.
2+
semantic_conventions:
3+
- DATABASE_POOL_METRICS
24
library_link: https://github.com/swaldman/c3p0

0 commit comments

Comments
 (0)