Releases: SUSE/sap_host_exporter
Releases · SUSE/sap_host_exporter
0.7.0
What's Changed
- add supportconfig plugin (jsc#PED-2560) by @angelabriel in #77
- Fix code scanning alert no. 1: Incorrect conversion between integer types by @stefanotorresi in #88
- update CI workflows and scripts
- bump minimum Go version to 1.23
- update README
- change default version command behaviour
Dependabot updates
- Bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #73
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #78
- Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 by @dependabot in #76
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #74
- Bump github.com/spf13/viper from 1.16.0 to 1.19.0 by @dependabot in #84
- Bump github.com/prometheus/client_golang from 1.16.0 to 1.20.5 by @dependabot in #86
- Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 by @dependabot in #75
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #87
New Contributors
- @angelabriel made their first contribution in #77
Full Changelog: 0.6.0...0.7.0
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)