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
11 changes: 11 additions & 0 deletions docs/instrumentation-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2049,6 +2049,9 @@ libraries:
description: This instrumentation enables context propagation for the Azure Core
library, it does not emit any telemetry on its own.
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
features:
- CONTEXT_PROPAGATION
- AUTO_INSTRUMENTATION_SHIM
source_path: instrumentation/azure-core/azure-core-1.14
scope:
name: io.opentelemetry.azure-core-1.14
Expand All @@ -2059,6 +2062,9 @@ libraries:
description: This instrumentation enables context propagation for the Azure Core
library, it does not emit any telemetry on its own.
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
features:
- CONTEXT_PROPAGATION
- AUTO_INSTRUMENTATION_SHIM
source_path: instrumentation/azure-core/azure-core-1.19
scope:
name: io.opentelemetry.azure-core-1.19
Expand All @@ -2069,6 +2075,9 @@ libraries:
description: This instrumentation enables context propagation for the Azure Core
library, it does not emit any telemetry on its own.
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
features:
- CONTEXT_PROPAGATION
- AUTO_INSTRUMENTATION_SHIM
source_path: instrumentation/azure-core/azure-core-1.36
scope:
name: io.opentelemetry.azure-core-1.36
Expand All @@ -2079,6 +2088,8 @@ libraries:
- name: c3p0-0.9
description: The c3p0 instrumentation provides connection pool metrics for c3p0
data sources.
semantic_conventions:
- DATABASE_POOL_METRICS
library_link: https://github.com/swaldman/c3p0
source_path: instrumentation/c3p0-0.9
scope:
Expand Down
3 changes: 3 additions & 0 deletions instrumentation/azure-core/azure-core-1.14/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
description: This instrumentation enables context propagation for the Azure Core library, it does not emit any telemetry on its own.
features:
- CONTEXT_PROPAGATION
- AUTO_INSTRUMENTATION_SHIM
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
3 changes: 3 additions & 0 deletions instrumentation/azure-core/azure-core-1.19/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
description: This instrumentation enables context propagation for the Azure Core library, it does not emit any telemetry on its own.
features:
- CONTEXT_PROPAGATION
- AUTO_INSTRUMENTATION_SHIM
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
3 changes: 3 additions & 0 deletions instrumentation/azure-core/azure-core-1.36/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
description: This instrumentation enables context propagation for the Azure Core library, it does not emit any telemetry on its own.
features:
- CONTEXT_PROPAGATION
- AUTO_INSTRUMENTATION_SHIM
library_link: https://learn.microsoft.com/en-us/java/api/overview/azure/core-readme?view=azure-java-stable
2 changes: 2 additions & 0 deletions instrumentation/c3p0-0.9/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
description: The c3p0 instrumentation provides connection pool metrics for c3p0 data sources.
semantic_conventions:
- DATABASE_POOL_METRICS
library_link: https://github.com/swaldman/c3p0