Bug 216882 - New port: net-mgmt/pushgateway Prometheus push acceptor for ephemeral and batch jobs
Summary: New port: net-mgmt/pushgateway Prometheus push acceptor for ephemeral and bat...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-07 13:01 UTC by Athanasios Douitsis
Modified: 2017-07-17 22:11 UTC (History)
1 user (show)

See Also:
bsam: maintainer-feedback+


Attachments
Shar archive of the port (4.64 KB, text/plain)
2017-02-07 13:01 UTC, Athanasios Douitsis
no flags Details
Correct shar, previous one was erroneous (4.60 KB, text/plain)
2017-02-07 13:38 UTC, Athanasios Douitsis
no flags Details
Correct shar, previous one erroneous (4.60 KB, text/plain)
2017-02-07 13:40 UTC, Athanasios Douitsis
no flags Details
Finally, here is the correct shar (4.60 KB, text/plain)
2017-02-07 13:48 UTC, Athanasios Douitsis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Athanasios Douitsis 2017-02-07 13:01:12 UTC
Created attachment 179704 [details]
Shar archive of the port
Comment 1 Athanasios Douitsis 2017-02-07 13:38:14 UTC
Created attachment 179705 [details]
Correct shar, previous one was erroneous
Comment 2 Athanasios Douitsis 2017-02-07 13:40:17 UTC
Created attachment 179706 [details]
Correct shar, previous one erroneous
Comment 3 Athanasios Douitsis 2017-02-07 13:48:54 UTC
Created attachment 179708 [details]
Finally, here is the correct shar

Apologies for attaching the wrong file multiple times, stupid behavior with my pc and SMB, kept the wrong copy cached, so multiple attempts to fetch it yielded the same file.
Comment 4 Boris Samorodov freebsd_committer freebsd_triage 2017-07-17 20:47:47 UTC
Take.
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-07-17 21:39:47 UTC
A commit references this bug:

Author: bsam
Date: Mon Jul 17 21:39:38 UTC 2017
New revision: 446118
URL: https://svnweb.freebsd.org/changeset/ports/446118

Log:
  The Prometheus Pushgateway exists to allow ephemeral and batch jobs to
  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>

Changes:
  head/net-mgmt/Makefile
  head/net-mgmt/pushgateway/
  head/net-mgmt/pushgateway/Makefile
  head/net-mgmt/pushgateway/distinfo
  head/net-mgmt/pushgateway/files/
  head/net-mgmt/pushgateway/files/pushgateway.in
  head/net-mgmt/pushgateway/pkg-descr
  head/net-mgmt/pushgateway/pkg-plist
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-07-17 22:00:05 UTC
A commit references this bug:

Author: bsam
Date: Mon Jul 17 21:59:43 UTC 2017
New revision: 50511
URL: https://svnweb.freebsd.org/changeset/doc/50511

Log:
  Add Athanasios Douitsis for net-mgmt/pushgateway.

  PR:		216882
  Submitted by:	Athanasios Douitsis <aduitsis@cpan.org>

Changes:
  head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml
Comment 7 Boris Samorodov freebsd_committer freebsd_triage 2017-07-17 22:01:34 UTC
Committed, thanks!

We have a tradition to add submitters of new ports to The FreeBSD Additional Contributors List: https://www.freebsd.org/doc/en/articles/contributors/contrib-additional.html

So, you've been added. Awaiting for your new contributions!
Comment 8 Athanasios Douitsis 2017-07-17 22:11:39 UTC
Many thanks!