Search Criteria
Package Details: otelcol-contrib 0.86.0-1
Git Clone URL: | https://aur.archlinux.org/otelcol-contrib.git (read-only, click to copy) |
---|---|
Package Base: | otelcol-contrib |
Description: | OpenTelemetry Collector Contrib distribution |
Upstream URL: | https://github.com/open-telemetry/opentelemetry-collector-contrib |
Licenses: | Apache |
Groups: | open-telemetry |
Submitter: | rogercoll |
Maintainer: | rogercoll |
Last Packager: | rogercoll |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-08-30 20:24 (UTC) |
Last Updated: | 2023-10-08 14:28 (UTC) |
Dependencies (3)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- go (go-gitAUR, go-go2go-gitAUR, go-betaAUR, gcc-go-gitAUR, gcc-go) (make)
- systemd (systemd-gitAUR, systemd-chromiumosAUR, systemd-selinuxAUR) (make)
Latest Comments
ectospasm commented on 2023-10-22 21:46 (UTC)
You automatically enable and start the otelcol-contrib service in post_install() and post_upgrade(). You shouldn't do that. If someone is installing it for the first time, they should be able to configure it first. This is not Ubuntu, Arch users don't expect installed services to be enabled and started automatically.
Once they've configured it and they're ready to start, then they can do this:
# systemctl enable --now otelcol-contrib.service
Installing the package shouldn't do that automatically.