Skip to content

Releases: SUSE/sap_host_exporter

0.6.0

01 Jun 14:34
48c4099
Compare
Choose a tag to compare

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

03 Jul 12:32
a5d05f8
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Fixed

  • Make OBS RPM builds reproducible by removing the build date. (#48)

0.5.0

02 Jul 15:56
9386b9c
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

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)

0.4.0

21 Apr 10:02
71f3338
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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)

0.3.0

23 Mar 18:35
1c29eed
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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)

0.2.3

19 Mar 11:00
8dadead
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Fixed

  • Fix failure of enabling service in deployment (#20)

0.2.2

19 Mar 08:58
5f9f124
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Fixed

  • workaround viper issue setting custom file only to yaml specific. (#19)

0.2.1

18 Mar 10:49
bb922ee
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Fixed

  • fix rpm macro on obs/packaging(#18)

0.2.0

17 Mar 16:38
fa6bd15
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added

  • Add the ability to run multiple systemd instances with dedicated config files. (#16)

0.1.0

11 Mar 15:49
a4dda15
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

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)