lchopfpt

Results 13 comments of lchopfpt

I am having a similar issue with Percona 5.7.26. Trying to use query_exporter to pass table or columns as parameters doesn't work, so created a procedure to do it for...

I have tried drastically simplifying just to see if I can find when a stored proc will work. I tried no in/out parameters with a single select, so at its...

Found this on the googles. This is a documented behavior of MySQLdb: Compatibility note: It appears that the mere act of executing the CALL statement produces an empty result set,...

Realized my query wasn't clear. `select max('varchar columnname here') metric1, 'tablename' as 'label1', 'columnname' as 'label2' from tablename` So it returns something like: ``` metric1 label1 label2 foo table column...

I do not consider the db label useless, but having the ability to not include it could be nice for those that don't want it. Though I can't think of...

We are seeing the same issue with AlmaLinux 9

Hello, are there any updates here? It's feeling like pdagent and friends have been abandoned.

https://github.com/camptocamp/prometheus-puppetdb-exporter are metrics about puppetdb, while https://github.com/voxpupuli/puppet-prometheus_reporter are metrics about each node that checks into Puppet.

Fair enough, though I'd say the readme for the other is not clear. From the docs puppetdb-exporter looks to report totals of the same metrics, where as this one is...

I may have found it. https://github.com/prometheus/mysqld_exporter/blob/main/collector/global_status.go#L123 The code says "Unparseable values are silently skipped". I think it has to do with certs that have a not_after or not_before during the...