Skip to content

Commit fd6cff7

Browse files
committed
Revert "Update queue.filled.pct.events to queue.filled.pct (elastic#15244)"
This reverts commit 50c274f.
1 parent 50c274f commit fd6cff7

File tree

9 files changed

+8
-13
lines changed

9 files changed

+8
-13
lines changed

packages/elastic_agent/changelog.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# newer versions go on top
22

3-
- version: "2.5.2"
4-
changes:
5-
- description: Update `queue.filled.pct.events` to `queue.filled.pct` metric name
6-
type: enhancement
7-
link: "https://github.com/elastic/integrations/pull/15244"
83
- version: "2.5.1"
94
changes:
105
- description: Change Agent metrics dashboard memory source fields

packages/elastic_agent/data_stream/auditbeat_logs/fields/fields.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
type: long
7272
metric_type: counter
7373
description: Maximum number of events in a queue
74-
- name: queue.filled.pct
74+
- name: queue.filled.pct.events
7575
type: float
7676
metric_type: gauge
7777
description: Maximum number of events in a queue

packages/elastic_agent/data_stream/cloudbeat_logs/fields/fields.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
type: long
7373
metric_type: counter
7474
description: Maximum number of events in a queue
75-
- name: queue.filled.pct
75+
- name: queue.filled.pct.events
7676
type: float
7777
metric_type: gauge
7878
description: Maximum number of events in a queue

packages/elastic_agent/data_stream/filebeat_logs/fields/fields.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
type: long
7272
metric_type: counter
7373
description: Maximum number of events in a queue
74-
- name: queue.filled.pct
74+
- name: queue.filled.pct.events
7575
type: float
7676
metric_type: gauge
7777
description: Maximum number of events in a queue

packages/elastic_agent/data_stream/heartbeat_logs/fields/fields.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
type: long
7575
metric_type: counter
7676
description: Maximum number of events in a queue
77-
- name: queue.filled.pct
77+
- name: queue.filled.pct.events
7878
type: float
7979
metric_type: gauge
8080
description: Maximum number of events in a queue

packages/elastic_agent/data_stream/metricbeat_logs/fields/fields.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
type: long
7272
metric_type: counter
7373
description: Maximum number of events in a queue
74-
- name: queue.filled.pct
74+
- name: queue.filled.pct.events
7575
type: float
7676
metric_type: gauge
7777
description: Maximum number of events in a queue

packages/elastic_agent/data_stream/osquerybeat_logs/fields/fields.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
type: long
7272
metric_type: counter
7373
description: Maximum number of events in a queue
74-
- name: queue.filled.pct
74+
- name: queue.filled.pct.events
7575
type: float
7676
metric_type: gauge
7777
description: Maximum number of events in a queue

packages/elastic_agent/data_stream/packetbeat_logs/fields/fields.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
type: long
7272
metric_type: counter
7373
description: Maximum number of events in a queue
74-
- name: queue.filled.pct
74+
- name: queue.filled.pct.events
7575
type: float
7676
metric_type: gauge
7777
description: Maximum number of events in a queue

packages/elastic_agent/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: elastic_agent
22
title: Elastic Agent
3-
version: 2.5.2
3+
version: 2.5.1
44
description: Collect logs and metrics from Elastic Agents.
55
type: integration
66
format_version: 3.1.4

0 commit comments

Comments
 (0)