Flow PHP

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
see
https://github.com/open-telemetry/semantic-conventions/issues/1747

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_VALUE_TYPE

public string CACHE_VALUE_TYPE = 'cache.value_type'
On this page

Search results