Bug 238732 - [patch] net/haproxy: Add option to build Prometheus exporter
Summary: [patch] net/haproxy: Add option to build Prometheus exporter
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: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-21 05:49 UTC by Felix Hanley
Modified: 2019-06-21 13:03 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (demon)


Attachments
Makefile patch (1.14 KB, patch)
2019-06-21 05:49 UTC, Felix Hanley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Hanley 2019-06-21 05:49:08 UTC
Created attachment 205247 [details]
Makefile patch

Since version 2 HAProxy comes with a native exporter for Prometheus (https://github.com/haproxy/haproxy/tree/master/contrib/prometheus-exporter). This patch enables it as a port option.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-21 13:03:11 UTC
A commit references this bug:

Author: demon
Date: Fri Jun 21 13:02:46 UTC 2019
New revision: 504796
URL: https://svnweb.freebsd.org/changeset/ports/504796

Log:
  Add an option to build with the Prometheus exporter as a service.

  PR:		238732
  Submitted by:	Felix Hanley <felix@userspace.com.au>

Changes:
  head/net/haproxy/Makefile
Comment 2 Dmitry Sivachenko freebsd_committer freebsd_triage 2019-06-21 13:03:38 UTC
Patch committed, thank you.