Ben Kochie

Results 1558 comments of Ben Kochie

There's a small amount of terminology mixup in some of the flags. There's multiple DSNs to connect to multiple servers. As well as there's the "Discover databases" which is actually...

I guess the way the unix socket works, you can only make one connection at a time. We could change the unix socket code to make one shared connection.

> An unrelated question. If there were Go bindings for [libchrony](https://gitlab.com/chrony/libchrony), would you be interested in using it in chrony_exporter? No, I would not. I _much_ prefer pure Go implementations....

> Is it possible that the two scrappers run in the same process (i.e. have the same PID) and are trying to bind to the same local socket? Yes, that's...

Hmm, oh, I see. The actual problem is the [client socket filename](https://github.com/SuperQ/chrony_exporter/blob/main/collector/collector.go#L122) is having collisions. That should be fixable by using a more `mktemp` style generator. I have a couple...

I need to get a couple of cleanup things done, hopefully this week. Then I'll cut a new release. This is going to be a big breaking change.

New release is in progress: https://github.com/prometheus/mysqld_exporter/pull/717

Huh, PostgreSQL doesn't have this information in any other metrics source? We're looking to add `query` as a label with a length limit. There are two open PRs for this...

Sure, PRs welcome. The best thing to do is start simple, with the things you know you want.