mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 05:32:30 +08:00
11 lines
182 B
Python
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'
|