-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to OpenTelemetry Collector v0.13.0 (#13)
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
- Loading branch information
1 parent
57c30ea
commit 8a40ce9
Showing
3 changed files
with
9 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
dist: | ||
module: github.com/observatorium/opentelemetry-collector-builder/test/replaces | ||
otelcol_version: 0.12.0 | ||
otelcol_version: 0.13.0 | ||
|
||
processors: | ||
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/routingprocessor v0.12.0 | ||
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.12.0 | ||
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/routingprocessor v0.13.0 | ||
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.13.0 | ||
|
||
replaces: | ||
- github.com/open-telemetry/opentelemetry-collector-contrib/internal/common => github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.12.0 | ||
- github.com/open-telemetry/opentelemetry-collector-contrib/internal/common => github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.13.0 |