OpenTelemetry Profiling Integration for Elastic
| Version | 0.0.1
|
| Subscription level What's this? |
Basic |
| Developed by What's this? |
Elastic |
| Minimum Kibana version(s) | 9.4.0 |
To use pre-release integrations, go to the Integrations page in Kibana, scroll down, and toggle on the Display beta integrations option.
The OpenTelemetry Profiling integration collects continuous profiling data using eBPF on Linux systems. It provides insights into CPU usage without requiring code instrumentation or application restarts. This integration facilitates the OpenTelemetry eBPF profiling receiver and enables deep visibility into your applications runtime characteristics.
This integration is supported on Linux systems with amd64 or arm64 architecture. It requires a minimum kernel version of 5.10 with eBPF support enabled. The host must have appropriate capabilities.
Before installing this integration, ensure:
- Linux kernel 5.10 or later with eBPF support enabled
- Appropriate permissions
- Elastic Agent 9.4.0 or later with OpenTelemetry support
- amd64 or arm64 architecture
The OpenTelemetry Profiling integration collects the following profiling data:
- CPU profiling: Stack traces of CPU-bound functions with sampling frequency control
- Performance optimization: Identify performance bottlenecks and hotspots in your applications
- Resource monitoring: Track CPU and memory usage across your infrastructure
- Continuous observability: Maintain always-on profiling for production environments with minimal overhead
- Root cause analysis: Understand application behavior during incidents and errors
- Capacity planning: Analyze resource consumption trends over time
Changelog
| Version | Details | Minimum Kibana version |
|---|---|---|
| 0.0.1 | Enhancement (View pull request) Initial draft of the package |
9.4.0 |