Ben Kochie

Results 1558 comments of Ben Kochie

Marking this draft until Go 1.25 is released.

I have commented elsewhere that I think bitwise operations would be useful. There is a lot of legacy data where we're receiving. I don't think the cognitive burden of supporting...

Thanks to @s10 for doing the refactoring! Sorry for the lack of activity here, I don't have a ton of time to maintain MySQL stuff since I haven't really worked...

This could be a URL encode/decode issue with the target parameter handling.

The exporter uses the [Go mysql driver Config](https://pkg.go.dev/github.com/go-sql-driver/mysql#Config) to format the connection. In order to determine the `Net` type, we parse the `target` parameter in https://github.com/prometheus/mysqld_exporter/blob/59ecd933087164022e18f67b18e5f80494658f11/config/config.go#L194-L196. We require the target...

There was some plan to move away, and it got partly there. But work on migrating stopped due to lack of volunteer time. IMO we should probably finish the migration,...

Wouldn't it be better to update universal-relay to use CoreDNS directly?

Ahh, I see, we need to add more support for configuring [various bool params](https://pkg.go.dev/github.com/go-sql-driver/mysql?utm_source=godoc#Config) in the config file.