Michael Sverdlik

Results 18 comments of Michael Sverdlik

no worries @roidelapluie, cheers!

This is a **very** surprising default behaviour by Traefik. Having a route "just work" is a nice convenient feature but has potentially disastrous consequences - without any way to prevent...

thank you for your efforts @jilleJr !

halfninja thx for that config line. just minor fix - it probably needs to be printf in awk and not print because print will insert newline and break hostfile

Another possible edit is to use Ruby's split() instead of AWK, so this will work on Windows as well: ``` ruby `VBoxManage guestproperty get #{vm.id} "/VirtualBox/GuestInfo/Net/1/V4/IP"`.split()[1] ```

Closing as @aholyoake-bc is leading the effort at: https://github.com/prometheus/consul_exporter/pull/264

Until there's a solution for this, a bit of Go template foo can go a long way: https://gist.github.com/m1keil/d0ef68c4277712a5b0ce2cf74743f18e

My biggest issue with these is not even the performance side but the simple fact that it pollutes the metric namespace and makes it harder for folks in our team...