Ben Kochie

Results 1558 comments of Ben Kochie

https://github.com/coredns/alternate#building-coredns-with-alternate ``` $ git diff plugin.cfg diff --git a/plugin.cfg b/plugin.cfg index 407a668e..62c41142 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -64,6 +64,7 @@ auto:auto secondary:secondary etcd:etcd loop:loop +alternate:github.com/coredns/alternate forward:forward grpc:grpc erratic:erratic ```

I have cut v0.2.0 with updated Go module dependencies. Please try `go generate` again. Also make sure your source for CoreDNS is up to date with `v1.11.1`.

> Can you please point out to the pretest for this project ? What does this mean?

I also ran into this due to a couple of services that expose awful / spammy metric names. We've dropped the metrics from the TSDB, but it's still polluting the...

Better than passing an index or name, we can include alll interfaces as metadata. ``` __meta_gce_interface_eth0_ip __meta_gce_interface_eth1_ip ``` Then you can dynamically select which IP to use based on other...

Hmm, I'm not totally opposed to this. But the question is, how to extract/build this.

Versioning would be good, it might also help with https://github.com/prometheus/busybox/issues/28. Automating this process would solve both issues.

Can you rebase your fork so the tests pass?

Yes, this seems like it would be easy to add to the `diskstats` collector.