Subject: | Add ElasticSearch tracking |
Hiya
Your DebugToolbar is really useful. I'd love to add ElasticSearch
request tracing into it, but currently the module isn't terribly pluggable.
So I'm wondering if you'd feel inspired to add it yourself :)
All that needs to happen is to replace ElasticSearch::Transport::_log_fh
https://metacpan.org/source/DRTECH/ElasticSearch-0.57/lib/ElasticSearch/Transport.pm#L426
with something like this: https://gist.github.com/87fa2a538bb8945d0dcb
thanks
Clint