Move DD code into its own directory (#6)

This commit is contained in:
Diego Hurtado
2020-04-08 11:39:44 -06:00
committed by GitHub
parent 72b40ba5f9
commit 5aee3ce32e
611 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,13 @@
from . import SpanTypes
# [TODO] Deprecated, remove when we remove AppTypes
# the type of the spans
TYPE = SpanTypes.CASSANDRA
# tags
CLUSTER = 'cassandra.cluster'
KEYSPACE = 'cassandra.keyspace'
CONSISTENCY_LEVEL = 'cassandra.consistency_level'
PAGINATED = 'cassandra.paginated'
ROW_COUNT = 'cassandra.row_count'
PAGE_NUMBER = 'cassandra.page_number'