-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix go.opentelemetry.io/collector versions (#25)
Due to different config of core collector components, the versions (0.85.0) didn't match the expected version (0.81.0). Signed-off-by: Andreas Gerstmayr <[email protected]>
- Loading branch information
1 parent
8842dbb
commit 826c466
Showing
4 changed files
with
119 additions
and
153 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Flag --go has been deprecated, use config distribution::go | ||
2023-09-21T16:15:03.840+0200 INFO internal/command.go:117 OpenTelemetry Collector Builder {"version": "0.81.0", "date": "2023-07-04T16:31:13Z"} | ||
2023-09-21T16:15:03.841+0200 INFO internal/command.go:150 Using config file {"path": "manifest.yaml"} | ||
2023-09-21T16:15:03.844+0200 INFO builder/config.go:106 Using go {"go-executable": "/usr/bin/go"} | ||
2023-09-21T16:15:03.845+0200 INFO builder/main.go:69 Sources created {"path": "./_build"} | ||
2023-09-21T16:15:07.976+0200 INFO builder/main.go:121 Getting go modules | ||
2023-09-21T16:15:10.209+0200 INFO builder/main.go:80 Compiling | ||
2023-09-21T16:15:44.774+0200 INFO builder/main.go:102 Compiled {"binary": "./_build/otelcol"} | ||
2023-09-22T16:45:44.215+0200 INFO internal/command.go:117 OpenTelemetry Collector Builder {"version": "0.81.0", "date": "2023-07-04T16:31:13Z"} | ||
2023-09-22T16:45:44.216+0200 INFO internal/command.go:150 Using config file {"path": "manifest.yaml"} | ||
2023-09-22T16:45:44.219+0200 INFO builder/config.go:106 Using go {"go-executable": "/usr/bin/go"} | ||
2023-09-22T16:45:44.220+0200 INFO builder/main.go:69 Sources created {"path": "./_build"} | ||
2023-09-22T16:45:44.426+0200 INFO builder/main.go:121 Getting go modules | ||
2023-09-22T16:45:44.505+0200 INFO builder/main.go:80 Compiling | ||
2023-09-22T16:45:46.832+0200 INFO builder/main.go:102 Compiled {"binary": "./_build/otelcol"} |
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.