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
Original file line number Diff line number Diff line change
Expand Up @@ -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 <url> <version>
# Example: extract-changelog-version.sh "https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/main/CHANGELOG.md" "v0.144.0"
Expand Down
1 change: 1 addition & 0 deletions distributions/nrdot-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
24 changes: 24 additions & 0 deletions distributions/nrdot-collector/THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down
4 changes: 4 additions & 0 deletions distributions/nrdot-collector/component-inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 |
Expand Down
3 changes: 3 additions & 0 deletions distributions/nrdot-collector/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading