You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works well until a large object (a large image, in our case) is inserted into Redis. Then it can clog up the metric exporter.
Possible Solution
Add an option to cut the DB statement to a reasonable size. Something like WithDBStatementMaxSize(n int) that would preserve the initial n/2 and the final n/2 characters from the query.