Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/apm/agent/input/template.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ apm-server:
{{#if tail_sampling_interval}}
interval: {{tail_sampling_interval}}
{{/if}}
ttl: {{tail_sampling_ttl}}
policies: {{tail_sampling_policies}}
storage_limit: {{tail_sampling_storage_limit}}
5 changes: 5 additions & 0 deletions packages/apm/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: 9.1.0-preview-1744129488
changes:
- description: Add integration policy variable `tail_sampling_ttl` to configure `apm-server.sampling.tail.ttl`
type: enhancement
link: https://github.com/elastic/integrations/pull/13348
- version: 9.0.0-preview-1738343125
changes:
- description: Change default sampling.tail.storage_limit config to 0GB
Expand Down
7 changes: 5 additions & 2 deletions packages/apm/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.1.0
name: apm
title: Elastic APM
version: 9.0.0-preview-1738343125
version: 9.1.0-preview-1744129488
description: Monitor, detect, and diagnose complex application performance issues.
type: integration
categories: ["elastic_stack", "monitoring"]
Expand All @@ -10,7 +10,7 @@ conditions:
capabilities:
- apm
kibana:
version: ^9.0.0
version: ^9.1.0
icons:
- src: /img/logo_apm.svg
title: APM Logo
Expand Down Expand Up @@ -166,6 +166,9 @@ policy_templates:
- name: tail_sampling_interval
type: text
default: "1m"
- name: tail_sampling_ttl
type: text
default: "30m"
- name: tail_sampling_enabled
type: bool
default: false
Expand Down