Overview
<div class="condensed-table">
| | |
| --- | --- |
| Version | 8.17.1 (View all) |
| Compatible Kibana version(s) | 8.17.1 or higher |
| Supported Serverless project types
What’s this? | Security
Observability |
| Subscription level
What’s this? | Basic |
| Level of support
What’s this? | Elastic |
</div>
Universal Profiling provides fleet-wide, whole-system, continuous profiling with zero instrumentation.
Get a comprehensive understanding of what lines of code are consuming compute resources throughout your entire fleet by visualizing your data in Kibana using the flamegraph, stacktraces, and top functions views.
- The workloads to be profiled must be running on Linux machines; The minimum supported kernel version is either 4.19 for x86_64 or 5.5 for ARM64 machines.
- Elastic Cloud, version 8.10 or higher
Powered by eBPF, Universal Profiling does not require any application source code changes, instrumentation, on-host debug symbols, or other intrusive operations. Just deploy the agent and receive profiling data a few minutes later.
With extremely low overhead, Universal Profiling aims to stay within a budget of 1% of CPU usage and less than 250MB of RAM, meaning that for most workloads, even in production, it can run 24/7 with no noticeable impact on the profiled systems.
Universal Profiling builds stack traces that go from the kernel, through userspace native code, all the way into code running in higher level runtimes, enabling unprecedented insight into your system’s behaviour at all levels.
Universal Profiling even supports mixed-language stack traces. For example, Python or Java code calling native code and then calling into the kernel
The following language runtimes are supported: PHP, Python, Java (or any JVM language), Go, Rust, C/C++, Node.js/V8, Ruby, and Perl.
The minimum supported versions are:
- PHP: >= 7.3
- Python: >= 3.6
- JVM/JDK: >= 7
- V8: >= 8.1.0
- Ruby: >= 2.5
- Perl: >= 5.28
**Changelog**
Version | Details | Kibana version(s) |
---|---|---|
8.17.1 | pass:[] Enhancement (View pull request) Update screenshot of flamegraph |
8.17.1 or higher |
8.17.0 | pass:[] Enhancement (View pull request) Add project_id |
8.17.0 or higher |
8.14.0 | pass:[] Enhancement (View pull request) Update requirement text |
8.13.2 or higher |
8.13.2 | pass:[] Enhancement (View pull request) Add disable_tls option |
8.13.2 or higher |
8.12.0 | pass:[] Enhancement (View pull request) Add privileges section and update to 3.0.2 format |
8.12.0 or higher |
8.9.0 | pass:[] Enhancement (View pull request) Promote package for GA |
8.9.0 or higher |
8.8.0-preview | pass:[] Enhancement (View pull request) Initial draft of the package |
— |