Expand description
The user_events exporter will enable applications to use OpenTelemetry API to capture the telemetry events, and write to user_events subsystem.
Structs§
- Exporter config
- This export processor exports without synchronization. This is currently only used in users_event exporter, where we know that the underlying exporter is safe under concurrent calls
- UserEventsExporter is a log exporter that exports logs in EventHeader format to user_events tracepoint.
Type Aliases§
- Provider group associated with the user_events exporter