Matej Zerovnik

Results 21 issues of Matej Zerovnik

I'm thinking it would be better (and more in-pair with prometheus metrics/labels conventions) to have job status and nodes states as labels instead of separate metrics. Since we are measuring...

At the moment, the `phpfpm_process_state` only exports the metric for the currently active state. That works OK in Prometheus, but has problems with VictoriaMetrics, which expects all metrics to be...

enhancement

**Is your feature request related to a problem? Please describe.** I have a case, where we overlooked a cardinality issue and now have tons of metrics we need to delete...

enhancement

**sysPass Version** 3.2 (322.21031301) **Describe the bug** Sometimes users can't login, getting an `account expired` error. I have checked on multiple occasions and the account was active and the user...

kind/question
v3

At the moment, `--collect.info_schema.tables.databases` flag only supports 2 options: - `*`: match all databases - comma separated string of databases: only pull metrics for exact names It would be nice...

**Is your feature request related to a problem? Please describe.** At the moment, if nginx is not running, exporter won't start with error `Could not create Nginx Client: failed to...

proposal

I wanted to run my standalone tests with daemon mode and it kept failing me with errors in logstash log file: ``` {"level":"WARN","loggerName":"org.logstash.plugins.pipeline.PipelineBus","timeMillis":1643007232481,"thread":"[lfv_input_1]>worker0","logEvent":{"message":"Attempted to send event to '__lfv_input_YJSxCrys_' but that...

Do you think it would be usefull to have an option to push scripts from puppet server to clients the same way that python plugin does it? I like to...

enhancement

We are using mtail to parse some specific logs where sometimes there are replacement chars(�) in strings. It seems like when mtail hits a log line with this char, it...

bug
mtail-Log Tailing

We are migrating to MySQL cluster and one of the requirements is that every table has a primary key so deletes work across the cluster. I noticed a few tables...