MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniProfiler storage failure: undefined method `upcase' for [:exists, "MPRedisStoreha3b3tlmb7rm5r8zcf3a"]:Array

diegonulinga opened this issue · comments

I moved from a single server to k8s, I changed the storage to redis and now I can't see the widget in production and that is the log that I have.
I tested in my local with redis and works well

Redis version: 6.0.9
Rack mini profiler version: 2.2.1

If you need another information, just ask.
Thanks.

@diegonulinga did you ever figure out your issue?

It appears that disabling the elastic-apm gem resolves this. This isn't really a solution, but I'm not sure if the problem is in this or in that. @SamSaffron any ideas?

@diegonulinga did you ever figure out your issue?

i couldn't make it work

@diegonulinga were you using elastic-apm or any other APM? That was what broke it for me.

yes, i am using it!

Well my PR linked above fixes it.

Fixed on the elastic-apm side.