mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 09:13:23 +08:00
Move DD code into its own directory (#6)
This commit is contained in:
10
reference/ddtrace/ext/mongo.py
Normal file
10
reference/ddtrace/ext/mongo.py
Normal file
@ -0,0 +1,10 @@
|
||||
from . import SpanTypes
|
||||
|
||||
# [TODO] Deprecated, remove when we remove AppTypes
|
||||
TYPE = SpanTypes.MONGODB
|
||||
|
||||
SERVICE = 'mongodb'
|
||||
COLLECTION = 'mongodb.collection'
|
||||
DB = 'mongodb.db'
|
||||
ROWS = 'mongodb.rows'
|
||||
QUERY = 'mongodb.query'
|
Reference in New Issue
Block a user