Back to Kibana

Telemetry Implementation Guide | `infra` plugin

x-pack/solutions/observability/plugins/infra/docs/telemetry/README.md

9.4.01023 B
Original Source

Telemetry Implementation Guide | infra plugin

Welcome to the documentation on implementing custom Telemetry events using the TelemetryService. Tracking Telemetry events is part of our workflow for better understanding what users like the most and constantly improving the Observability Metrics and Logs.

Custom events provide a flexible way to track specific user behaviors and application events. By using the TelemetryService, you can easily create and track custom events, allowing you to gain valuable insights into how your application is being used.

In this documentation, we will see how to implement custom events and how to trigger them while working with React.