Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Memcached caching module #2966

Open
1 task
Tracked by #2949
antonpirker opened this issue Apr 10, 2024 · 0 comments
Open
1 task
Tracked by #2949

New Memcached caching module #2966

antonpirker opened this issue Apr 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@antonpirker
Copy link
Member

antonpirker commented Apr 10, 2024

Create a new integration MemcachedIntegration.

Part of #2949

It should be similar as the RedisIntegration but as the first iteration only create cache spans as described here: #2965

The integration should be auto enabling and patch pymemcache.

(There is another lib that is still famous, but it is in maintenance mode and basically going to die: python-memcached We will not support this lib.)

Bonus:

  • Load test the cache spans generation and publish results somewhere to be confident that this will not add to much overhead.
@antonpirker antonpirker added the enhancement New feature or request label Apr 10, 2024
@antonpirker antonpirker self-assigned this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant