How to store some data for analytics plugin

Hi Buds,

Please suggest me a way to store any data using plugin before calling upstream and get that data inside Analytics plugin without injecting headers or modifying the req/res body.

Hope for the best,
Shebby

I think we had a similar request via our commercial channel. The recommendation was to use Redis to store the data and use Redis within the analytics plugin to retrieve the custom data.

Hope this helps