From f10c99019f3c8fe32fe5302ac60a09d281d4a7fbc30821e329de3af2ebbef493 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 5 Aug 2022 13:06:38 +0000 Subject: [PATCH] Accepting request 993313 from home:witekbedyk:branches:server:monitoring - Update to upstream release 0.11.0 (jsc#SLE-24791) * Add TLS support * Switch to logger, please check --log.level and --log.format flags - Update to version 0.10.1 * Bugfix: Reset ProxyBalancer metrics on each scrape to remove stale data - Update to version 0.10.0 * Add Apache Proxy and other metrics - Update to version 0.8.0 * Change commandline flags * Add metrics: Apache version, request duration total - Adapted to build on Enterprise Linux 8 - Require building with Go 1.15 - Update to 0.7 * Handle OS TERM signals - Changes from 0.6 * Add option to override host name - Add %license macro for LICENSE file - Fix license information in spec file (MIT) - Initial commit (v0.5.0) OBS-URL: https://build.opensuse.org/request/show/993313 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-lusitaniae-apache_exporter?expand=0&rev=15 --- golang-github-lusitaniae-apache_exporter.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/golang-github-lusitaniae-apache_exporter.changes b/golang-github-lusitaniae-apache_exporter.changes index e02fc11..40cb4b1 100644 --- a/golang-github-lusitaniae-apache_exporter.changes +++ b/golang-github-lusitaniae-apache_exporter.changes @@ -2,6 +2,20 @@ Sun Mar 13 12:42:00 UTC 2022 - Michael Ströder - Update to upstream release 0.11.0 (jsc#SLE-24791) + * Add TLS support + * Switch to logger, please check --log.level and --log.format + flags + +- Update to version 0.10.1 + * Bugfix: Reset ProxyBalancer metrics on each scrape to + remove stale data + +- Update to version 0.10.0 + * Add Apache Proxy and other metrics + +- Update to version 0.8.0 + * Change commandline flags + * Add metrics: Apache version, request duration total ------------------------------------------------------------------- Fri Jan 21 20:09:39 UTC 2022 - Stefan Bluhm