Skip to content

Commit

Permalink
Universal Profiling Agent: add project_id (#11707)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl authored Nov 19, 2024
1 parent 1afad95 commit d74bd10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pf-host-agent:
probabilistic_threshold: {{profiler.probabilistic_threshold}}
probabilistic_interval: {{profiler.probabilistic_interval}}
disable_tls: {{profiler.disable_tls}}
project_id: {{profiler.project_id}}
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.17.0
changes:
- description: Add project_id
type: enhancement
link: https://github.com/elastic/integrations/pull/11707
- version: 8.14.0
changes:
- description: Update requirement text
Expand Down
10 changes: 8 additions & 2 deletions packages/universal_profiling_agent/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: profiler_agent
title: Universal Profiling Agent
version: 8.14.0
version: 8.17.0
categories: ["elastic_stack", "monitoring"]
description: Fleet-wide, whole-system, continuous profiling with zero instrumentation.
conditions:
kibana:
version: ^8.13.2
version: ^8.17.0
elastic:
subscription: basic
format_version: 3.0.2
Expand Down Expand Up @@ -62,6 +62,12 @@ policy_templates:
show_user: true
type: bool
default: false
- name: profiler.project_id
title: Project ID
description: Splits profiling data into logical groups that you control.
show_user: true
type: integer
default: 1
multiple: false
agent:
privileges:
Expand Down

0 comments on commit d74bd10

Please sign in to comment.