Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.2_1 14 Feb 2018 21:58:38
  |
brd  |
Add net-mgmt/prometheus2
Rename prometheus to prometheus1 so they can coexist since upgrading is
non-trival:
https://prometheus.io/docs/prometheus/2.0/migration/
PR: 225169
Submitted by: David O'Rourke <dor.bsd@xm0.uk>
Reviewed by: swills |
1.8.2_1 01 Feb 2018 21:54:26
  |
brd  |
net-mgmt/prometheus: Fix build info
PR: 225430
Submitted by: David O'Rourke <dor.bsd@xm0.uk>
Approved by: ports@ecadlabs.com (maintainer) |
1.8.2 06 Nov 2017 22:55:27
  |
dbaio  |
net-mgmt/prometheus: Update to 1.8.2
While here, add LICENSE_FILE.
Changes: https://github.com/prometheus/prometheus/releases/tag/v1.8.2
PR: 223432
Submitted by: David O'Rourke <dor.bsd@xm0.uk>
Approved by: ports@ecadlabs.com (maintainer) |
1.8.1 24 Oct 2017 17:07:04
  |
ler  |
net-mgmt/prometheus: upgrade to 1.8.1
PR: 223086
Submitted by: dor.bsd@xm0.uk
Approved by: ports@ecadlabs.com (Maintainet) |
1.7.1 20 Jun 2017 16:34:17
  |
joneum  |
- net-mgmt/prometheus: Update from 1.6.3 to 1.7.1
- Changelog: https://github.com/prometheus/prometheus/releases/tag/v1.7.0
https://github.com/prometheus/prometheus/releases/tag/v1.7.1
PR: 220056
Submitted by: jevonearth (ports at ecadlabs.com) (maintainer)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11273 |
1.6.3 27 May 2017 20:14:35
  |
pi  |
net-mgmt/prometheus: update 1.6.1 -> 1.6.3
PR: 219225
Changes: https://github.com/prometheus/prometheus/releases/tag/v1.6.3
https://github.com/prometheus/prometheus/releases/tag/v1.6.2
Submitted by: Jev Bjoersell <jev@ecadlabs.com> (maintainer) |
1.6.1 23 Apr 2017 16:54:28
  |
ler  |
Update net-mgmt/prometheus to 1.6.1, add version info
Removed STRIP=, as since go 1.6 stripping go binaries doesn't break them.
Details of changes in this release are available here:
https://github.com/prometheus/prometheus/releases/tag/v1.6.1
PR: 218737
Submitted by: ports@ecadlabs.com (maintainer)
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D10423 |
1.5.2 14 Feb 2017 21:05:34
  |
krion  |
Update net-mgmt/prometheus to 1.5.2
PR: 216973
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9596 |
1.5.1 09 Feb 2017 17:48:06
  |
krion  |
Update net-mgmt/prometheus to 1.5.1
PR: 216927
Submitted by: ports@ecadlabs.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9507 |
1.5.0 25 Jan 2017 04:08:16
  |
pi  |
net-mgmt/prometheus: update 1.4.1 -> 1.5.0
PR: 216411
Changes: https://github.com/prometheus/prometheus/releases/tag/v1.5.0
Submitted by: Jev Bjoersell <jev@ecadlabs.com> (maintainer) |
1.4.1 02 Dec 2016 11:58:22
  |
mat  |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.4.1 01 Dec 2016 03:20:07
  |
jhale  |
Update to 1.4.1
PR: 214829
Submitted by: Jev Bjoersell <ports@ecadlabs.com> (maintainer) |
1.3.1 07 Nov 2016 15:51:11
  |
pi  |
net-mgmt/prometheus: update 1.3.0 -> 1.3.1
PR: 214245
Changes: https://github.com/prometheus/prometheus/releases/tag/v1.3.1
Submitted by: Jev Bjoersell <jev@ecadlabs.com> (maintainer) |
1.3.0 02 Nov 2016 18:26:18
  |
pi  |
net-mgmt/prometheus: update 1.2.1 -> 1.3.0
PR: 213984
Changes: https://github.com/prometheus/prometheus/releases
Submitted by: ports@ecadlabs.com (maintainer) |
1.2.1_1 18 Oct 2016 18:08:32
  |
pi  |
sysutils/prometheus: Fix some issues discussed in PRs
- the config file is now a @sample
- pkg-plist added
- /var/db/prometheus is the new place to be
PR: 210059
Submitted by: Andy Carrel <wac@google.com>
Approved by: jev@ecadlabs.com (maintainer) |
1.2.1 15 Oct 2016 05:09:11
  |
pi  |
New port: net-mgmt/prometheus
Prometheus is a systems and service monitoring system. It collects metrics
from configured targets at given intervals, evaluates rule expressions,
displays the results, and can trigger alerts if some condition is observed
to be true.
Prometheus' main distinguishing features as compared to other monitoring
systems are:
- a multi-dimensional data model (timeseries defined by metric name and
set of key/value dimensions)
- a flexible query language to leverage this dimensionality
- no dependency on distributed storage; single server nodes are autonomous
- timeseries collection happens via a pull model over HTTP
- pushing timeseries is supported via an intermediary gateway
- targets are discovered via service discovery or static configuration
- multiple modes of graphing and dashboarding support
- support for hierarchical and horizontal federation
WWW: https://prometheus.io/
PR: 212468
Submitted by: Jev Bjoersell <jev@ecadlabs.com> |