mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 05:32:30 +08:00
9 lines
175 B
Python
9 lines
175 B
Python
from . import SpanTypes
|
|
|
|
# [TODO] Deprecated, remove when we remove AppTypes
|
|
TYPE = SpanTypes.CACHE
|
|
|
|
CMD = 'memcached.command'
|
|
SERVICE = 'memcached'
|
|
QUERY = 'memcached.query'
|