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

14 lines
319 B
Python

from . import SpanTypes
# [TODO] Deprecated, remove when we remove AppTypes
TYPE = SpanTypes.ELASTICSEARCH
SERVICE = 'elasticsearch'
APP = 'elasticsearch'
# standard tags
URL = 'elasticsearch.url'
METHOD = 'elasticsearch.method'
TOOK = 'elasticsearch.took'
PARAMS = 'elasticsearch.params'
BODY = 'elasticsearch.body'