Releases: SUSE/sap_host_exporter
Releases · SUSE/sap_host_exporter
0.6.0
What's Changed
- Fix minor typo on spec by @MalloZup in #50
- Fix Datasource named ${DS_PROMETHEUS} was not found by @MalloZup in #53
- fix exporter package description by @stefanotorresi in #56 (bsc#1211311)
- make the sapcontrol SOAP XML webservice client importable by @stefanotorresi in #59
- fix typo by @aleksei-burlakov in #63
- remove the download task from Makefile by @stefanotorresi in #60
- Check if the process contains instead of matches by @tester22 in #65
- Bump github.com/prometheus/client_golang from 1.1.0 to 1.11.1 by @dependabot in #67
- Bump github.com/prometheus/client_golang from 1.11.1 to 1.15.1 by @dependabot in #70
- Bump github.com/sirupsen/logrus from 1.6.0 to 1.9.2 by @dependabot in #69
- Bump github.com/hooklift/gowsdl from 0.3.2-0.20200216020636-7a3e6bce010b to 0.5.0 by @dependabot in #68
- Update required Go version to 1.20 (bsc#1208270)
Full Changelog: 0.5.1...0.6.0
0.5.1
0.5.0
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
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 ofGauge
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 isdebug
or higher. (#24)- Refactored configuration code (#26)