Hello community,

here is the log from the commit of package hanadb_exporter for openSUSE:Factory 
checked in at 2019-11-13 13:29:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hanadb_exporter (Old)
 and      /work/SRC/openSUSE:Factory/.hanadb_exporter.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hanadb_exporter"

Wed Nov 13 13:29:15 2019 rev:5 rq:748055 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/hanadb_exporter/hanadb_exporter.changes  
2019-11-04 17:15:52.292867841 +0100
+++ 
/work/SRC/openSUSE:Factory/.hanadb_exporter.new.2990/hanadb_exporter.changes    
    2019-11-13 13:29:16.511757138 +0100
@@ -1,0 +2,8 @@
+Wed Nov 6 12:48:03 UTC 2019 - Diego Akechi <dake...@suse.com>
+
+- Version 0.5.1 Add the SAP HANA current alerts rating metric.
+This metric expose the current triggered alerts coming from
+inside the database and the rating (severity) of them. The rating 
+is classified between 1 and 5.
+
+-------------------------------------------------------------------

Old:
----
  hanadb_exporter-0.5.0.tar.gz

New:
----
  hanadb_exporter-0.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hanadb_exporter.spec ++++++
--- /var/tmp/diff_new_pack.K3uEXQ/_old  2019-11-13 13:29:17.027757679 +0100
+++ /var/tmp/diff_new_pack.K3uEXQ/_new  2019-11-13 13:29:17.035757687 +0100
@@ -26,7 +26,7 @@
 %endif
 
 Name:           hanadb_exporter
-Version:        0.5.0
+Version:        0.5.1
 Release:        0
 Summary:        SAP HANA database metrics exporter
 License:        Apache-2.0

++++++ hanadb_exporter-0.5.0.tar.gz -> hanadb_exporter-0.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hanadb_exporter-0.5.0/hanadb_exporter.changes 
new/hanadb_exporter-0.5.1/hanadb_exporter.changes
--- old/hanadb_exporter-0.5.0/hanadb_exporter.changes   2019-10-29 
14:44:08.123074953 +0100
+++ new/hanadb_exporter-0.5.1/hanadb_exporter.changes   2019-11-06 
12:59:54.036643763 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Wed Nov 6 12:48:03 UTC 2019 - Diego Akechi <dake...@suse.com>
+
+- Version 0.5.1 Add the SAP HANA current alerts rating metric.
+This metric expose the current triggered alerts coming from
+inside the database and the rating (severity) of them. The rating 
+is classified between 1 and 5.
+
+-------------------------------------------------------------------
 Fri Oct 25 06:14:03 UTC 2019 - Xabier Arbulu <xarb...@suse.com>
 
 - Version 0.5.0 Add the option to export metrics from multiple
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hanadb_exporter-0.5.0/hanadb_exporter.spec 
new/hanadb_exporter-0.5.1/hanadb_exporter.spec
--- old/hanadb_exporter-0.5.0/hanadb_exporter.spec      2019-10-29 
14:44:08.123074953 +0100
+++ new/hanadb_exporter-0.5.1/hanadb_exporter.spec      2019-11-06 
12:59:54.036643763 +0100
@@ -26,7 +26,7 @@
 %endif
 
 Name:           hanadb_exporter
-Version:        0.5.0
+Version:        0.5.1
 Release:        0
 Summary:        SAP HANA database metrics exporter
 License:        Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hanadb_exporter-0.5.0/metrics.json 
new/hanadb_exporter-0.5.1/metrics.json
--- old/hanadb_exporter-0.5.0/metrics.json      2019-10-29 14:44:08.123074953 
+0100
+++ new/hanadb_exporter-0.5.1/metrics.json      2019-11-06 12:59:54.036643763 
+0100
@@ -720,5 +720,19 @@
         "type": "gauge"
       }
     ]
+  },
+  "SELECT alert_host host, LPAD(alert_port,5) port, alert_details, 
alert_useraction,to_varchar(alert_timestamp) alert_timestamp, 
to_varchar(alert_rating) alert_rating FROM 
_SYS_STATISTICS.STATISTICS_CURRENT_ALERTS;":
+  {
+    "enabled": true,
+    "metrics": [
+      {
+        "name": "hanadb_alerts_current",
+        "description": "HANA Database current alerts rating",
+        "labels": ["HOST", "PORT", "ALERT_DETAILS", "ALERT_USERACTION", 
"ALERT_TIMESTAMP"],
+        "value": "ALERT_RATING",
+        "unit": "rating",
+        "type": "gauge"
+      }
+    ]
   }
 }


Reply via email to