Skip to content
Merged
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
2 changes: 1 addition & 1 deletion jfr-events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Create JFR events that can be recorded and viewed in Java Mission Control (JMC).

* Creates Open Telemetry Tracing/Span events for spans
* The thread and stracktrace will be of the thead ending the span which might be different than the thread creating the span.
* The thread and stacktrace will be of the thead ending the span which might be different from the thread creating the span.
* Has the fields
* Operation Name
* Trace ID
Expand Down
Loading