newrelic_rpm 8.2.0 → 8.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (277) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -1
  3. data/.rubocop.yml +1938 -0
  4. data/Brewfile +10 -0
  5. data/CHANGELOG.md +80 -2
  6. data/CONTRIBUTING.md +19 -3
  7. data/DOCKER.md +167 -0
  8. data/Dockerfile +10 -0
  9. data/Guardfile +8 -8
  10. data/Rakefile +14 -9
  11. data/bin/mongrel_rpm +8 -9
  12. data/bin/newrelic +1 -1
  13. data/bin/nrdebug +14 -14
  14. data/docker-compose.yml +85 -0
  15. data/init.rb +0 -2
  16. data/lefthook.yml +9 -0
  17. data/lib/new_relic/agent/adaptive_sampler.rb +7 -3
  18. data/lib/new_relic/agent/agent.rb +38 -40
  19. data/lib/new_relic/agent/agent_logger.rb +8 -9
  20. data/lib/new_relic/agent/attribute_filter.rb +31 -31
  21. data/lib/new_relic/agent/attributes.rb +2 -2
  22. data/lib/new_relic/agent/autostart.rb +6 -7
  23. data/lib/new_relic/agent/commands/agent_command.rb +2 -2
  24. data/lib/new_relic/agent/commands/agent_command_router.rb +6 -5
  25. data/lib/new_relic/agent/commands/thread_profiler_session.rb +0 -3
  26. data/lib/new_relic/agent/configuration/default_source.rb +347 -330
  27. data/lib/new_relic/agent/configuration/dotted_hash.rb +3 -3
  28. data/lib/new_relic/agent/configuration/environment_source.rb +3 -4
  29. data/lib/new_relic/agent/configuration/event_harvest_config.rb +11 -6
  30. data/lib/new_relic/agent/configuration/high_security_source.rb +7 -7
  31. data/lib/new_relic/agent/configuration/manager.rb +74 -63
  32. data/lib/new_relic/agent/configuration/mask_defaults.rb +1 -1
  33. data/lib/new_relic/agent/configuration/security_policy_source.rb +73 -73
  34. data/lib/new_relic/agent/configuration/server_source.rb +11 -11
  35. data/lib/new_relic/agent/configuration/yaml_source.rb +9 -9
  36. data/lib/new_relic/agent/connect/request_builder.rb +13 -16
  37. data/lib/new_relic/agent/connect/response_handler.rb +0 -3
  38. data/lib/new_relic/agent/custom_event_aggregator.rb +9 -10
  39. data/lib/new_relic/agent/database/explain_plan_helpers.rb +3 -4
  40. data/lib/new_relic/agent/database/obfuscation_helpers.rb +12 -12
  41. data/lib/new_relic/agent/database/postgres_explain_obfuscator.rb +2 -2
  42. data/lib/new_relic/agent/database.rb +20 -24
  43. data/lib/new_relic/agent/datastores/metric_helper.rb +10 -10
  44. data/lib/new_relic/agent/datastores/mongo/event_formatter.rb +2 -3
  45. data/lib/new_relic/agent/datastores/mongo/metric_translator.rb +3 -5
  46. data/lib/new_relic/agent/datastores/mongo/obfuscator.rb +1 -2
  47. data/lib/new_relic/agent/datastores/redis.rb +2 -4
  48. data/lib/new_relic/agent/datastores.rb +1 -3
  49. data/lib/new_relic/agent/distributed_tracing/cross_app_payload.rb +5 -5
  50. data/lib/new_relic/agent/distributed_tracing/cross_app_tracing.rb +11 -10
  51. data/lib/new_relic/agent/distributed_tracing/distributed_trace_attributes.rb +10 -11
  52. data/lib/new_relic/agent/distributed_tracing/distributed_trace_payload.rb +41 -42
  53. data/lib/new_relic/agent/distributed_tracing/distributed_trace_transport_type.rb +3 -3
  54. data/lib/new_relic/agent/distributed_tracing/trace_context.rb +41 -43
  55. data/lib/new_relic/agent/distributed_tracing/trace_context_payload.rb +23 -23
  56. data/lib/new_relic/agent/distributed_tracing.rb +17 -18
  57. data/lib/new_relic/agent/encoding_normalizer.rb +1 -1
  58. data/lib/new_relic/agent/error_collector.rb +17 -17
  59. data/lib/new_relic/agent/error_event_aggregator.rb +1 -1
  60. data/lib/new_relic/agent/error_filter.rb +6 -8
  61. data/lib/new_relic/agent/error_trace_aggregator.rb +1 -1
  62. data/lib/new_relic/agent/event_aggregator.rb +1 -1
  63. data/lib/new_relic/agent/event_buffer.rb +6 -7
  64. data/lib/new_relic/agent/event_listener.rb +0 -1
  65. data/lib/new_relic/agent/event_loop.rb +10 -10
  66. data/lib/new_relic/agent/external.rb +1 -2
  67. data/lib/new_relic/agent/guid_generator.rb +2 -9
  68. data/lib/new_relic/agent/harvester.rb +3 -4
  69. data/lib/new_relic/agent/heap.rb +1 -3
  70. data/lib/new_relic/agent/hostname.rb +3 -3
  71. data/lib/new_relic/agent/http_clients/abstract.rb +5 -7
  72. data/lib/new_relic/agent/http_clients/curb_wrappers.rb +1 -5
  73. data/lib/new_relic/agent/http_clients/excon_wrappers.rb +4 -4
  74. data/lib/new_relic/agent/http_clients/http_rb_wrappers.rb +3 -3
  75. data/lib/new_relic/agent/http_clients/httpclient_wrappers.rb +1 -2
  76. data/lib/new_relic/agent/http_clients/net_http_wrappers.rb +2 -3
  77. data/lib/new_relic/agent/http_clients/typhoeus_wrappers.rb +2 -3
  78. data/lib/new_relic/agent/http_clients/uri_util.rb +0 -1
  79. data/lib/new_relic/agent/instrumentation/action_cable_subscriber.rb +2 -3
  80. data/lib/new_relic/agent/instrumentation/action_controller_subscriber.rb +9 -10
  81. data/lib/new_relic/agent/instrumentation/action_view_subscriber.rb +5 -7
  82. data/lib/new_relic/agent/instrumentation/active_job.rb +4 -4
  83. data/lib/new_relic/agent/instrumentation/active_merchant.rb +2 -2
  84. data/lib/new_relic/agent/instrumentation/active_record.rb +20 -18
  85. data/lib/new_relic/agent/instrumentation/active_record_helper.rb +36 -42
  86. data/lib/new_relic/agent/instrumentation/active_record_notifications.rb +28 -25
  87. data/lib/new_relic/agent/instrumentation/active_record_prepend.rb +3 -3
  88. data/lib/new_relic/agent/instrumentation/active_record_subscriber.rb +5 -6
  89. data/lib/new_relic/agent/instrumentation/active_storage.rb +1 -1
  90. data/lib/new_relic/agent/instrumentation/acts_as_solr.rb +8 -9
  91. data/lib/new_relic/agent/instrumentation/bunny/chain.rb +1 -1
  92. data/lib/new_relic/agent/instrumentation/bunny/instrumentation.rb +7 -8
  93. data/lib/new_relic/agent/instrumentation/controller_instrumentation.rb +41 -41
  94. data/lib/new_relic/agent/instrumentation/curb/chain.rb +19 -20
  95. data/lib/new_relic/agent/instrumentation/curb/instrumentation.rb +34 -38
  96. data/lib/new_relic/agent/instrumentation/curb/prepend.rb +9 -10
  97. data/lib/new_relic/agent/instrumentation/data_mapper.rb +10 -10
  98. data/lib/new_relic/agent/instrumentation/delayed_job/chain.rb +5 -7
  99. data/lib/new_relic/agent/instrumentation/delayed_job/instrumentation.rb +2 -6
  100. data/lib/new_relic/agent/instrumentation/delayed_job_instrumentation.rb +4 -4
  101. data/lib/new_relic/agent/instrumentation/excon/middleware.rb +2 -2
  102. data/lib/new_relic/agent/instrumentation/excon.rb +0 -1
  103. data/lib/new_relic/agent/instrumentation/grape/chain.rb +1 -2
  104. data/lib/new_relic/agent/instrumentation/grape/instrumentation.rb +6 -7
  105. data/lib/new_relic/agent/instrumentation/grape.rb +2 -3
  106. data/lib/new_relic/agent/instrumentation/httpclient/chain.rb +2 -3
  107. data/lib/new_relic/agent/instrumentation/httpclient/instrumentation.rb +0 -1
  108. data/lib/new_relic/agent/instrumentation/httpclient/prepend.rb +0 -2
  109. data/lib/new_relic/agent/instrumentation/httprb/chain.rb +2 -2
  110. data/lib/new_relic/agent/instrumentation/httprb/instrumentation.rb +6 -6
  111. data/lib/new_relic/agent/instrumentation/httprb/prepend.rb +1 -1
  112. data/lib/new_relic/agent/instrumentation/ignore_actions.rb +2 -3
  113. data/lib/new_relic/agent/instrumentation/logger/instrumentation.rb +0 -1
  114. data/lib/new_relic/agent/instrumentation/logger.rb +1 -1
  115. data/lib/new_relic/agent/instrumentation/memcache/dalli.rb +2 -1
  116. data/lib/new_relic/agent/instrumentation/memcache/helper.rb +0 -1
  117. data/lib/new_relic/agent/instrumentation/memcache/prepend.rb +1 -0
  118. data/lib/new_relic/agent/instrumentation/middleware_proxy.rb +9 -10
  119. data/lib/new_relic/agent/instrumentation/middleware_tracing.rb +5 -6
  120. data/lib/new_relic/agent/instrumentation/mongodb_command_subscriber.rb +4 -4
  121. data/lib/new_relic/agent/instrumentation/net_http/chain.rb +3 -4
  122. data/lib/new_relic/agent/instrumentation/net_http/instrumentation.rb +5 -5
  123. data/lib/new_relic/agent/instrumentation/net_http/prepend.rb +4 -4
  124. data/lib/new_relic/agent/instrumentation/net_http.rb +1 -1
  125. data/lib/new_relic/agent/instrumentation/notifications_subscriber.rb +2 -3
  126. data/lib/new_relic/agent/instrumentation/padrino/instrumentation.rb +3 -2
  127. data/lib/new_relic/agent/instrumentation/padrino/prepend.rb +1 -1
  128. data/lib/new_relic/agent/instrumentation/padrino.rb +0 -5
  129. data/lib/new_relic/agent/instrumentation/queue_time.rb +5 -5
  130. data/lib/new_relic/agent/instrumentation/rack/chain.rb +5 -5
  131. data/lib/new_relic/agent/instrumentation/rack/helpers.rb +0 -1
  132. data/lib/new_relic/agent/instrumentation/rack/instrumentation.rb +4 -5
  133. data/lib/new_relic/agent/instrumentation/rack/prepend.rb +0 -1
  134. data/lib/new_relic/agent/instrumentation/rack.rb +1 -1
  135. data/lib/new_relic/agent/instrumentation/rails3/action_controller.rb +6 -6
  136. data/lib/new_relic/agent/instrumentation/rails_notifications/action_cable.rb +2 -2
  137. data/lib/new_relic/agent/instrumentation/rails_notifications/action_controller.rb +0 -1
  138. data/lib/new_relic/agent/instrumentation/rake/chain.rb +0 -5
  139. data/lib/new_relic/agent/instrumentation/rake/instrumentation.rb +6 -6
  140. data/lib/new_relic/agent/instrumentation/rake.rb +1 -1
  141. data/lib/new_relic/agent/instrumentation/redis/chain.rb +6 -6
  142. data/lib/new_relic/agent/instrumentation/redis/instrumentation.rb +2 -2
  143. data/lib/new_relic/agent/instrumentation/redis/prepend.rb +1 -1
  144. data/lib/new_relic/agent/instrumentation/redis.rb +1 -1
  145. data/lib/new_relic/agent/instrumentation/resque/chain.rb +2 -3
  146. data/lib/new_relic/agent/instrumentation/resque/helper.rb +1 -1
  147. data/lib/new_relic/agent/instrumentation/resque/instrumentation.rb +4 -4
  148. data/lib/new_relic/agent/instrumentation/resque/prepend.rb +1 -2
  149. data/lib/new_relic/agent/instrumentation/resque.rb +7 -7
  150. data/lib/new_relic/agent/instrumentation/sequel.rb +7 -9
  151. data/lib/new_relic/agent/instrumentation/sequel_helper.rb +1 -1
  152. data/lib/new_relic/agent/instrumentation/sidekiq.rb +5 -4
  153. data/lib/new_relic/agent/instrumentation/sinatra/ignorer.rb +0 -1
  154. data/lib/new_relic/agent/instrumentation/sinatra/instrumentation.rb +4 -3
  155. data/lib/new_relic/agent/instrumentation/sunspot.rb +1 -1
  156. data/lib/new_relic/agent/instrumentation/tilt/instrumentation.rb +0 -1
  157. data/lib/new_relic/agent/instrumentation/typhoeus/chain.rb +4 -4
  158. data/lib/new_relic/agent/instrumentation/typhoeus/instrumentation.rb +3 -5
  159. data/lib/new_relic/agent/instrumentation/typhoeus/prepend.rb +1 -1
  160. data/lib/new_relic/agent/internal_agent_error.rb +1 -1
  161. data/lib/new_relic/agent/javascript_instrumentor.rb +28 -28
  162. data/lib/new_relic/agent/logging.rb +8 -4
  163. data/lib/new_relic/agent/memory_logger.rb +1 -1
  164. data/lib/new_relic/agent/messaging.rb +42 -44
  165. data/lib/new_relic/agent/method_tracer.rb +11 -14
  166. data/lib/new_relic/agent/method_tracer_helpers.rb +2 -2
  167. data/lib/new_relic/agent/monitors/cross_app_monitor.rb +13 -12
  168. data/lib/new_relic/agent/monitors/distributed_tracing_monitor.rb +2 -2
  169. data/lib/new_relic/agent/monitors/inbound_request_monitor.rb +0 -1
  170. data/lib/new_relic/agent/monitors/synthetics_monitor.rb +4 -7
  171. data/lib/new_relic/agent/monitors.rb +1 -2
  172. data/lib/new_relic/agent/new_relic_service/encoders.rb +4 -4
  173. data/lib/new_relic/agent/new_relic_service/json_marshaller.rb +1 -1
  174. data/lib/new_relic/agent/new_relic_service/marshaller.rb +1 -1
  175. data/lib/new_relic/agent/new_relic_service/security_policy_settings.rb +4 -3
  176. data/lib/new_relic/agent/new_relic_service.rb +20 -20
  177. data/lib/new_relic/agent/noticible_error.rb +0 -2
  178. data/lib/new_relic/agent/null_logger.rb +6 -2
  179. data/lib/new_relic/agent/obfuscator.rb +6 -8
  180. data/lib/new_relic/agent/parameter_filtering.rb +16 -8
  181. data/lib/new_relic/agent/payload_metric_mapping.rb +8 -9
  182. data/lib/new_relic/agent/pipe_channel_manager.rb +5 -6
  183. data/lib/new_relic/agent/pipe_service.rb +1 -1
  184. data/lib/new_relic/agent/priority_sampled_buffer.rb +4 -7
  185. data/lib/new_relic/agent/rules_engine/replacement_rule.rb +9 -9
  186. data/lib/new_relic/agent/rules_engine/segment_terms_rule.rb +12 -12
  187. data/lib/new_relic/agent/rules_engine.rb +2 -2
  188. data/lib/new_relic/agent/sampler.rb +2 -3
  189. data/lib/new_relic/agent/sampler_collection.rb +2 -3
  190. data/lib/new_relic/agent/samplers/delayed_job_sampler.rb +3 -3
  191. data/lib/new_relic/agent/samplers/memory_sampler.rb +4 -3
  192. data/lib/new_relic/agent/samplers/vm_sampler.rb +18 -18
  193. data/lib/new_relic/agent/span_event_aggregator.rb +8 -8
  194. data/lib/new_relic/agent/span_event_primitive.rb +39 -39
  195. data/lib/new_relic/agent/sql_sampler.rb +9 -9
  196. data/lib/new_relic/agent/stats.rb +16 -16
  197. data/lib/new_relic/agent/stats_engine/gc_profiler.rb +7 -9
  198. data/lib/new_relic/agent/stats_engine/stats_hash.rb +8 -9
  199. data/lib/new_relic/agent/stats_engine.rb +6 -6
  200. data/lib/new_relic/agent/synthetics_event_aggregator.rb +1 -2
  201. data/lib/new_relic/agent/system_info.rb +22 -20
  202. data/lib/new_relic/agent/threading/agent_thread.rb +4 -5
  203. data/lib/new_relic/agent/threading/backtrace_node.rb +6 -9
  204. data/lib/new_relic/agent/threading/backtrace_service.rb +8 -8
  205. data/lib/new_relic/agent/threading/thread_profile.rb +15 -18
  206. data/lib/new_relic/agent/tracer.rb +37 -43
  207. data/lib/new_relic/agent/transaction/abstract_segment.rb +6 -6
  208. data/lib/new_relic/agent/transaction/datastore_segment.rb +5 -7
  209. data/lib/new_relic/agent/transaction/distributed_tracer.rb +7 -9
  210. data/lib/new_relic/agent/transaction/distributed_tracing.rb +21 -22
  211. data/lib/new_relic/agent/transaction/external_request_segment.rb +3 -5
  212. data/lib/new_relic/agent/transaction/message_broker_segment.rb +23 -23
  213. data/lib/new_relic/agent/transaction/request_attributes.rb +7 -7
  214. data/lib/new_relic/agent/transaction/segment.rb +3 -3
  215. data/lib/new_relic/agent/transaction/slowest_sample_buffer.rb +0 -2
  216. data/lib/new_relic/agent/transaction/trace.rb +8 -8
  217. data/lib/new_relic/agent/transaction/trace_context.rb +14 -16
  218. data/lib/new_relic/agent/transaction/trace_node.rb +16 -16
  219. data/lib/new_relic/agent/transaction/tracing.rb +1 -3
  220. data/lib/new_relic/agent/transaction/transaction_sample_buffer.rb +1 -2
  221. data/lib/new_relic/agent/transaction.rb +79 -81
  222. data/lib/new_relic/agent/transaction_error_primitive.rb +16 -16
  223. data/lib/new_relic/agent/transaction_event_aggregator.rb +7 -8
  224. data/lib/new_relic/agent/transaction_event_primitive.rb +29 -29
  225. data/lib/new_relic/agent/transaction_event_recorder.rb +1 -1
  226. data/lib/new_relic/agent/transaction_metrics.rb +3 -3
  227. data/lib/new_relic/agent/transaction_sampler.rb +0 -1
  228. data/lib/new_relic/agent/transaction_time_aggregator.rb +6 -6
  229. data/lib/new_relic/agent/utilization/aws.rb +32 -2
  230. data/lib/new_relic/agent/utilization/azure.rb +1 -1
  231. data/lib/new_relic/agent/utilization/vendor.rb +15 -2
  232. data/lib/new_relic/agent/utilization_data.rb +3 -4
  233. data/lib/new_relic/agent/vm/monotonic_gc_profiler.rb +1 -1
  234. data/lib/new_relic/agent/vm/snapshot.rb +3 -3
  235. data/lib/new_relic/agent/worker_loop.rb +3 -5
  236. data/lib/new_relic/agent.rb +22 -22
  237. data/lib/new_relic/cli/command.rb +15 -17
  238. data/lib/new_relic/cli/commands/deployments.rb +20 -22
  239. data/lib/new_relic/cli/commands/install.rb +6 -10
  240. data/lib/new_relic/coerce.rb +5 -8
  241. data/lib/new_relic/collection_helper.rb +48 -47
  242. data/lib/new_relic/control/class_methods.rb +2 -2
  243. data/lib/new_relic/control/frameworks/external.rb +1 -1
  244. data/lib/new_relic/control/frameworks/rails.rb +5 -6
  245. data/lib/new_relic/control/frameworks/rails3.rb +2 -3
  246. data/lib/new_relic/control/frameworks/ruby.rb +2 -2
  247. data/lib/new_relic/control/frameworks/sinatra.rb +6 -0
  248. data/lib/new_relic/control/instance_methods.rb +4 -5
  249. data/lib/new_relic/control/instrumentation.rb +4 -5
  250. data/lib/new_relic/control/server_methods.rb +2 -3
  251. data/lib/new_relic/control.rb +0 -1
  252. data/lib/new_relic/dependency_detection.rb +6 -8
  253. data/lib/new_relic/environment_report.rb +16 -18
  254. data/lib/new_relic/helper.rb +5 -5
  255. data/lib/new_relic/language_support.rb +3 -2
  256. data/lib/new_relic/latest_changes.rb +2 -2
  257. data/lib/new_relic/local_environment.rb +7 -7
  258. data/lib/new_relic/metric_data.rb +6 -7
  259. data/lib/new_relic/metric_spec.rb +3 -3
  260. data/lib/new_relic/noticed_error.rb +14 -15
  261. data/lib/new_relic/rack/agent_middleware.rb +2 -2
  262. data/lib/new_relic/rack/browser_monitoring.rb +9 -9
  263. data/lib/new_relic/recipes/capistrano3.rb +11 -13
  264. data/lib/new_relic/recipes/capistrano_legacy.rb +11 -14
  265. data/lib/new_relic/supportability_helper.rb +1 -2
  266. data/lib/new_relic/version.rb +4 -15
  267. data/lib/sequel/extensions/newrelic_instrumentation.rb +4 -7
  268. data/lib/sequel/plugins/newrelic_instrumentation.rb +3 -9
  269. data/lib/tasks/all.rb +1 -1
  270. data/lib/tasks/config.rake +21 -21
  271. data/lib/tasks/multiverse.rb +4 -6
  272. data/lib/tasks/tests.rake +3 -7
  273. data/newrelic.yml +3 -3
  274. data/newrelic_rpm.gemspec +13 -12
  275. data/recipes/newrelic.rb +1 -1
  276. data/test/agent_helper.rb +55 -55
  277. metadata +38 -4
@@ -6,7 +6,7 @@ module NewRelic
6
6
  module Agent
7
7
  module Configuration
8
8
  class DottedHash < ::Hash
9
- def initialize(hash, keep_nesting=false)
9
+ def initialize(hash, keep_nesting = false)
10
10
  # Add the hash keys to our collection explicitly so they survive the
11
11
  # dot flattening. This is typical for full config source instances,
12
12
  # but not for uses of DottedHash serializing for transmission.
@@ -31,8 +31,9 @@ module NewRelic
31
31
  end
32
32
 
33
33
  protected
34
+
34
35
  # turns {'a' => {'b' => 'c'}} into {'a.b' => 'c'}
35
- def dot_flattened(nested_hash, names=[], result={})
36
+ def dot_flattened(nested_hash, names = [], result = {})
36
37
  nested_hash.each do |key, val|
37
38
  next if val == nil
38
39
  if val.respond_to?(:has_key?)
@@ -44,7 +45,6 @@ module NewRelic
44
45
  result
45
46
  end
46
47
  end
47
-
48
48
  end
49
49
  end
50
50
  end
@@ -7,9 +7,9 @@ module NewRelic
7
7
  module Configuration
8
8
  class EnvironmentSource < DottedHash
9
9
  SUPPORTED_PREFIXES = /^new_relic_|^newrelic_/i
10
- SPECIAL_CASE_KEYS = [
10
+ SPECIAL_CASE_KEYS = [
11
11
  'NEW_RELIC_ENV', # read by NewRelic::Control::Frameworks::Ruby
12
- 'NEW_RELIC_LOG', # read by set_log_file
12
+ 'NEW_RELIC_LOG', # read by set_log_file
13
13
  /^NEW_RELIC_METADATA_/ # read by NewRelic::Agent::Connect::RequestBuilder
14
14
  ]
15
15
 
@@ -43,7 +43,7 @@ module NewRelic
43
43
  config_setting = original_config_setting.to_s
44
44
 
45
45
  if config_setting.include? '.'
46
- config_alias = config_setting.gsub(/\./,'_').to_sym
46
+ config_alias = config_setting.gsub(/\./, '_').to_sym
47
47
  self.alias_map[config_alias] = original_config_setting
48
48
  end
49
49
  end
@@ -111,7 +111,6 @@ module NewRelic
111
111
  def collect_new_relic_environment_variable_keys
112
112
  ENV.keys.select { |key| key.match(SUPPORTED_PREFIXES) }
113
113
  end
114
-
115
114
  end
116
115
  end
117
116
  end
@@ -6,13 +6,19 @@ module NewRelic
6
6
  module Agent
7
7
  module Configuration
8
8
  module EventHarvestConfig
9
-
10
9
  extend self
11
10
 
12
11
  EVENT_HARVEST_CONFIG_KEY_MAPPING = {
13
- :analytic_event_data => :'analytics_events.max_samples_stored',
12
+ :analytic_event_data => :'transaction_events.max_samples_stored',
14
13
  :custom_event_data => :'custom_insights_events.max_samples_stored',
15
- :error_event_data => :'error_collector.max_event_samples_stored',
14
+ :error_event_data => :'error_collector.max_event_samples_stored'
15
+ }
16
+
17
+ # not including span_event_data here because spans are handled separately in transform_span_event_harvest_config
18
+ EVENT_HARVEST_EVENT_REPORT_PERIOD_KEY_MAPPING = {
19
+ :analytic_event_data => :'transaction_event_data',
20
+ :custom_event_data => :'custom_event_data',
21
+ :error_event_data => :'error_event_data'
16
22
  }
17
23
 
18
24
  def from_config(config)
@@ -22,8 +28,7 @@ module NewRelic
22
28
  ).inject({}) do |connect_payload, (connect_payload_key, config_key)|
23
29
  connect_payload[connect_payload_key] = config[config_key]
24
30
  connect_payload
25
- end
26
- }
31
+ end}
27
32
  end
28
33
 
29
34
  def to_config_hash(connect_reply)
@@ -40,7 +45,7 @@ module NewRelic
40
45
  EVENT_HARVEST_CONFIG_KEY_MAPPING.inject({}) do |event_harvest_config, (connect_payload_key, config_key)|
41
46
  if harvest_limit = connect_reply['event_harvest_config']['harvest_limits'][connect_payload_key.to_s]
42
47
  event_harvest_config[config_key] = harvest_limit
43
- report_period_key = :"event_report_period.#{connect_payload_key}"
48
+ report_period_key = :"event_report_period.#{EVENT_HARVEST_EVENT_REPORT_PERIOD_KEY_MAPPING[connect_payload_key]}"
44
49
  event_harvest_config[report_period_key] = event_harvest_interval
45
50
  end
46
51
  event_harvest_config
@@ -10,17 +10,17 @@ module NewRelic
10
10
  class HighSecuritySource < DottedHash
11
11
  def initialize(local_settings)
12
12
  super({
13
- :capture_params => false,
14
- :'resque.capture_params' => false,
13
+ :capture_params => false,
14
+ :'resque.capture_params' => false,
15
15
  :'sidekiq.capture_params' => false,
16
- :'attributes.include' => [],
16
+ :'attributes.include' => [],
17
17
 
18
18
  :'transaction_tracer.record_sql' => record_sql_setting(local_settings, :'transaction_tracer.record_sql'),
19
- :'slow_sql.record_sql' => record_sql_setting(local_settings, :'slow_sql.record_sql'),
20
- :'mongo.obfuscate_queries' => true,
19
+ :'slow_sql.record_sql' => record_sql_setting(local_settings, :'slow_sql.record_sql'),
20
+ :'mongo.obfuscate_queries' => true,
21
21
  :'transaction_tracer.record_redis_arguments' => false,
22
22
 
23
- :'custom_insights_events.enabled' => false,
23
+ :'custom_insights_events.enabled' => false,
24
24
  :'strip_exception_messages.enabled' => true
25
25
  })
26
26
  end
@@ -32,7 +32,7 @@ module NewRelic
32
32
  SET_TO_OBFUSCATED = [RAW, OBFUSCATED]
33
33
 
34
34
  def record_sql_setting(local_settings, key)
35
- original_value = local_settings[key]
35
+ original_value = local_settings[key]
36
36
  result = if SET_TO_OBFUSCATED.include?(original_value)
37
37
  OBFUSCATED
38
38
  else
@@ -31,10 +31,10 @@ module NewRelic
31
31
 
32
32
  def initialize
33
33
  reset_to_defaults
34
- @callbacks = Hash.new {|hash,key| hash[key] = [] }
34
+ @callbacks = Hash.new { |hash, key| hash[key] = [] }
35
35
  end
36
36
 
37
- def add_config_for_testing(source, level=0)
37
+ def add_config_for_testing(source, level = 0)
38
38
  raise 'Invalid config type for testing' unless [Hash, DottedHash].include?(source.class)
39
39
  invoke_callbacks(:add, source)
40
40
  @configs_for_testing << [source.freeze, level]
@@ -45,12 +45,12 @@ module NewRelic
45
45
  def remove_config_type(sym)
46
46
  source = case sym
47
47
  when :security_policy then @security_policy_source
48
- when :high_security then @high_security_source
49
- when :environment then @environment_source
50
- when :server then @server_source
51
- when :manual then @manual_source
52
- when :yaml then @yaml_source
53
- when :default then @default_source
48
+ when :high_security then @high_security_source
49
+ when :environment then @environment_source
50
+ when :server then @server_source
51
+ when :manual then @manual_source
52
+ when :yaml then @yaml_source
53
+ when :default then @default_source
54
54
  end
55
55
 
56
56
  remove_config(source)
@@ -59,14 +59,14 @@ module NewRelic
59
59
  def remove_config(source)
60
60
  case source
61
61
  when SecurityPolicySource then @security_policy_source = nil
62
- when HighSecuritySource then @high_security_source = nil
63
- when EnvironmentSource then @environment_source = nil
64
- when ServerSource then @server_source = nil
65
- when ManualSource then @manual_source = nil
66
- when YamlSource then @yaml_source = nil
67
- when DefaultSource then @default_source = nil
62
+ when HighSecuritySource then @high_security_source = nil
63
+ when EnvironmentSource then @environment_source = nil
64
+ when ServerSource then @server_source = nil
65
+ when ManualSource then @manual_source = nil
66
+ when YamlSource then @yaml_source = nil
67
+ when DefaultSource then @default_source = nil
68
68
  else
69
- @configs_for_testing.delete_if {|src,lvl| src == source}
69
+ @configs_for_testing.delete_if { |src, lvl| src == source }
70
70
  end
71
71
 
72
72
  reset_cache
@@ -82,12 +82,12 @@ module NewRelic
82
82
 
83
83
  case source
84
84
  when SecurityPolicySource then @security_policy_source = source
85
- when HighSecuritySource then @high_security_source = source
86
- when EnvironmentSource then @environment_source = source
87
- when ServerSource then @server_source = source
88
- when ManualSource then @manual_source = source
89
- when YamlSource then @yaml_source = source
90
- when DefaultSource then @default_source = source
85
+ when HighSecuritySource then @high_security_source = source
86
+ when EnvironmentSource then @environment_source = source
87
+ when ServerSource then @server_source = source
88
+ when ManualSource then @manual_source = source
89
+ when YamlSource then @yaml_source = source
90
+ when DefaultSource then @default_source = source
91
91
  else
92
92
  NewRelic::Agent.logger.warn("Invalid config format; config will be ignored: #{source}")
93
93
  end
@@ -113,10 +113,8 @@ module NewRelic
113
113
  accessor = key.to_sym
114
114
 
115
115
  if config.has_key?(accessor)
116
- evaluated = evaluate_procs(config[accessor])
117
-
118
116
  begin
119
- return apply_transformations(accessor, evaluated)
117
+ return evaluate_and_apply_transformations(accessor, config[accessor])
120
118
  rescue
121
119
  next
122
120
  end
@@ -134,6 +132,10 @@ module NewRelic
134
132
  end
135
133
  end
136
134
 
135
+ def evaluate_and_apply_transformations(key, value)
136
+ apply_transformations(key, evaluate_procs(value))
137
+ end
138
+
137
139
  def apply_transformations(key, value)
138
140
  if transform = transform_from_default(key)
139
141
  begin
@@ -159,12 +161,21 @@ module NewRelic
159
161
  def invoke_callbacks(direction, source)
160
162
  return unless source
161
163
  source.keys.each do |key|
162
- if @cache[key] != source[key]
164
+ begin
165
+ # we need to evaluate and apply transformations for the value to deal with procs as values
166
+ # this is usually done by the fetch method when accessing config, however the callbacks bypass that
167
+ evaluated_cache = evaluate_and_apply_transformations(key, @cache[key])
168
+ evaluated_source = evaluate_and_apply_transformations(key, source[key])
169
+ rescue
170
+ next
171
+ end
172
+
173
+ if evaluated_cache != evaluated_source
163
174
  @callbacks[key].each do |proc|
164
175
  if direction == :add
165
- proc.call(source[key])
176
+ proc.call(evaluated_source)
166
177
  else
167
- proc.call(@cache[key])
178
+ proc.call(evaluated_cache)
168
179
  end
169
180
  end
170
181
  end
@@ -191,9 +202,9 @@ module NewRelic
191
202
  end
192
203
 
193
204
  def flattened
194
- config_stack.reverse.inject({}) do |flat,layer|
205
+ config_stack.reverse.inject({}) do |flat, layer|
195
206
  thawed_layer = layer.to_hash.dup
196
- thawed_layer.each do |k,v|
207
+ thawed_layer.each do |k, v|
197
208
  begin
198
209
  thawed_layer[k] = instance_eval(&v) if v.respond_to?(:call)
199
210
  rescue => e
@@ -207,9 +218,9 @@ module NewRelic
207
218
  end
208
219
 
209
220
  def apply_mask(hash)
210
- MASK_DEFAULTS. \
211
- select {|_, proc| proc.call}. \
212
- each {|key, _| hash.delete(key) }
221
+ MASK_DEFAULTS \
222
+ .select { |_, proc| proc.call } \
223
+ .each { |key, _| hash.delete(key) }
213
224
  hash
214
225
  end
215
226
 
@@ -228,9 +239,9 @@ module NewRelic
228
239
  end
229
240
 
230
241
  MALFORMED_LABELS_WARNING = "Skipping malformed labels configuration"
231
- PARSING_LABELS_FAILURE = "Failure during parsing labels. Ignoring and carrying on with connect."
242
+ PARSING_LABELS_FAILURE = "Failure during parsing labels. Ignoring and carrying on with connect."
232
243
 
233
- MAX_LABEL_COUNT = 64
244
+ MAX_LABEL_COUNT = 64
234
245
  MAX_LABEL_LENGTH = 255
235
246
 
236
247
  def parsed_labels
@@ -252,7 +263,7 @@ module NewRelic
252
263
  end
253
264
 
254
265
  def break_label_string_into_pairs(labels)
255
- stripped_labels = labels.strip.sub(/^;*/,'').sub(/;*$/,'')
266
+ stripped_labels = labels.strip.sub(/^;*/, '').sub(/;*$/, '')
256
267
  stripped_labels.split(';').map do |pair|
257
268
  pair.split(':').map(&:strip)
258
269
  end
@@ -268,10 +279,10 @@ module NewRelic
268
279
 
269
280
  def valid_label_item?(item)
270
281
  case item
271
- when String then !item.empty?
282
+ when String then !item.empty?
272
283
  when Numeric then true
273
- when true then true
274
- when false then true
284
+ when true then true
285
+ when false then true
275
286
  else false
276
287
  end
277
288
  end
@@ -281,7 +292,7 @@ module NewRelic
281
292
  pairs = Array(pairs)
282
293
 
283
294
  unless valid_label_pairs?(pairs)
284
- NewRelic::Agent.logger.warn("#{MALFORMED_LABELS_WARNING}: #{labels||pairs}")
295
+ NewRelic::Agent.logger.warn("#{MALFORMED_LABELS_WARNING}: #{labels || pairs}")
285
296
  return []
286
297
  end
287
298
 
@@ -289,13 +300,13 @@ module NewRelic
289
300
  pairs = remove_duplicates(pairs)
290
301
  pairs.map do |key, value|
291
302
  {
292
- 'label_type' => truncate(key),
303
+ 'label_type' => truncate(key),
293
304
  'label_value' => truncate(value.to_s, key)
294
305
  }
295
306
  end
296
307
  end
297
308
 
298
- def truncate(text, key=nil)
309
+ def truncate(text, key = nil)
299
310
  if text.length > MAX_LABEL_LENGTH
300
311
  if key
301
312
  msg = "The value for the label '#{key}' is longer than the allowed #{MAX_LABEL_LENGTH} and will be truncated. Value = '#{text}'"
@@ -303,7 +314,7 @@ module NewRelic
303
314
  msg = "Label name longer than the allowed #{MAX_LABEL_LENGTH} will be truncated. Name = '#{text}'"
304
315
  end
305
316
  NewRelic::Agent.logger.warn(msg)
306
- text[0..MAX_LABEL_LENGTH-1]
317
+ text[0..MAX_LABEL_LENGTH - 1]
307
318
  else
308
319
  text
309
320
  end
@@ -331,20 +342,20 @@ module NewRelic
331
342
  # Generally only useful during initial construction and tests
332
343
  def reset_to_defaults
333
344
  @security_policy_source = nil
334
- @high_security_source = nil
335
- @environment_source = EnvironmentSource.new
336
- @server_source = nil
337
- @manual_source = nil
338
- @yaml_source = nil
339
- @default_source = DefaultSource.new
345
+ @high_security_source = nil
346
+ @environment_source = EnvironmentSource.new
347
+ @server_source = nil
348
+ @manual_source = nil
349
+ @yaml_source = nil
350
+ @default_source = DefaultSource.new
340
351
 
341
- @configs_for_testing = []
352
+ @configs_for_testing = []
342
353
 
343
354
  reset_cache
344
355
  end
345
356
 
346
357
  def reset_cache
347
- @cache = Hash.new { |hash,key| hash[key] = self.fetch(key) }
358
+ @cache = Hash.new { |hash, key| hash[key] = self.fetch(key) }
348
359
  end
349
360
 
350
361
  def log_config(direction, source)
@@ -359,13 +370,13 @@ module NewRelic
359
370
 
360
371
  def delete_all_configs_for_testing
361
372
  @security_policy_source = nil
362
- @high_security_source = nil
363
- @environment_source = nil
364
- @server_source = nil
365
- @manual_source = nil
366
- @yaml_source = nil
367
- @default_source = nil
368
- @configs_for_testing = []
373
+ @high_security_source = nil
374
+ @environment_source = nil
375
+ @server_source = nil
376
+ @manual_source = nil
377
+ @yaml_source = nil
378
+ @default_source = nil
379
+ @configs_for_testing = []
369
380
  end
370
381
 
371
382
  def num_configs_for_testing
@@ -380,12 +391,12 @@ module NewRelic
380
391
 
381
392
  def config_stack
382
393
  stack = [@security_policy_source,
383
- @high_security_source,
384
- @environment_source,
385
- @server_source,
386
- @manual_source,
387
- @yaml_source,
388
- @default_source]
394
+ @high_security_source,
395
+ @environment_source,
396
+ @server_source,
397
+ @manual_source,
398
+ @yaml_source,
399
+ @default_source]
389
400
 
390
401
  stack.compact!
391
402
 
@@ -6,7 +6,7 @@ module NewRelic
6
6
  module Agent
7
7
  module Configuration
8
8
  MASK_DEFAULTS = {
9
- :'thread_profiler' => Proc.new { !NewRelic::Agent::Threading::BacktraceService.is_supported? },
9
+ :'thread_profiler' => Proc.new { !NewRelic::Agent::Threading::BacktraceService.is_supported? },
10
10
  :'thread_profiler.enabled' => Proc.new { !NewRelic::Agent::Threading::BacktraceService.is_supported? }
11
11
  }
12
12
  end
@@ -52,150 +52,150 @@ module NewRelic
52
52
  SECURITY_SETTINGS_MAP = {
53
53
  "record_sql" => [
54
54
  {
55
- option: :'transaction_tracer.record_sql',
56
- supported: true,
57
- enabled_fn: method(:record_sql_enabled?),
55
+ option: :'transaction_tracer.record_sql',
56
+ supported: true,
57
+ enabled_fn: method(:record_sql_enabled?),
58
58
  disabled_value: 'off',
59
- permitted_fn: proc { |policies|
59
+ permitted_fn: proc { |policies|
60
60
  change_setting(policies, :'transaction_tracer.record_sql', 'obfuscated')
61
61
  }
62
62
  },
63
63
  {
64
- option: :'slow_sql.record_sql',
65
- supported: true,
66
- enabled_fn: method(:record_sql_enabled?),
64
+ option: :'slow_sql.record_sql',
65
+ supported: true,
66
+ enabled_fn: method(:record_sql_enabled?),
67
67
  disabled_value: 'off',
68
- permitted_fn: proc { |policies|
68
+ permitted_fn: proc { |policies|
69
69
  change_setting(policies, :'slow_sql.record_sql', 'obfuscated')
70
70
  }
71
71
  },
72
72
  {
73
- option: :'mongo.capture_queries',
74
- supported: true,
75
- enabled_fn: method(:enabled?),
73
+ option: :'mongo.capture_queries',
74
+ supported: true,
75
+ enabled_fn: method(:enabled?),
76
76
  disabled_value: false,
77
- permitted_fn: proc{ |policies|
77
+ permitted_fn: proc { |policies|
78
78
  change_setting(policies, :'mongo.obfuscate_queries', true)
79
79
  }
80
80
  },
81
81
  {
82
- option: :'transaction_tracer.record_redis_arguments',
83
- supported: true,
84
- enabled_fn: method(:enabled?),
82
+ option: :'transaction_tracer.record_redis_arguments',
83
+ supported: true,
84
+ enabled_fn: method(:enabled?),
85
85
  disabled_value: false,
86
- permitted_fn: nil
86
+ permitted_fn: nil
87
87
  }
88
88
  ],
89
89
  "attributes_include" => [
90
90
  {
91
- option: :'attributes.include',
92
- supported: true,
93
- enabled_fn: method(:not_empty?),
91
+ option: :'attributes.include',
92
+ supported: true,
93
+ enabled_fn: method(:not_empty?),
94
94
  disabled_value: [],
95
- permitted_fn: nil
95
+ permitted_fn: nil
96
96
  },
97
97
  {
98
- option: :'transaction_tracer.attributes.include',
99
- supported: true,
100
- enabled_fn: method(:not_empty?),
98
+ option: :'transaction_tracer.attributes.include',
99
+ supported: true,
100
+ enabled_fn: method(:not_empty?),
101
101
  disabled_value: [],
102
- permitted_fn: nil
102
+ permitted_fn: nil
103
103
  },
104
104
  {
105
- option: :'transaction_events.attributes.include',
106
- supported: true,
107
- enabled_fn: method(:not_empty?),
105
+ option: :'transaction_events.attributes.include',
106
+ supported: true,
107
+ enabled_fn: method(:not_empty?),
108
108
  disabled_value: [],
109
- permitted_fn: nil
109
+ permitted_fn: nil
110
110
  },
111
111
  {
112
- option: :'error_collector.attributes.include',
113
- supported: true,
114
- enabled_fn: method(:not_empty?),
112
+ option: :'error_collector.attributes.include',
113
+ supported: true,
114
+ enabled_fn: method(:not_empty?),
115
115
  disabled_value: [],
116
- permitted_fn: nil
116
+ permitted_fn: nil
117
117
  },
118
118
  {
119
- option: :'browser_monitoring.attributes.include',
120
- supported: true,
121
- enabled_fn: method(:not_empty?),
119
+ option: :'browser_monitoring.attributes.include',
120
+ supported: true,
121
+ enabled_fn: method(:not_empty?),
122
122
  disabled_value: [],
123
- permitted_fn: nil
123
+ permitted_fn: nil
124
124
  },
125
125
  {
126
- option: :'span_events.attributes.include',
127
- supported: true,
128
- enabled_fn: method(:not_empty?),
126
+ option: :'span_events.attributes.include',
127
+ supported: true,
128
+ enabled_fn: method(:not_empty?),
129
129
  disabled_value: [],
130
- permitted_fn: nil
130
+ permitted_fn: nil
131
131
  },
132
132
  {
133
- option: :'transaction_segments.attributes.include',
134
- supported: true,
135
- enabled_fn: method(:not_empty?),
133
+ option: :'transaction_segments.attributes.include',
134
+ supported: true,
135
+ enabled_fn: method(:not_empty?),
136
136
  disabled_value: [],
137
- permitted_fn: nil
137
+ permitted_fn: nil
138
138
  }
139
139
  ],
140
140
  "allow_raw_exception_messages" => [
141
141
  {
142
- option: :'strip_exception_messages.enabled',
143
- supported: true,
144
- enabled_fn: method(:enabled?),
142
+ option: :'strip_exception_messages.enabled',
143
+ supported: true,
144
+ enabled_fn: method(:enabled?),
145
145
  disabled_value: false,
146
- permitted_fn: nil
146
+ permitted_fn: nil
147
147
  }
148
148
  ],
149
149
  "custom_events" => [
150
150
  {
151
- option: :'custom_insights_events.enabled',
152
- supported: true,
153
- enabled_fn: method(:enabled?),
151
+ option: :'custom_insights_events.enabled',
152
+ supported: true,
153
+ enabled_fn: method(:enabled?),
154
154
  disabled_value: false,
155
- permitted_fn: nil
155
+ permitted_fn: nil
156
156
  }
157
157
  ],
158
158
  "custom_parameters" => [
159
159
  {
160
- option: :'custom_attributes.enabled',
161
- supported: true,
162
- enabled_fn: method(:enabled?),
160
+ option: :'custom_attributes.enabled',
161
+ supported: true,
162
+ enabled_fn: method(:enabled?),
163
163
  disabled_value: false,
164
- permitted_fn: nil
164
+ permitted_fn: nil
165
165
  }
166
166
  ],
167
167
  "custom_instrumentation_editor" => [
168
168
  {
169
- option: nil,
170
- supported: false,
171
- enabled_fn: nil,
169
+ option: nil,
170
+ supported: false,
171
+ enabled_fn: nil,
172
172
  disabled_value: nil,
173
- permitted_fn: nil
173
+ permitted_fn: nil
174
174
  }
175
175
  ],
176
176
  "message_parameters" => [
177
177
  {
178
- option: :'message_tracer.segment_parameters.enabled',
179
- supported: true,
180
- enabled_fn: method(:enabled?),
178
+ option: :'message_tracer.segment_parameters.enabled',
179
+ supported: true,
180
+ enabled_fn: method(:enabled?),
181
181
  disabled_value: false,
182
- permitted_fn: nil
182
+ permitted_fn: nil
183
183
  }
184
184
  ],
185
185
  "job_arguments" => [
186
186
  {
187
- option: :'resque.capture_params',
188
- supported: true,
189
- enabled_fn: method(:enabled?),
187
+ option: :'resque.capture_params',
188
+ supported: true,
189
+ enabled_fn: method(:enabled?),
190
190
  disabled_value: false,
191
- permitted_fn: nil
191
+ permitted_fn: nil
192
192
  },
193
193
  {
194
- option: :'sidekiq.capture_params',
195
- supported: true,
196
- enabled_fn: method(:enabled?),
194
+ option: :'sidekiq.capture_params',
195
+ supported: true,
196
+ enabled_fn: method(:enabled?),
197
197
  disabled_value: false,
198
- permitted_fn: nil
198
+ permitted_fn: nil
199
199
  }
200
200
  ]
201
201
  }
@@ -223,7 +223,7 @@ module NewRelic
223
223
  "Source: #{config_source}"
224
224
  end
225
225
  else
226
- settings[policy[:option]] = policy[:disabled_value]
226
+ settings[policy[:option]] = policy[:disabled_value]
227
227
  NewRelic::Agent.logger.info \
228
228
  "Setting applied: {#{policy[:option]}: #{policy[:disabled_value]}}. " \
229
229
  "Source: SecurityPolicySource"