aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pushgateway
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/pushgateway: Update to 1.4.1Gabriel Dutra2021-06-022-28/+28
| | | | | | ChangeLog: https://github.com/prometheus/pushgateway/blob/master/CHANGELOG.md Approved by: dbaio, garga (mentors, implicit)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-mgmt/pushgateway: Update to 1.4.0Rainer Hurling2021-01-262-6/+27
| | | | | | | | | | | | | | Experimental new feature: Add TLS and basic authentication to HTTP endpoints. Changelog: https://github.com/prometheus/pushgateway/releases/tag/v1.4.0 PR: 253007 Submitted by: Gabriel Dutra <0xdutra@gmail.com> (maintainer) Approved by: arrowd, tcberner (mentors, implicit) Notes: svn path=/head/; revision=562645
* net-mgmt/pushgateway: Update to 1.3.1Rainer Hurling2020-12-282-37/+40
| | | | | | | | | | | | | | | - Removed code to convert the legacy v0.5--v0.9 storage format Changelog: https://github.com/prometheus/pushgateway/releases PR: 251229 Submitted by: Gabriel Dutra <0xdutra@gmail.com> (maintainer) Approved by: arrowd (mentor) MFH: 2021Q1 Differential Revision: https://reviews.freebsd.org/D27795 Notes: svn path=/head/; revision=559485
* net-mgmt/pushgateway: Update to 0.10.0Rainer Hurling2020-11-103-38/+39
| | | | | | | | | | | | | | | | | | | This release changes the storage format. v0.10 can read the storage format of v0.5–v0.9. It will then persist the new format so that a downgrade won't be possible anymore[1]. [1] https://github.com/prometheus/pushgateway/releases/tag/v0.10.0 For this port 0.10.0, it is intended to replace it with a version >= 1.3.x from about four weeks on. So there will be four weeks for the migration. PR: 250587 Submitted by: Gabriel Dutra <0xdutra@gmail.com> (new maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D27165 Notes: svn path=/head/; revision=554855
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* Update to v0.9.1Mateusz Piotrowski2019-09-204-42/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelogs: - https://github.com/prometheus/pushgateway/releases/tag/v0.9.1 - https://github.com/prometheus/pushgateway/releases/tag/v0.9.0 - https://github.com/prometheus/pushgateway/releases/tag/v0.7.0 - https://github.com/prometheus/pushgateway/releases/tag/v0.5.2 - https://github.com/prometheus/pushgateway/releases/tag/v0.5.1 - https://github.com/prometheus/pushgateway/releases/tag/v0.5.0 - https://github.com/prometheus/pushgateway/releases/tag/v0.4.0 The new persistent storage format is not backwards compatible. See the changelogs for details. - Define LICENSE_FILE. - Switch to USES=go:modules - Simplify targets. - Fix a couple of typos and style issues in the service file - Improve readability of comments in the service file - Do not install /var/db/pushgateway by default. It is going to be created by the service anyway. PR: 233660 Approved by: maintainer Event: EuroBSDcon 2019 Hackathon Differential Revision: https://reviews.freebsd.org/D21729 Notes: svn path=/head/; revision=512417
* Made 14 Go ports respect MAKE_ENV. This is expected to unbreak them.Yuri Victorovich2018-03-181-1/+1
| | | | | | | | | | | | Ports: www/fabio benchmarks/bombardier www/go-www net-mgmt/prometheus2 sysutils/immortal sysutils/docker-freebsd audio/pms-devel sysutils/consul-alerts net-mgmt/pushgateway net/nsq textproc/jid net-mgmt/alertmanager sysutils/nomad security/ssh-vault Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=464866
* Prometheus exporters and pushgateway: Strip golang binaries.Boris Samorodov2017-07-181-2/+1
| | | | | | | | | | | | | | | TLDR; turns out to be a misconception, has gone with dinosaurs. Golang Project treat such cases as bugs, submit any evidence to them. More info: https://honnef.co/posts/2016/10/go-and-strip/ Fix my port and ports I've committed yesterday. Bump PORTREVISION. Reported by: swills Approved by: portmgr (just fix it) Notes: svn path=/head/; revision=446130
* The Prometheus Pushgateway exists to allow ephemeral and batch jobs toBoris Samorodov2017-07-175-0/+111
expose their metrics to Prometheus. Since these kinds of jobs may not exist long enough to be scraped, they can instead push their metrics to a Pushgateway. The Pushgateway then exposes these metrics to Prometheus. WWW: https://github.com/prometheus/pushgateway PR: 216882 Submitted by: Athanasios Douitsis <aduitsis@cpan.org> Notes: svn path=/head/; revision=446118