diff --git a/.claude/skills/version-bump-analysis/extract-changelog-version.sh b/.claude/skills/version-bump-analysis/extract-changelog-version.sh index 0c4b3e87..d96d8eaa 100755 --- a/.claude/skills/version-bump-analysis/extract-changelog-version.sh +++ b/.claude/skills/version-bump-analysis/extract-changelog-version.sh @@ -2,7 +2,6 @@ # Copyright New Relic, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 - # Extract a specific version section from an OpenTelemetry changelog # Usage: extract-changelog-version.sh # Example: extract-changelog-version.sh "https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/main/CHANGELOG.md" "v0.144.0" diff --git a/distributions/nrdot-collector/README.md b/distributions/nrdot-collector/README.md index 6b33fb09..3a1c27df 100644 --- a/distributions/nrdot-collector/README.md +++ b/distributions/nrdot-collector/README.md @@ -15,6 +15,7 @@ Note: See [general README](../README.md) for information that applies to all dis | Use Case | Stability | Replaces | Documentation | |-----------------------|-----------|---------------------------|---------------| | Host Monitoring (default) | `public` | `nrdot-collector-host` | [See 'Host Monitoring' below](#host-monitoring) | +| Host Monitoring w/ process metrics | `alpha` | N/A (new) | Coming Soon | | Gateway Mode | `alpha` | N/A (new) | [See 'Gateway Mode' below](#gateway-mode) | | On-Host Integrations (OHI) | `alpha` | N/A (new) | Coming Soon | diff --git a/distributions/nrdot-collector/THIRD_PARTY_NOTICES.md b/distributions/nrdot-collector/THIRD_PARTY_NOTICES.md index 9e5fecd4..03ef05b9 100644 --- a/distributions/nrdot-collector/THIRD_PARTY_NOTICES.md +++ b/distributions/nrdot-collector/THIRD_PARTY_NOTICES.md @@ -12,6 +12,14 @@ can be found at https://github.com/newrelic/nrdot-collector-releases. +## [github.com/newrelic/nrdot-collector-components/processor/adaptivetelemetryprocessor](https://github.com/newrelic/nrdot-collector-components) + +Distributed under the following license(s): + +* Apache-2.0 + + + ## [github.com/open-telemetry/opentelemetry-collector-contrib/connector/routingconnector](https://github.com/open-telemetry/opentelemetry-collector-contrib) Distributed under the following license(s): @@ -92,6 +100,22 @@ Distributed under the following license(s): +## [github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) + +Distributed under the following license(s): + +* Apache-2.0 + + + +## [github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricsgenerationprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) + +Distributed under the following license(s): + +* Apache-2.0 + + + ## [github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) Distributed under the following license(s): diff --git a/distributions/nrdot-collector/component-inventory.md b/distributions/nrdot-collector/component-inventory.md index f15cdfba..04b59c93 100644 --- a/distributions/nrdot-collector/component-inventory.md +++ b/distributions/nrdot-collector/component-inventory.md @@ -5,6 +5,7 @@ This document maps each component in the `nrdot-collector` distribution to the u **Legend:** - **Core**: Core (not use-case specific) - **Host**: Host Monitoring +- **ATP**: Host Minitoring with process metrics - **Gateway**: Gateway Mode - **OHI**: On-Host Integrations @@ -30,12 +31,15 @@ This document maps each component in the `nrdot-collector` distribution to the u | Component | Use Cases | |-----------|-----------| +| `adaptivetelemetryprocessor` | ATP | | `attributesprocessor` | Core | | `batchprocessor` | Core | | `cumulativetodeltaprocessor` | Core | | `filterprocessor` | Core | | `groupbyattrsprocessor` | Gateway | +| `k8sattributesprocessor` | ATP, OHI | | `memorylimiterprocessor` | Core | +| `metricsgenerationprocessor` | ATP, OHI | | `metricstransformprocessor` | Core | | `resourcedetectionprocessor` | Core | | `resourceprocessor` | Gateway | diff --git a/distributions/nrdot-collector/manifest.yaml b/distributions/nrdot-collector/manifest.yaml index 23ac6890..0fbfac88 100644 --- a/distributions/nrdot-collector/manifest.yaml +++ b/distributions/nrdot-collector/manifest.yaml @@ -25,12 +25,15 @@ processors: - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor v0.142.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor v0.142.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/groupbyattrsprocessor v0.142.0 + - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor v0.142.0 + - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricsgenerationprocessor v0.142.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor v0.142.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.142.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor v0.142.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/spanprocessor v0.142.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.142.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor v0.142.0 + - gomod: github.com/newrelic/nrdot-collector-components/processor/adaptivetelemetryprocessor v0.142.2 exporters: - gomod: go.opentelemetry.io/collector/exporter/debugexporter v0.142.0 - gomod: go.opentelemetry.io/collector/exporter/otlpexporter v0.142.0