Changelog
Features
- Added additional OHI components (#599)
- Bump OTel component versions from v0.150.0 to v0.154.0 (#601)
- Host config nodes renamed due to upstream changes:
hostmetricstohost_metricsresourcedetectiontoresource_detectionmetricstransformtometrics_transform
- Host config nodes renamed due to upstream changes:
Features
- Validates that the host use case works correctly with
nrdot-collector:1.17.0. - Replaced
hostmetricswithhost_metrics,resourcedetectionwithresource_detection, andmetricstransformwithmetrics_transformdue to deprecations. Thehostmetricsreceiver,resourcedetectionprocessor, andmetricstransformprocessorchanged theirmetadata.yaml :: typeidentifiers to usesnake_case, which changed how they are referenced in the configuration.
Changelog
This release marks the initial publication of the msi installer for the nrdot-collector distribution. For additional information, please refer to the general distribution README.
Features
- feat: publish msi and update readme (#588)
Bug Fixes
- Using golang 1.26.4 to build artifacts fixes CVE-2026-42504
Features
- Host use case verified to work with
nrdot-collector:1.15.1
Changelog
Bug Fixes
- fix: CVE-2026-42151 and CVE-2026-42154 (#578)
Changelog
Features
- Added
k8sobjectsreceiveras a experimental feature. (#573)
Features
- Host use case verified to work with
nrdot-collector:1.14.0 - Replaced
filelogwithfile_login config due to deprecation.
Thefilelogreceiverhas changed itsmetadata.yaml::typefromfilelogtofile_logwhich defines how it gets referenced in the config.
Changelog
First dedicated release notes for the 'Host Monitoring' use case which are scoped to relevant changes in the configuration or nrdot-collector. The nrdot-collector will continue to bundle the config necessary to power this use case. However, with nrdot-collector supporting more and more use cases, we want to provide additional release notes that are more easily conusamble for someone using NRDOT for a specific purpose like Host Monitoring.
Features
- Host use case verified to work with
nrdot-collector:1.12.0
Changelog
Features
- feat: update components to 0.150.0 #567
filelogreceiver: configuration node renamed fromfilelogtofile_logdue to upstream change #46750
Changelog
This release marks the removal of the nrdot-collector-k8s and nrdot-collector-host distribution. The last published version of those distros is 1.12.0. Please migrate to using nrdot-collector instead which is a superset in terms of functionality and acts as a drop-in replacement with the two removed distros being implemented as use cases.
Features
- feat: add StateDirectory for ATP storage in systemd service (#545)
Bug Fixes
- fix: CVE-2026-39883 (#560)
Docs
- docs: update FIPS documentation (#565)