Sha256: 806280e2d2a141bfdad0e388dcc3c14aa1c4fcfcac1fb7bf4e2df0c32c7f85d9
Contents?: true
Size: 519 Bytes
Versions: 11
Compression:
Stored size: 519 Bytes
Contents
module Datadog module Contrib module MongoDB # MongoDB integration constants module Ext APP = 'mongodb'.freeze SERVICE_NAME = 'mongodb'.freeze SPAN_COMMAND = 'mongo.cmd'.freeze SPAN_TYPE_COMMAND = 'mongodb'.freeze TAG_COLLECTION = 'mongodb.collection'.freeze TAG_DB = 'mongodb.db'.freeze TAG_OPERATION = 'mongodb.operation'.freeze TAG_QUERY = 'mongodb.query'.freeze TAG_ROWS = 'mongodb.rows'.freeze end end end end
Version data entries
11 entries across 11 versions & 1 rubygems