Skip to content

[Python] Enhancements to Cache instrumentation #2949

Closed
@antonpirker

Description

@antonpirker

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions