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
This commit is contained in:
Michael Vetter 2022-08-05 13:06:38 +00:00 committed by Git OBS Bridge
parent 9613402c0f
commit f10c99019f

View File

@ -2,6 +2,20 @@
Sun Mar 13 12:42:00 UTC 2022 - Michael Ströder <michael@stroeder.com>
- 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 <stefan.bluhm@clacee.eu>