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
Copy file name to clipboardExpand all lines: inferred-spans/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
OpenTelemetry extension for generating spans via profiling instead of instrumentation.
4
4
This extension enhances traces by running [async-profiler](https://github.com/async-profiler/async-profiler) in wall-clock profiling mode whenever there is an active sampled OpenTelemetry span.
5
5
6
-
The resulting profiling data is afterwards analyzed and spans are "inferred".
6
+
The resulting profiling data is analyzed afterward and spans are "inferred".
7
7
This means there is a delay between the regular and the inferred spans being visible in your OpenTelemetry backend/UI.
8
8
9
9
Only platform threads are supported. Virtual threads are not supported and will not be profiled.
0 commit comments