Christoph Lupprich
Christoph Lupprich
@lyanco Just note that this can't be done in Grafana - there's no option to change the way how `$__rate_interval` gets formatted. So one would need to replace all uses...
Awesome, thanks @lyanco!
Yeah, that would certainly work. Thanks for the tip!
That's perfect new for a Friday! Thanks @lyanco and team!
The PR that introduced `custom_payload` gives a great overview: https://github.com/roidrage/lograge/pull/135 > Essentially, this (`custom_payload`) combines the `custom_payload` option and the `append_info_to_payload` method override strategy into a single config option
Same here. I've just updated to jruby 1.6.8, running in 1.9 mode. Had the same problems with jruby 1.6.7.2 as described above (including the DatabaseCleaner strategy).
Thanks @eregon, that's good input. I'll change that!
I found this issue because I have the same use case as @deepj: I'm creating a docker image and don't need any of the bundle caches. However, after looking at...