magnusbaeck / logstash-filter-verifier

Apache License 2.0
192 stars 27 forks source link

Filter parsing speed metrics #88

Open xinu opened 4 years ago

xinu commented 4 years ago

Is it somehow possible to implement/configure metrics for filters? for example time spent to parse using filters or events/s which would be interesting because some part of filters ( ruby code execution) could slow down the pipeline very drastically.

For example maybe use Metrics Filter

breml commented 3 years ago

This issue maybe addressed with the same approach as #95. So these issues are somewhat related.