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

[Python] Enhancements to Cache instrumentation #2949

Open
3 tasks
Tracked by #62
antonpirker opened this issue Apr 9, 2024 · 0 comments
Open
3 tasks
Tracked by #62

[Python] Enhancements to Cache instrumentation #2949

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

Comments

@antonpirker
Copy link
Member

antonpirker commented Apr 9, 2024

We want to improve our instrumentation of caches. For this we want to have the following spans created when caches are accessed:

  • <span op="cache.get_item" data.cache.hit="true/false" data.cache.item_size="123">
  • <span op="cache.set_item" data.cache.item_size="123">

For details about the data that should be added to those spans see the linked sub issues.

The also the mockups here: getsentry/sentry#68265

@antonpirker antonpirker added the enhancement New feature or request label Apr 9, 2024
@antonpirker antonpirker self-assigned this Apr 9, 2024
@antonpirker antonpirker changed the title Enhancements to Cache spans. Enhancements to Cache instrumentation Apr 9, 2024
@antonpirker antonpirker changed the title Enhancements to Cache instrumentation [Python] Enhancements to Cache instrumentation Apr 9, 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