Sha256: 11c7a91d838298e4c26d1ed152f4fbdb7145b6ea503dc27b5302c376fc0764c5
Contents?: true
Size: 737 Bytes
Versions: 11
Compression:
Stored size: 737 Bytes
Contents
module Datadog module Contrib module ActiveRecord # ActiveRecord integration constants module Ext APP = 'active_record'.freeze SERVICE_NAME = 'active_record'.freeze SPAN_INSTANTIATION = 'active_record.instantiation'.freeze SPAN_SQL = 'active_record.sql'.freeze SPAN_TYPE_INSTANTIATION = 'custom'.freeze TAG_DB_CACHED = 'active_record.db.cached'.freeze TAG_DB_NAME = 'active_record.db.name'.freeze TAG_DB_VENDOR = 'active_record.db.vendor'.freeze TAG_INSTANTIATION_CLASS_NAME = 'active_record.instantiation.class_name'.freeze TAG_INSTANTIATION_RECORD_COUNT = 'active_record.instantiation.record_count'.freeze end end end end
Version data entries
11 entries across 11 versions & 1 rubygems