Christian Rohmann

Results 210 comments of Christian Rohmann

@SuperQ @discordianfish I was wondering if you would still consider implementing network namespace support or even accept PRs for this? I just ran into this wile looking at node_exporter to...

@discordianfish thanks for the quick response. Yes, there should be no explosive duplication in metrics I fully agree. CAdvisor does look at (network) namespaces from a container (read: namespaced and...

@dswarbrick I just noticed that the sync / check phase is not really covered by the node_exporter currently (which makes it hard to i.e. supress disk utilization alerts when a...

@dswarbrick I opened PR https://github.com/prometheus/procfs/pull/321 and a corresponding one for the node exporter with https://github.com/prometheus/node_exporter/pull/1810

@uberspot the Docker image ID which is known just before Kapitan is run is exactly what brought me here. Being able to consume environment variables would be awesome ... just...

@niedbalski yes. 1. As for the EXPORTER_up metric, I believe this is quite straightforward. 2. I could also implement the suggested robustness for available services discovery if we agree on...

@lukasmrtvy thanks for thinking about hooking CoreDNS up to OpenStack Designate! Are you planning on writing any code to have CoreDNS work as caching forwarder against the Designate API as...

@lukasmrtvy I did just open https://github.com/coredns/coredns/issues/5500 which might also "work" for your idea of using CoreDNS to serve data from Designate (mDNS) in case you wanted CoreDNS to be a...

I just ran into this issue with copied directories having the current date as creation and modification date. This is an issue when doing a remote delete via `--min-age` which...