CacheAttributes
FinalYes
Cache instrumentation attribute keys and span names shared by Flow cache instrumentations.
No official cache semantic convention exists yet; these keys follow the direction of the open proposal and will be aligned once it lands.
Tags
Constants
- CACHE_KEY : string = 'cache.key'
- CACHE_KEY_COUNT : string = 'cache.key_count'
- CACHE_OPERATION : string = 'cache.operation'
- CACHE_POOL : string = 'cache.pool'
- CACHE_PREFIX : string = 'cache.prefix'
- CACHE_TAG_COUNT : string = 'cache.tag_count'
- CACHE_TAGS : string = 'cache.tags'
- CACHE_VALUE_TYPE : string = 'cache.value_type'
- SPAN_CLEAR : string = 'cache.clear'
- SPAN_DELETE : string = 'cache.delete'
- SPAN_SET : string = 'cache.set'
Constants
CACHE_KEY
public
string
CACHE_KEY
= 'cache.key'
CACHE_KEY_COUNT
public
string
CACHE_KEY_COUNT
= 'cache.key_count'
CACHE_OPERATION
public
string
CACHE_OPERATION
= 'cache.operation'
CACHE_POOL
public
string
CACHE_POOL
= 'cache.pool'
CACHE_PREFIX
public
string
CACHE_PREFIX
= 'cache.prefix'
CACHE_TAG_COUNT
public
string
CACHE_TAG_COUNT
= 'cache.tag_count'
CACHE_TAGS
public
string
CACHE_TAGS
= 'cache.tags'
CACHE_VALUE_TYPE
public
string
CACHE_VALUE_TYPE
= 'cache.value_type'
SPAN_CLEAR
public
string
SPAN_CLEAR
= 'cache.clear'
SPAN_DELETE
public
string
SPAN_DELETE
= 'cache.delete'
SPAN_SET
public
string
SPAN_SET
= 'cache.set'