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
10 changes: 10 additions & 0 deletions release-notes/fleet-elastic-agent/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Breaking changes can impact your Elastic applications, potentially disrupting no
% **Action**<br> Steps for mitigating deprecation impact.
% ::::

## 9.0.1 [fleet-elastic-agent-9.0.1-breaking-changes]

::::{dropdown} Disabled the `process` scraper of the `hostmetrics` receiver in the Elastic Distribution of OTel Collector

**Impact**<br>
This scraper collects metrics for all available processes of a host without an easy way to limit this to only report top N process for example. This results in quite big amount of timeseries. Since this is not quite critical for any of the available UIs or dashboards we decide to disable it temporarily until we find a better solution. Users that specifically need these metrics can also enable it back manually.

For more information, check [#198434]({{agent-pull}}7894).
::::

## 9.0.0 [fleet-elastic-agent-900-breaking-changes]

::::{dropdown} Removed deprecated epm Fleet APIs
Expand Down
11 changes: 11 additions & 0 deletions release-notes/fleet-elastic-agent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ To check for security updates, go to [Security announcements for the Elastic sta
% ### Fixes [fleet-elastic-agent-next-fixes]
% *

## 9.0.1 [fleet-elastic-agent-9.0.1-release-notes]

### Features and enhancements [fleet-elastic-agent-9.0.1-features-enhancements]

* Reuse shared integration policies when duplicating {{agent}} policies in {{fleet}} [#217872](https://github.com/elastic/kibana/pull/217872)
* Update OTel components to v0.121.0 [#7686]({{agent-pull}}7686)
* Add nopexporter to Elastic Distribution of OTel Collector (EDOT) Collector [#7788]({{agent-pull}}7788)
* In {{agent}}, use `fullnameOverride` to set the fully qualified application names in the EDOT Kube-Stack Helm chart. [#7754]({{agent-pull}}7754) [#7381]({{agent-issue}}7381)

### Fixes [fleet-elastic-agent-9.0.1-fixes]
* In the EDOT Collector, fix Managed OTLP Helm config to use the current image repository [#7882]({{agent-pull}}7882)

## 9.0.0 [fleet-elastic-agent-900-release-notes]

Expand Down
Loading