Ben Kochie
Ben Kochie
Wait, sorry, that should not error. It should skip the whole step.
This does not seem like a CoreDNS issue. Any workload will fail in this way.
Seems like we should have tests for this behavior.
Yes, if you could add some tests, that would be very useful.
I wonder if we should support arbitrary headers, rather than specifically one kind of bearer token. The reason we have the basic auth here is because there's some standard encoding...
Some work on Digest auth was being done over in the common package. https://github.com/prometheus/common/pull/553
Sure, adding `long_query_time` to the session params is a great idea. It should be simple enough to do. Would you be up to adding this feature? You can see the...
I think we should create a new `udp` collector that includes the `udp_queues` collector. We could call it `udp_stats`, but simply `udp` is just fine. I'm thinking about releasing one...
Sorry, I don't think we can accept this change. We already have a well supported netlink library, (`github.com/mdlayher/netlink`). I'm not interested in having two different netlink implementations such that we...
Changing the CI here will not help because what is actually doing the build is our promu tool, which runs the build in our build container. We already [include ppc64...