Ingest general cache spans (i.e spans with op of `cache.*`) Create metrics for db.redis spans with tags - [x] Environment - [x] Span op (cache.get_item, cache.save, etc) - [x] Transaction name - [x] Duration - [x] Cache hit or miss The following tags will need to be added as well, but do not have data collect this data in the SDK yet. - [ ] Domain/table ( or some identifier to which cache it is, db vs nodestore cache in your example)
Ingest general cache spans (i.e spans with op of
cache.*)Create metrics for db.redis spans with tags
The following tags will need to be added as well, but do not have data collect this data in the SDK yet.