Frank lin Piat
Frank lin Piat
I suppose this issue can be closed. @jnovack, This issue and the page [state.md](https://github.com/google/mtail/blob/master/docs/state.md) document how to handle state across multi-lines. I should open a distinct issue about using `hidden...
I struggle to use that variable... all my attempts fails (I tried to use `len()`, or `string()`... but all fails. As a workaround, I had to use an extra regex...
In this particular case it would work... But there are some other case where it is not possible. We need to be able to test a variable no matter if...
It seems Co-Stop was merged included in release [v0.10.3](https://github.com/pryorda/vmware_exporter/releases/tag/). Was pull request https://github.com/pryorda/vmware_exporter/pull/148 (thanks to @alecorps) Could you test it ?
@pryorda , The prometheus client library adds many metrics (plus process metrics on Linux). I was about to create a unit test to check `python_info` only (value and labels). Also,...
Hello Daniel, Does this look good to you @pryorda ?
Hello Daniel, I looked at other issues and pull request (making the default section optional). Also the exporters should always return a page with the exporters metrics , and avoid...
> Sorry for the delay. What would happen if you hit the endpoint multiple times quickly? @pryorda , Handling a single prometheus registry containing both vmware metrics AND the the...
For those exporters that are designed to expose metrics from multiple targets, it seems common to have 1 endpoint to expose the exporter own metrics, and another endpoints for targets....
Using the containerized ("docker") is strongly recommended, to ensure [Dev/Prod parity](https://12factor.net/dev-prod-parity). Docker is just one implementation of containers images (OCI). There are other container runtime (CRI). RedHat/CentOS/Fedora are using a...