Skip to content

Commit

Permalink
[elastic_agent] Add missing apm-server tail sampling monitoring metri…
Browse files Browse the repository at this point in the history
…cs mappings (#12568)

[elastic_agent] Add missing apm-server tail sampling monitoring metrics mappings

Tail-based sampling monitoring metrics were missed in the bugfix in #10414
  • Loading branch information
carsonip authored Feb 3, 2025
1 parent 368c8d4 commit f59e5ec
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/elastic_agent/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.0.4"
changes:
- description: Add missing apm-server tail sampling monitoring metrics mappings
type: bugfix
link: https://github.com/elastic/integrations/pull/12568
- version: "2.0.3"
changes:
- description: Restore Agent errors visualisation to Elastic-Agent agent info dashboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,38 @@
type: long
- name: unset
type: long
- name: sampling.transactions_dropped
type: long
- name: sampling
type: group
fields:
- name: tail
type: group
fields:
- name: dynamic_service_groups
type: long
- name: events
type: group
fields:
- name: dropped
type: long
- name: failed_writes
type: long
- name: head_unsampled
type: long
- name: processed
type: long
- name: sampled
type: long
- name: stored
type: long
- name: storage
type: group
fields:
- name: lsm_size
type: long
- name: value_log_size
type: long
- name: transactions_dropped
type: long
- name: server
type: group
fields:
Expand Down
2 changes: 1 addition & 1 deletion packages/elastic_agent/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: elastic_agent
title: Elastic Agent
version: 2.0.3
version: 2.0.4
description: Collect logs and metrics from Elastic Agents.
type: integration
format_version: 3.1.4
Expand Down

0 comments on commit f59e5ec

Please sign in to comment.