Matej Zerovnik
Matej Zerovnik
When 7.x came out, there was a problem with events not being in order. More info can be found in https://github.com/magnusbaeck/logstash-filter-verifier/issues/68 and @magnusbaeck made a fix in https://github.com/magnusbaeck/logstash-filter-verifier/commit/6166b6249256689806e64a1e078c1701307c9438 that is...
Just a FYI, I updated LFV to beta1 today for our production tests and it runs without issues. We do use standalone option though.
I’m all for it. There is little to no production examples and snippets available online. I think I’m having a good configuration but I could be totally wrong. Usually you...
Great! I'll do the same. We also setup CI/CD pipeline for logstash & elasticsearch, but with the recent activity, I have a feeling I need to rework it to make...
Now that https://github.com/hipages/php-fpm_exporter/pull/124 is merged, would you accept a PR for this issue? This is something we need in order to be able to use php-fpm with VictoriaMetrics.
My idea was to simply add a struct to [exporter.go](https://github.com/hipages/php-fpm_exporter/blob/master/phpfpm/exporter.go#L214) and raise the number based on state value. After that, iterate over struct keys and yield all metrics. But since...
I pushed an initial implementation. Yes, I would like to see all states for all childs in the output. That way all metrics are exposed all the time which enables...
Please, be my guest!
Is there any news regarding this issue? Thanks
This would still be nice to implement. I'm using a custom fork from https://github.com/hipages/php-fpm_exporter/pull/128 to achieve this, but @estahn wanted a better implementation, which I'm not able to provide as...