Files
2020-04-08 10:39:44 -07:00

11 lines
182 B
Python

from . import SpanTypes
APP = 'consul'
# [TODO] Deprecated, remove when we remove AppTypes
APP_TYPE = SpanTypes.CACHE
SERVICE = 'consul'
CMD = 'consul.command'
KEY = 'consul.key'