Skip to content

Commit

Permalink
Adds Amazon Timestream ActiveRecord Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
wagner committed Mar 10, 2023
1 parent b919bab commit 8c4dddf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/new_relic/agent/instrumentation/active_record_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@ def map_operation(raw_operation)
'odbc' => 'ODBC',

# https://rubygems.org/gems/activerecord-oracle_enhanced-adapter
'oracle_enhanced' => 'Oracle'
'oracle_enhanced' => 'Oracle',

# https://rubygems.org/gems/activerecord-amazon-timestream-adapter
'amazon_timestream' => 'Timestream'
}.freeze

ACTIVE_RECORD_DEFAULT_PRODUCT_NAME = 'ActiveRecord'.freeze
Expand Down

0 comments on commit 8c4dddf

Please sign in to comment.