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
In a recent spacetime I developed a feature to automatically generate spans for when a virtual thread is blocked for a configurable amount of time.
This works by hooking onto JVMTI mount/unmount events for virtual spans.
When a span has been unmounted for a time exceeding the threshold a stacktrace is fetched and a span is generated.
The goal of this issue is to cleanup this implementation and to provide as an extension and feature of our otel distro.
In the future we might want to contribute this feature to the upsteam project.
Here is the branch of the implementation on my fork.
The text was updated successfully, but these errors were encountered:
In a recent spacetime I developed a feature to automatically generate spans for when a virtual thread is blocked for a configurable amount of time.
This works by hooking onto JVMTI mount/unmount events for virtual spans.
When a span has been unmounted for a time exceeding the threshold a stacktrace is fetched and a span is generated.
The goal of this issue is to cleanup this implementation and to provide as an extension and feature of our otel distro.
In the future we might want to contribute this feature to the upsteam project.
Here is the branch of the implementation on my fork.
The text was updated successfully, but these errors were encountered: