-
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.
Add Prometheus Receiver to the OTEL Collector RH distribution (#22)
Signed-off-by: Israel Blancas <[email protected]>
- Loading branch information
Showing
5 changed files
with
224 additions
and
85 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-07-27T16:07:10.242+0200 INFO internal/command.go:117 OpenTelemetry Collector Builder {"version": "0.81.0", "date": "2023-07-04T16:31:13Z"} | ||
2023-07-27T16:07:10.243+0200 INFO internal/command.go:150 Using config file {"path": "manifest.yaml"} | ||
2023-07-27T16:07:10.246+0200 INFO builder/config.go:106 Using go {"go-executable": "/usr/bin/go"} | ||
2023-07-27T16:07:10.247+0200 INFO builder/main.go:69 Sources created {"path": "./_build"} | ||
2023-07-27T16:07:10.561+0200 INFO builder/main.go:121 Getting go modules | ||
2023-07-27T16:07:10.634+0200 INFO builder/main.go:80 Compiling | ||
2023-07-27T16:07:10.876+0200 INFO builder/main.go:102 Compiled {"binary": "./_build/otelcol"} | ||
2023-08-22T04:33:10.995+0200 INFO internal/command.go:117 OpenTelemetry Collector Builder {"version": "0.81.0", "date": "2023-07-04T16:31:13Z"} | ||
2023-08-22T04:33:10.996+0200 INFO internal/command.go:150 Using config file {"path": "manifest.yaml"} | ||
2023-08-22T04:33:11.005+0200 INFO builder/config.go:106 Using go {"go-executable": "/home/iblancasa/utilities/golang/bin/go"} | ||
2023-08-22T04:33:11.006+0200 INFO builder/main.go:69 Sources created {"path": "./_build"} | ||
2023-08-22T04:34:23.752+0200 INFO builder/main.go:121 Getting go modules | ||
2023-08-22T04:34:27.930+0200 INFO builder/main.go:80 Compiling | ||
2023-08-22T04:35:44.439+0200 INFO builder/main.go:102 Compiled {"binary": "./_build/otelcol"} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.