Diego Akechi

Results 7 comments of Diego Akechi

@oalbrigt Let us know how we can help here...

@fabriziosestito I would recommend we use badges, as depending on the Cluster config, this attribute might have more columns. Maybe we should have the man page explanation as alt text...

@fabriziosestito ok... Lets do as suggested by @lee-martin. Feel free to split into multiple issues if needed.

@picoroma Can you, please, attach the file you are using?

The problem occurs because the CPU column on the database returns an Int value and this column is used as Labels for the metric. The code expect strings and does...

@stefanotorresi This metric is generated based on the internal HANA monitoring views. Can you check the values resulting from this query: ```SELECT md.host, md.usage_type, md.path, md.filesystem_type, TO_DECIMAL(md.total_device_size / 1024 /...

@stefanotorresi This information is extracted by this query and comes from the internal HANA monitoring views: ```SELECT host, disk, queue_length, srv_ms + wait_ms latency_ms, srv_ms, wait_ms, io_per_s, tp_kbps FROM( SELECT...