Skip to content

Commit

Permalink
Profiling: Update requirements (#10724)
Browse files Browse the repository at this point in the history
- Minimum supported kernel version is 4.19
- With 8.10 Profiling did become GA - versions prior to 8.10 are not fully supported.
  • Loading branch information
florianl authored Aug 7, 2024
1 parent 7025e89 commit df846be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/universal_profiling_agent/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 8.14.0
changes:
- description: Update requirement text
type: enhancement
link: https://github.com/elastic/integrations/pull/10724
- version: 8.13.2
changes:
- description: Add disable_tls option
Expand Down
4 changes: 2 additions & 2 deletions packages/universal_profiling_agent/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
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.

## Requirements
* The workloads to be profiled must be running on Linux machines; with kernel >=4.15
* Elastic Cloud, version 8.7 or higher
* 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

## Key Features

Expand Down
2 changes: 1 addition & 1 deletion packages/universal_profiling_agent/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: profiler_agent
title: Universal Profiling Agent
version: 8.13.2
version: 8.14.0
categories: ["elastic_stack", "monitoring"]
description: Fleet-wide, whole-system, continuous profiling with zero instrumentation.
conditions:
Expand Down

0 comments on commit df846be

Please sign in to comment.