hanadb_exporter icon indicating copy to clipboard operation
hanadb_exporter copied to clipboard

HANA Prometheus Exporter

Results 12 hanadb_exporter issues
Sort by recently updated
recently updated
newest added

There are major current versions of Python above 3.6 and in some distros, 3.6 is not even available anymore causing issues on the current CI.

I've seen this happen on multiple systems now, so it must be a bug. When the system has `multi_tenant` set to false, the metrics path to be scraped is `/metrics`....

We have several HANA servers, all multi-tenant systems. When we try to start the `hanadb_exporter` application with the `multi-tenant` option set to `true`, it fails to start with an authentication...

check if package are avalaible and correct version installed pip install -r requirements.txt You can add this command into documentation

Hello, We are looking for an exporter that we can use to monitor our Hana and Hana cloud instances. I came across this repo and it looks promising for our...

I have installed the exporter using zypper Installation was fine. After created the config file (config.json) I try to start with the sequence: systemctl daemon-reload systemctl start prometheus-hanadb_exporter@config systemctl enable...

Hi, do you encounter the same issue ? If not, do you know how to solve mine ? The exporter doesn't want to start because of the timeout format difference...

Running specific, custom HANA queries and transforming them into a Prometheus metric format with a dedicated hanadb_exporter instance is reporting an error. The query which was used is: "Select host,...

the `hanadb_disk_*_size_mb` metrics group doesn't seem to report correct metrics in relation to multiple filesystems. e.g. in a node with the following filesystems reported by `df -BM -T`: ``` Filesystem...

bug

I think I/O metrics should only be reported per device, not per partition. e.g. ``` hanadb_disk_io_latency_ms{disk="vda",host="stefanotorresi-hana01"} 0.58 hanadb_disk_io_latency_ms{disk="vda1",host="stefanotorresi-hana01"} 0.0 hanadb_disk_io_latency_ms{disk="vda2",host="stefanotorresi-hana01"} 0.0 hanadb_disk_io_latency_ms{disk="vda3",host="stefanotorresi-hana01"} 0.6 hanadb_disk_io_latency_ms{disk="vdb",host="stefanotorresi-hana01"} 0.28 hanadb_disk_io_latency_ms{disk="vdb1",host="stefanotorresi-hana01"} 0.28 hanadb_disk_io_latency_ms{disk="vdc",host="stefanotorresi-hana01"} 0.35 ```...

bug