Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
10 changes: 10 additions & 0 deletions packages/elastic_agent/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# newer versions go on top
- version: "2.1.1"
changes:
- description: Small dashboard fixes for Elastic Agent metrics
type: bugfix
link: "https://github.com/elastic/integrations/pull/12793"
- version: "2.1.0"
changes:
- description: Fix queue metrics and update dashboards for Elastic Agent
type: bugfix
link: "https://github.com/elastic/integrations/pull/12793"
- 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 @@ -589,7 +589,7 @@
"description": "",
"params": {
"fontSize": 12,
"markdown": "### Output and Queue\n\nHigh values for queue utilization and output latency help identify when the Agent is getting back-pressure from the system it's sending events to, which limits event throughput.",
"markdown": "### Output and Queue\n\nHigh values for queue utilization and output latency help identify when the Agent (requires 8.17.2 and newer) is getting back-pressure from the system it's sending events to, which limits event throughput.",
"openLinksInNewTab": false
},
"title": "",
Expand Down Expand Up @@ -1210,7 +1210,7 @@
"version": 1
},
"coreMigrationVersion": "8.8.0",
"created_at": "2025-02-03T15:35:40.606Z",
"created_at": "2025-02-20T19:41:08.539Z",
"id": "elastic_agent-0600ffa0-6b5e-11ed-98de-67bdecd21824",
"managed": false,
"references": [
Expand Down
Loading