forked from pool/prometheus-sap_host_exporter
New version of prometheus-sap_host_exporter released OBS-URL: https://build.opensuse.org/request/show/1090299 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/prometheus-sap_host_exporter?expand=0&rev=38
145 lines
5.7 KiB
Plaintext
145 lines
5.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jun 1 14:34:20 2023 UTC - shap-staff@suse.de
|
|
|
|
- Release 0.6.0
|
|
|
|
## What's Changed
|
|
* Fix minor typo on spec by @MalloZup in https://github.com/SUSE/sap_host_exporter/pull/50
|
|
* Fix Datasource named ${DS_PROMETHEUS} was not found by @MalloZup in https://github.com/SUSE/sap_host_exporter/pull/53
|
|
* fix exporter package description by @stefanotorresi in https://github.com/SUSE/sap_host_exporter/pull/56 (bsc#1211311)
|
|
* make the sapcontrol SOAP XML webservice client importable by @stefanotorresi in https://github.com/SUSE/sap_host_exporter/pull/59
|
|
* fix typo by @aleksei-burlakov in https://github.com/SUSE/sap_host_exporter/pull/63
|
|
* remove the download task from Makefile by @stefanotorresi in https://github.com/SUSE/sap_host_exporter/pull/60
|
|
* Check if the process contains instead of matches by @tester22 in https://github.com/SUSE/sap_host_exporter/pull/65
|
|
* Bump github.com/prometheus/client_golang from 1.1.0 to 1.11.1 by @dependabot in https://github.com/SUSE/sap_host_exporter/pull/67
|
|
* Bump github.com/prometheus/client_golang from 1.11.1 to 1.15.1 by @dependabot in https://github.com/SUSE/sap_host_exporter/pull/70
|
|
* Bump github.com/sirupsen/logrus from 1.6.0 to 1.9.2 by @dependabot in https://github.com/SUSE/sap_host_exporter/pull/69
|
|
* Bump github.com/hooklift/gowsdl from 0.3.2-0.20200216020636-7a3e6bce010b to 0.5.0 by @dependabot in https://github.com/SUSE/sap_host_exporter/pull/68
|
|
* Update required Go version to 1.20 (bsc#1208270)
|
|
|
|
**Full Changelog**: https://github.com/SUSE/sap_host_exporter/compare/0.5.1...0.6.0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 3 12:32:12 2020 UTC - shap-staff@suse.de
|
|
|
|
- Release 0.5.1
|
|
|
|
## Fixed
|
|
- Make OBS RPM builds reproducible by removing the build date. (#48)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 2 15:56:07 2020 UTC - shap-staff@suse.de
|
|
|
|
- Release 0.5.0
|
|
|
|
## Added
|
|
- `--version` CLI flag (#42)
|
|
- Grafana dashboard is now part of the repo, although packaged independently (#44)
|
|
|
|
## Changed
|
|
- Bumped required Go version to 1.12 (#43)
|
|
- Switched CI from Travis to GitHub Actions (#45)
|
|
|
|
## Fixed
|
|
- Some usage details are now further clarified (#47)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 20 10:35:11 UTC 2020 - Stefano Torresi <stefano.torresi@suse.com>
|
|
|
|
- Backport to SLE12SP3 and SLE15. (jsc#SLE-10902, jsc#SLE-10903, jsc#ECO-817, jsc#ECO-818)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 21 10:02:42 2020 UTC - shap-staff@suse.de
|
|
|
|
- Release 0.4.0
|
|
|
|
## Added
|
|
- Unix Domain Socket can now be used in place of TCP/IP to connect to SAPControl (#32)
|
|
- `sap_start_service_instances` metric now tracks the status of the current SAP Instance. (#38)
|
|
- Collectors are now activated conditionally, only for SAP processes that are actually running. (#39)
|
|
- Common labels to identify source SAP instance are now added to all metrics (#40)
|
|
|
|
## Changed
|
|
- Updated CI with OBS to continuously deliver the master branch (#29)
|
|
- Collector error handling is now more consistent across the board (#33)
|
|
|
|
## Fixed
|
|
- Concurrent metric recording no longer leaks goroutines (#35)
|
|
- Configuration sanitation is now applied correctly (#37)
|
|
|
|
## Removed
|
|
- HA Checks and alert collector have been entirely removed due to SAP system crashes caused by the related SAPControl methods (#36 #41)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 23 18:35:55 2020 UTC - shap-staff@suse.de
|
|
|
|
- Release 0.3.0
|
|
|
|
## Added
|
|
- Alert metrics collector (#21)
|
|
- `make obs-workdir` target can now handle custom Git branches and forks via environment variables (#25)
|
|
|
|
## Changed
|
|
- Some metric now properly use the `Counter` type instead of `Gauge` and are more semantically correct. (#23)
|
|
- `sap-control-url` setting now has a default value and doesn't require users to explicitly input the URL scheme. (#26)
|
|
- `go_*` debug metrics are only shown when the log level is `debug` or higher. (#24)
|
|
- Refactored configuration code (#26)
|
|
|
|
## Fixed
|
|
- Enqueue Server metrics are now properly documented (#23)
|
|
- Documentation can be fully browsed from the README ToC (#28)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 19 11:00:29 2020 UTC - shap-staff@suse.de
|
|
|
|
- Release 0.2.3
|
|
|
|
# Fixed:
|
|
- Fix failure of enabling service in deployment (https://github.com/SUSE/sap_host_exporter/pull/20)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 18 10:49:59 2020 UTC - shap-staff@suse.de
|
|
|
|
- Release 0.2.1
|
|
|
|
# fixed:
|
|
|
|
- fix rpm macro on obs/packaging(https://github.com/SUSE/sap_host_exporter/pull/18)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 17 16:38:39 2020 UTC - shap-staff@suse.de
|
|
|
|
- Release 0.2.0
|
|
|
|
## Added
|
|
- Add the ability to run multiple systemd instances with dedicated config files. (#16)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 11 15:49:53 2020 UTC - shap-staff@suse.de
|
|
|
|
- Release 0.1.0
|
|
|
|
## Added
|
|
- Implement the SAP Start Service collector (#6)
|
|
- Implement the SAP Enqueue Server collector (#10)
|
|
- Implement the SAP AS Dispatcher collector (#13)
|
|
- Systemd unit (#8)
|
|
- Metrics documentation (#10)
|
|
- Design documentation (#10)
|
|
|
|
## Changed
|
|
- Improved README and development notes (#7, a4dda15)
|
|
|
|
## Fixed
|
|
- Better explain the `--sap-control-url` CLI flag (#14)
|
|
- Typo in the example config (#12)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 28 11:43:48 2020 UTC - shap-staff@suse.de
|
|
|
|
- Release 0.0.1
|
|
|
|
## Added
|
|
- Copied boilerplate from [ClusterLabs/ha_cluster_exporter](//github.com/ClusterLabs/ha_cluster_exporter) (#2)
|
|
|