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-metrics/README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,18 @@ to create events and trace data that can be viewed via existing tools like
17
17
ftrace and perf.
18
18
19
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.
20
+
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.
22
23
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
24
-
- Captured by the agents running locally, and listening for specific events within 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.
0 commit comments