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: opentelemetry-user-events-logs/README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,15 @@ Windows. It builds on top of the Linux Tracepoints, and so allows user processes
16
16
to create events and trace data that can be viewed via existing tools like
17
17
ftrace and perf.
18
18
19
-
This kernel feature is supported started in Linux kernel 5.18 onwards. The feature enables
20
-
- A faster path for tracing from user mode application utilizing kernel mode memory address space.
21
-
- User processes can now export telemetry events only when it is useful i.e, when the registered set of tracepoint events are enabled.
19
+
This kernel feature is supported started in Linux kernel 6.4 onwards. The feature enables
22
20
23
-
This user_events exporter enables applications to use OpenTelemetry API to capture the telemetry events, and write to user_events subsystem. From user_events, the events can be
24
-
- Captured by the agents running locally, and listening for specific events withing user_events subsystem.
25
-
- Or real-time monitoring using local Linux tool like [perf](https://perf.wiki.kernel.org/index.php/Main_Page) or ftrace.
21
+
- A faster path for tracing from user mode application utilizing kernel mode memory address space.
22
+
- User processes can now export telemetry events only when it is useful i.e, when the registered set of tracepoint events are enabled.
23
+
24
+
This user_events exporter enables applications to use OpenTelemetry API to capture the telemetry events, and write to user_events subsystem. From user_events, the events can be
25
+
26
+
- Captured by the agents running locally, and listening for specific events withing user_events subsystem.
27
+
- Or real-time monitoring using local Linux tool like [perf](https://perf.wiki.kernel.org/index.php/Main_Page) or ftrace.
0 commit comments