Jonne Nauha

Results 16 comments of Jonne Nauha

Could you give some details why you needed this change. It looks fine and I get it from the test cases, but I would just like to see real world...

Sorry forgot to respond to this! I still don't see this being very user friendly. The use case of running varnish and its varnish exporter in a container is probably...

Yeh that repo might work but its lacking a lot of features and support for new varnish versions. You can however clone it and then just paste all .go files...

Checkout the readme, that is the now supported way of doing this. Exporter is running in host but varnish can run in a docker container. https://github.com/jonnenauha/prometheus_varnish_exporter#docker If you want to...

Cool, thanks. It looks like you are sharing `/var/lib/varnish` to both service containers. That location has the .vms file that afaik `varnishstat` uses to connect to varnish. Do you have...

Also does `VSM_NOPID: 1` tell the exporter container to not actually run varnish itself? Looks like its the same image, and you probably just want the `varnishstat` binary (and possibly...

I'm not sure if its possible to do what you want on just `varnishstat` output this exporter is using. Only "probe" metric I can find from my servers is ```...

Hmm, looks like its not hardcoded to 8. I guess that is the max window and most that particular tool will render. I get this for my prod varnish. `Current...

Try `-no-exit` to not exit on scrape failures. This should keep it running and ignore that varnish is not yet up.

Hi @andreasbm any change you could do official 2.0.0 release with the lit v2 branch at some point. I'm getting this warning from webpack duplicate detection plugin. ``` WARNING in...