-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove reference to
defaultcomponents
in core and deprecate `includ…
…e_core` flag (#4087) * remove defaultComponents from core and make it internal for tests * remove package-lock.json file * remove checkdoc from GitHub actions workflow * add CHANGELOG entry * add checkdoc to github workflow * testing lint check * remove-default-components-from-core * add import statement * fix Makefile * add changelog entry * lint check * fix lint test * run integration tests * fix lint * Modify changelog entry * deprecate include_core flag * modify include_core flag comment * deprecate include_core flag revised * deprecate include_core flag revised with log messages * commit initial test for codecov * fixed test * add changelog entry
- Loading branch information
1 parent
d505629
commit 29db3d3
Showing
16 changed files
with
88 additions
and
559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
dist: | ||
module: go.opentelemetry.io/collector/builder/test/nocore | ||
otelcol_version: 0.38.0 | ||
otelcol_version: 0.40.0 | ||
include_core: false | ||
|
||
receivers: | ||
- import: go.opentelemetry.io/collector/receiver/otlpreceiver | ||
gomod: go.opentelemetry.io/collector v0.38.0 | ||
gomod: go.opentelemetry.io/collector v0.40.0 | ||
exporters: | ||
- import: go.opentelemetry.io/collector/exporter/loggingexporter | ||
gomod: go.opentelemetry.io/collector v0.38.0 | ||
gomod: go.opentelemetry.io/collector v0.40.0 | ||
extensions: | ||
- import: go.opentelemetry.io/collector/extension/zpagesextension | ||
gomod: go.opentelemetry.io/collector v0.38.0 | ||
gomod: go.opentelemetry.io/collector v0.40.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
dist: | ||
module: go.opentelemetry.io/collector/builder/test/replaces | ||
otelcol_version: 0.38.0 | ||
otelcol_version: 0.40.0 | ||
|
||
processors: | ||
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/routingprocessor v0.38.0 | ||
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.38.0 | ||
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/routingprocessor v0.40.0 | ||
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.40.0 | ||
|
||
replaces: | ||
- github.com/open-telemetry/opentelemetry-collector-contrib/internal/common => github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.38.0 | ||
- github.com/open-telemetry/opentelemetry-collector-contrib/internal/common => github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.40.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.