dotnetcore / EasyCaching

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
MIT License
1.92k stars 324 forks source link

Adding Apm + options to enable it. #510

Open sambar-delen opened 8 months ago

sambar-delen commented 8 months ago

Hi, I'm using EasyCaching.Redis in one of my projects. I'm trying to debug something using APM so I thought it would be handy to add it in. This is the first time I ever contribute anything. I'm not familiar with the structure of the repo and how to test is, but if I look at the APM docs, this should be enough. If there is anything I'm missing, please let me know. Thanks for your time.

closes #461