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
description: The c3p0 instrumentation provides connection pool metrics for c3p0
@@ -3722,9 +3735,12 @@ libraries:
3722
3735
type: STRING
3723
3736
executors:
3724
3737
- name: executors
3738
+
display_name: Java Executors
3725
3739
description: |
3726
3740
The executor instrumentation ensures that context is automatically propagated when using common Java executors (e.g., ThreadPoolExecutor, ScheduledThreadPoolExecutor, ForkJoinPool). When a task is submitted, the current context is captured and bound to the task. Then, when the task eventually runs, even if it’s on a different thread, the instrumentation reactivates that context, enabling consistent correlation across concurrent and asynchronous workflows.
This instrumentation for Finagle HTTP clients and servers ensures that telemetry is correctly generated by the underlying Netty instrumentation. It augments existing telemetry by bridging the gap between Finagle's abstractions and Netty's pipeline, primarily for context propagation.
3779
3795
library_link: https://github.com/twitter/finagle
3796
+
features:
3797
+
- CONTEXT_PROPAGATION
3780
3798
source_path: instrumentation/finagle-http-23.11
3781
3799
scope:
3782
3800
name: io.opentelemetry.finagle-http-23.11
@@ -3817,6 +3835,9 @@ libraries:
3817
3835
- name: geode-1.4
3818
3836
description: This instrumentation enables database client spans and database client
0 commit comments