Bug 238824 - www/nginx-prometheus-exporter: update to 0.4.1, fix version
Summary: www/nginx-prometheus-exporter: update to 0.4.1, fix version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2019-06-26 11:54 UTC by Volodymyr Kostyrko
Modified: 2019-06-30 21:22 UTC (History)
0 users

See Also:


Attachments
update to 0.4.1 (1.33 KB, patch)
2019-06-26 11:54 UTC, Volodymyr Kostyrko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Volodymyr Kostyrko 2019-06-26 11:54:40 UTC
Created attachment 205352 [details]
update to 0.4.1

Changelog:

0.4.1:
BUGFIXES:

    55: Do not export zone sync metrics if they are not reported by NGINX Plus. Previously, in such case, the metrics were exported with zero values.

COMPATIBILITY:

    NGINX 0.1.18 or newer.
    NGINX Plus R18 or newer.

0.4.0:
FEATURES:

    50: Add zone sync metrics support.
    37: Implement a way to retry connection to NGINX if it is unreachable. Add -nginx.retries for setting the number of retries and -nginx.retry-interval for setting the interval between retries, both as cli-arguments.

0.3.0:
FEATURES:

    32: Add nginxexporter_build_info metric.
    31: Implement nginx_up and nginxplus_up metrics. Add -nginx.timeout cli argument for setting a timeout for scrapping metrics from NGINX or NGINX Plus.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-30 21:21:39 UTC
A commit references this bug:

Author: swills
Date: Sun Jun 30 21:21:17 UTC 2019
New revision: 505500
URL: https://svnweb.freebsd.org/changeset/ports/505500

Log:
  www/nginx-prometheus-exporter: update to 0.4.1, fix version string

  PR:		238824
  Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (maintainer)

Changes:
  head/www/nginx-prometheus-exporter/Makefile
  head/www/nginx-prometheus-exporter/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-06-30 21:22:30 UTC
Committed, thanks!