commit prometheus-sap_host_exporter for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package prometheus-sap_host_exporter for 
openSUSE:Factory checked in at 2020-07-05 01:17:12

Comparing /work/SRC/openSUSE:Factory/prometheus-sap_host_exporter (Old)
 and  /work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.3060 
(New)


Package is "prometheus-sap_host_exporter"

Sun Jul  5 01:17:12 2020 rev:5 rq:818574 version:0.5.1+git.1593777035.a5d05f8

Changes:

--- 
/work/SRC/openSUSE:Factory/prometheus-sap_host_exporter/prometheus-sap_host_exporter.changes
2020-05-20 18:40:47.092651854 +0200
+++ 
/work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.3060/prometheus-sap_host_exporter.changes
  2020-07-05 01:17:49.560928501 +0200
@@ -1,0 +2,24 @@
+Fri Jul  3 12:32:12 2020 UTC - shap-st...@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-st...@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)
+
+---

Old:

  prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338.tar.gz

New:

  prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8.tar.gz



Other differences:
--
++ prometheus-sap_host_exporter.spec ++
--- /var/tmp/diff_new_pack.GMN7a8/_old  2020-07-05 01:17:51.632935104 +0200
+++ /var/tmp/diff_new_pack.GMN7a8/_new  2020-07-05 01:17:51.632935104 +0200
@@ -18,7 +18,7 @@
 
 Name:   prometheus-sap_host_exporter
 # Version will be processed via set_version source service
-Version:0.4.0+git.1587141635.71f3338
+Version:0.5.1+git.1593777035.a5d05f8
 Release:0
 Summary:Prometheus exporter for SAP systems (a.k.a. NetWeaver)
 License:Apache-2.0
@@ -28,7 +28,7 @@
 Source1:vendor.tar.gz
 ExclusiveArch:  aarch64 x86_64 ppc64le s390x
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  go >= 1.11
+BuildRequires:  go >= 1.12
 Provides:   sap_host_exporter = %{version}-%{release}
 Provides:   prometheus(sap_host_exporter) = %{version}-%{release}
 # Unlike C/C++ packages, Golang packages do not have header files. They are 
statically built so the main package is also the devel package.

++ _service ++
--- /var/tmp/diff_new_pack.GMN7a8/_old  2020-07-05 01:17:51.672935231 +0200
+++ /var/tmp/diff_new_pack.GMN7a8/_new  2020-07-05 01:17:51.672935231 +0200
@@ -2,9 +2,12 @@
 
 git://github.com/SUSE/sap_host_exporter.git
 git
-0.4.0
+0.5.1
 .git
-@PARENT_TAG@+git.%ct.%h
+.github
+dashboards
+packaging/obs/grafana-sap-netweaver-dashboards
+0.5.1+git.1593777035.a5d05f8
 prometheus-sap_host_exporter
 
 

++ prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338.tar.gz -> 
prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338/.ci/get_version_from_git.sh
 
new/prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8/.ci/get_version_from_git.sh
--- 
old/prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338/.ci/get_version_from_git.sh
   1970-01-01 01:00:00.0 +0100
+++ 
new/prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8/.ci/get_version_from_git.sh
   2020-07-03 13:50:35.0 +0200
@@ -0,0 +1,14 @@
+#!/bin/sh
+TAG=$(git describe --tags --abbrev=0 2>/dev/null)
+SUFFIX=$(git show -s --format=%ct.%h HEAD)
+
+if [ -n "${TAG}" ]; then
+  COMMITS_SINCE_TAG=$(git rev-list ${TAG}.. --count)
+  if [ "${COMMITS_SINCE_TAG}" -gt 0 ]; then
+SUFFIX="dev${COMMITS_SINCE_TAG}.${SUFFIX}"
+  fi
+else
+  TAG="0"
+fi
+
+echo "${TAG}+git.${SUFFIX}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338/.travis.yml 
new/prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8/.travis.yml
--- old/prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338/.travis.yml   
2020-04-17 18:40:35.0 +0200
+++ new/prometheus-sap_host_exporter-0.5.1+git.1593777035.a5d05f8/.travis.yml   
1970-01-01 01:00:00.0 +0100
@@ -1,62 +0,0 @@
-language: go
-go:
-  - "stable"
-
-cache:
-  directories:
-- 

commit prometheus-sap_host_exporter for openSUSE:Factory

2020-05-20 Thread root
Hello community,

here is the log from the commit of package prometheus-sap_host_exporter for 
openSUSE:Factory checked in at 2020-05-20 18:40:35

Comparing /work/SRC/openSUSE:Factory/prometheus-sap_host_exporter (Old)
 and  /work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.2738 
(New)


Package is "prometheus-sap_host_exporter"

Wed May 20 18:40:35 2020 rev:4 rq:807578 version:0.4.0+git.1587141635.71f3338

Changes:

--- 
/work/SRC/openSUSE:Factory/prometheus-sap_host_exporter/prometheus-sap_host_exporter.changes
2020-04-22 20:54:13.779537576 +0200
+++ 
/work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.2738/prometheus-sap_host_exporter.changes
  2020-05-20 18:40:47.092651854 +0200
@@ -1,0 +2,5 @@
+Wed May 20 10:35:11 UTC 2020 - Stefano Torresi 
+
+- Backport to SLE12SP3 and SLE15. (jsc#SLE-10902, jsc#SLE-10903, jsc#ECO-817, 
jsc#ECO-818)  
+
+---



Other differences:
--



commit prometheus-sap_host_exporter for openSUSE:Factory

2020-04-22 Thread root
Hello community,

here is the log from the commit of package prometheus-sap_host_exporter for 
openSUSE:Factory checked in at 2020-04-22 20:54:12

Comparing /work/SRC/openSUSE:Factory/prometheus-sap_host_exporter (Old)
 and  /work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.2738 
(New)


Package is "prometheus-sap_host_exporter"

Wed Apr 22 20:54:12 2020 rev:3 rq:796049 version:0.4.0+git.1587141635.71f3338

Changes:

--- 
/work/SRC/openSUSE:Factory/prometheus-sap_host_exporter/prometheus-sap_host_exporter.changes
2020-04-01 19:13:52.603410674 +0200
+++ 
/work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.2738/prometheus-sap_host_exporter.changes
  2020-04-22 20:54:13.779537576 +0200
@@ -1,0 +2,22 @@
+Tue Apr 21 10:02:42 2020 UTC - shap-st...@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)
+
+---

Old:

  prometheus-sap_host_exporter-0.3.0+git.1585067146.33dcd8a.tar.gz

New:

  prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338.tar.gz



Other differences:
--
++ prometheus-sap_host_exporter.spec ++
--- /var/tmp/diff_new_pack.P6PvwQ/_old  2020-04-22 20:54:14.323538640 +0200
+++ /var/tmp/diff_new_pack.P6PvwQ/_new  2020-04-22 20:54:14.327538649 +0200
@@ -18,7 +18,7 @@
 
 Name:   prometheus-sap_host_exporter
 # Version will be processed via set_version source service
-Version:0.3.0+git.1585067146.33dcd8a
+Version:0.4.0+git.1587141635.71f3338
 Release:0
 Summary:Prometheus exporter for SAP systems (a.k.a. NetWeaver)
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.P6PvwQ/_old  2020-04-22 20:54:14.359538711 +0200
+++ /var/tmp/diff_new_pack.P6PvwQ/_new  2020-04-22 20:54:14.359538711 +0200
@@ -2,7 +2,7 @@
 
 git://github.com/SUSE/sap_host_exporter.git
 git
-33dcd8ae7f01b721cb65fd4bae7f64f4f534007c
+0.4.0
 .git
 @PARENT_TAG@+git.%ct.%h
 prometheus-sap_host_exporter

++ prometheus-sap_host_exporter-0.3.0+git.1585067146.33dcd8a.tar.gz -> 
prometheus-sap_host_exporter-0.4.0+git.1587141635.71f3338.tar.gz ++
 2068 lines of diff (skipped)

++ vendor.tar.gz ++




commit prometheus-sap_host_exporter for openSUSE:Factory

2020-04-01 Thread root
Hello community,

here is the log from the commit of package prometheus-sap_host_exporter for 
openSUSE:Factory checked in at 2020-04-01 19:11:58

Comparing /work/SRC/openSUSE:Factory/prometheus-sap_host_exporter (Old)
 and  /work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.3248 
(New)


Package is "prometheus-sap_host_exporter"

Wed Apr  1 19:11:58 2020 rev:2 rq:790273 version:0.3.0+git.1585067146.33dcd8a

Changes:

--- 
/work/SRC/openSUSE:Factory/prometheus-sap_host_exporter/prometheus-sap_host_exporter.changes
2020-03-11 19:08:34.936112934 +0100
+++ 
/work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.3248/prometheus-sap_host_exporter.changes
  2020-04-01 19:13:52.603410674 +0200
@@ -1,0 +2,44 @@
+Mon Mar 23 18:35:55 2020 UTC - shap-st...@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-st...@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-st...@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-st...@suse.de
+
+- Release 0.2.0
+
+  ## Added
+  - Add the ability to run multiple systemd instances with dedicated config 
files. (#16)
+
+---

Old:

  prometheus-sap_host_exporter-0.1.0.tar.gz

New:

  prometheus-sap_host_exporter-0.3.0+git.1585067146.33dcd8a.tar.gz



Other differences:
--
++ prometheus-sap_host_exporter.spec ++
--- /var/tmp/diff_new_pack.XNhWSf/_old  2020-04-01 19:13:53.835411228 +0200
+++ /var/tmp/diff_new_pack.XNhWSf/_new  2020-04-01 19:13:53.835411228 +0200
@@ -1,26 +1,29 @@
 #
-# Copyright 2019-2020 SUSE LLC
+# spec file for package prometheus-sap_host_exporter
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Copyright (c) 2020 SUSE LLC
 #
-#https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
+
+
 Name:   prometheus-sap_host_exporter
 # Version will be processed via set_version source service
-Version:0.1.0
+Version:0.3.0+git.1585067146.33dcd8a
 Release:0
-License:Apache-2.0
 Summary:Prometheus exporter for SAP systems (a.k.a. NetWeaver)
+License:Apache-2.0
 Group:  System/Monitoring
-Url:https://github.com/SUSE/sap_host_exporter
+URL:https://github.com/SUSE/sap_host_exporter
 Source: %{name}-%{version}.tar.gz
 Source1:vendor.tar.gz
 ExclusiveArch:  aarch64 x86_64 ppc64le s390x
@@ -58,23 +61,26 @@
 install -D -m 0755 %{shortname} "%{buildroot}%{_bindir}/%{shortname}"
 
 # Install the systemd unit
-install -D -m 0644