Replies: 1 comment 2 replies
-
I looked briefly at https://github.com/symfony/cache. While they offer some data collector, I don't think it's suitable for us, as the telemetry created is not like we would need it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
I often look at the empty "caches" page in sentry and feel a bit disappointed that there are no metrics there. I have read the docs about manual instrumentation, and if feels very... well... manual 😅. It is a bit overkill to manually add it everywhere we get and put to the cache. Is there any best practices available so that we can configure it a bit more easily? Maybe using decorators or something? Perhaps some more docs would be possible?
Or even better... Is there any possibility that we could get a basic level integrated into sentry-symfony like the Laravel SDK has?
Beta Was this translation helpful? Give feedback.
All reactions