Prometheus Release v3.0.0 brings in some breaking changes.
See https://prometheus.io/docs/prometheus/3.0/migration/
If you have any issues, you can only downgrade to 2.55.1
Git Clone URL: | https://aur.archlinux.org/prometheus-bin.git (read-only, click to copy) |
---|---|
Package Base: | prometheus-bin |
Description: | An open-source service monitoring system and time series database (binary, not built from source) |
Upstream URL: | http://prometheus.io |
Licenses: | Apache |
Conflicts: | prometheus, prometheus-git |
Provides: | prometheus |
Submitter: | Slash |
Maintainer: | KingCrunch |
Last Packager: | KingCrunch |
Votes: | 6 |
Popularity: | 0.008371 |
First Submitted: | 2016-07-02 21:22 (UTC) |
Last Updated: | 2024-11-17 21:16 (UTC) |
Prometheus Release v3.0.0 brings in some breaking changes.
See https://prometheus.io/docs/prometheus/3.0/migration/
If you have any issues, you can only downgrade to 2.55.1
@mlotysz - Thanks, I updated the PKGBUILD.
I restored, I think missing, source pkg binaries and it worked for me (x86_64). Patch is here: https://gist.github.com/mlotysz/1512d68f9aca5e99002741bce035f654
Hey. Could you please add arm64 (aarch64) support too?
https://github.com/prometheus/prometheus/releases/download/v2.16.0/prometheus-2.16.0.linux-arm64.tar.gz
@uleenucks - Fixed, thanks!
Same thing as in alertmanager-bin. systemd service files need not being executable
# Install SystemD Service File
install -D -m0755 "${srcdir}/prometheus.service" \
"${pkgdir}/usr/lib/systemd/system/prometheus.service"
should read
# Install SystemD Service File
install -D -m0644 "${srcdir}/prometheus.service" \
"${pkgdir}/usr/lib/systemd/system/prometheus.service"
Pinned Comments
KingCrunch commented on 2024-11-17 21:14 (UTC)
Prometheus Release v3.0.0 brings in some breaking changes.
See https://prometheus.io/docs/prometheus/3.0/migration/
If you have any issues, you can only downgrade to 2.55.1