Ben Kochie
Ben Kochie
Oh, I assumed that since you were using the Caddy solver it was using `HTTP-01` challenges. Since this is what Caddy defaults to.
Completed in https://github.com/prometheus/memcached_exporter/pull/173
CC @igorwwwwwwwwwwwwwwwwwwww, this may interest you.
There's also an mDNS plugin for CoreDNS. https://coredns.io/explugins/mdns/
You may be interested in the [OpenMetrics](https://github.com/RichiH/OpenMetrics) format that is being worked on. We are adding support for uint64 there, which covers a couple of use cases where float64 isn't...
You may also be interested in our [TSDB library](https://github.com/prometheus/tsdb) as it's more than 15x as memory and storage efficient than the TSDB proposed in the scotty design doc. The key...
What do you mean by "whole system"? With Prometheus monitoring, we already have extensive host monitoring with the [node_exporter](https://github.com/prometheus/node_exporter). We take a granular approach to keep things lightweight. Having direct...
The Prometheus client stuff I'm proposing inside voctomix is very specific. We just expose a couple of simple per-process metrics as "free" since the python client can easily gather some...
@MaZderMind Prometheus client_python supports OpenMetrics, which is an API supported by all of the listed monitoring systems. I'm not suggesting adding OS level metrics, I'm suggesting adding process level metrics.
Why not make the daemons that expose Prometheus metrics directly, rather than write out to the node_exporter?