newrelic_rpm 4.0.0.332 → 4.4.0.336

Sign up to get free protection for your applications and to get access to all the features.
Files changed (917) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +31 -25
  3. data/.yardopts +1 -1
  4. data/CHANGELOG.md +126 -0
  5. data/LICENSE +1 -27
  6. data/README.md +4 -57
  7. data/lib/new_relic/agent/agent.rb +5 -2
  8. data/lib/new_relic/agent/attribute_filter.rb +0 -1
  9. data/lib/new_relic/agent/configuration/default_source.rb +50 -32
  10. data/lib/new_relic/agent/cross_app_monitor.rb +5 -44
  11. data/lib/new_relic/agent/cross_app_tracing.rb +43 -0
  12. data/lib/new_relic/agent/database.rb +9 -3
  13. data/lib/new_relic/agent/datastores.rb +8 -7
  14. data/lib/new_relic/agent/error_collector.rb +1 -3
  15. data/lib/new_relic/agent/http_clients/curb_wrappers.rb +1 -1
  16. data/lib/new_relic/agent/http_clients/typhoeus_wrappers.rb +1 -1
  17. data/lib/new_relic/agent/http_clients/uri_util.rb +12 -7
  18. data/lib/new_relic/agent/instrumentation/action_controller_subscriber.rb +3 -4
  19. data/lib/new_relic/agent/instrumentation/active_record_helper.rb +5 -1
  20. data/lib/new_relic/agent/instrumentation/active_record_subscriber.rb +26 -4
  21. data/lib/new_relic/agent/instrumentation/acts_as_solr.rb +4 -2
  22. data/lib/new_relic/agent/instrumentation/bunny.rb +146 -0
  23. data/lib/new_relic/agent/instrumentation/controller_instrumentation.rb +3 -5
  24. data/lib/new_relic/agent/instrumentation/data_mapper.rb +5 -2
  25. data/lib/new_relic/agent/instrumentation/mongo.rb +5 -5
  26. data/lib/new_relic/agent/instrumentation/rake.rb +3 -1
  27. data/lib/new_relic/agent/messaging.rb +414 -0
  28. data/lib/new_relic/agent/method_tracer_helpers.rb +0 -57
  29. data/lib/new_relic/agent/samplers/cpu_sampler.rb +3 -2
  30. data/lib/new_relic/agent/stats.rb +0 -14
  31. data/lib/new_relic/agent/stats_engine.rb +171 -3
  32. data/lib/new_relic/agent/supported_versions.rb +14 -13
  33. data/lib/new_relic/agent/synthetics_monitor.rb +21 -12
  34. data/lib/new_relic/agent/system_info.rb +34 -0
  35. data/lib/new_relic/agent/transaction/abstract_segment.rb +36 -6
  36. data/lib/new_relic/agent/transaction/attributes.rb +0 -2
  37. data/lib/new_relic/agent/transaction/datastore_segment.rb +22 -21
  38. data/lib/new_relic/agent/transaction/external_request_segment.rb +4 -7
  39. data/lib/new_relic/agent/transaction/message_broker_segment.rb +104 -0
  40. data/lib/new_relic/agent/transaction/segment.rb +29 -3
  41. data/lib/new_relic/agent/transaction/trace_node.rb +0 -10
  42. data/lib/new_relic/agent/transaction/tracing.rb +55 -12
  43. data/lib/new_relic/agent/transaction.rb +81 -71
  44. data/lib/new_relic/agent/transaction_sample_builder.rb +0 -3
  45. data/lib/new_relic/agent/transaction_sampler.rb +3 -118
  46. data/lib/new_relic/agent/transaction_state.rb +1 -9
  47. data/lib/new_relic/agent/utilization/aws.rb +18 -0
  48. data/lib/new_relic/agent/utilization/azure.rb +17 -0
  49. data/lib/new_relic/agent/utilization/gcp.rb +35 -0
  50. data/lib/new_relic/agent/utilization/pcf.rb +32 -0
  51. data/lib/new_relic/agent/utilization/vendor.rb +144 -0
  52. data/lib/new_relic/agent/utilization_data.rb +29 -10
  53. data/lib/new_relic/agent.rb +9 -2
  54. data/lib/new_relic/build.rb +2 -2
  55. data/lib/new_relic/collection_helper.rb +0 -18
  56. data/lib/new_relic/control/frameworks/rails.rb +1 -21
  57. data/lib/new_relic/control/frameworks/rails3.rb +1 -1
  58. data/lib/new_relic/control/frameworks/ruby.rb +2 -2
  59. data/lib/new_relic/latest_changes.rb +1 -1
  60. data/lib/new_relic/noticed_error.rb +1 -0
  61. data/lib/new_relic/version.rb +1 -1
  62. data/lib/sequel/extensions/newrelic_instrumentation.rb +21 -9
  63. data/newrelic.yml +0 -4
  64. data/newrelic_rpm.gemspec +3 -3
  65. data/test/agent_helper.rb +25 -0
  66. metadata +12 -857
  67. data/lib/conditional_vendored_metric_parser.rb +0 -9
  68. data/lib/new_relic/agent/aws_info.rb +0 -90
  69. data/lib/new_relic/agent/instrumentation/rubyprof.rb +0 -26
  70. data/lib/new_relic/agent/stats_engine/metric_stats.rb +0 -188
  71. data/lib/new_relic/agent/traced_method_stack.rb +0 -109
  72. data/lib/new_relic/agent/transaction/developer_mode_sample_buffer.rb +0 -62
  73. data/lib/new_relic/merbtasks.rb +0 -10
  74. data/lib/new_relic/rack/developer_mode/segment_summary.rb +0 -56
  75. data/lib/new_relic/rack/developer_mode.rb +0 -321
  76. data/test/config/newrelic.yml +0 -46
  77. data/test/config/test.cert.crt +0 -18
  78. data/test/config/test.cert.key +0 -15
  79. data/test/config/test_control.rb +0 -54
  80. data/test/environments/.gitignore +0 -16
  81. data/test/environments/lib/environments/runner.rb +0 -111
  82. data/test/environments/norails/Gemfile +0 -19
  83. data/test/environments/norails/Rakefile +0 -9
  84. data/test/environments/rails21/Gemfile +0 -23
  85. data/test/environments/rails21/Rakefile +0 -16
  86. data/test/environments/rails21/app/controllers/application.rb +0 -20
  87. data/test/environments/rails21/config/boot.rb +0 -113
  88. data/test/environments/rails21/config/database.yml +0 -26
  89. data/test/environments/rails21/config/environment.rb +0 -26
  90. data/test/environments/rails21/config/environments/development.rb +0 -10
  91. data/test/environments/rails21/config/environments/production.rb +0 -8
  92. data/test/environments/rails21/config/environments/test.rb +0 -10
  93. data/test/environments/rails21/config/routes.rb +0 -5
  94. data/test/environments/rails21/db/schema.rb +0 -5
  95. data/test/environments/rails22/Gemfile +0 -24
  96. data/test/environments/rails22/Rakefile +0 -16
  97. data/test/environments/rails22/app/controllers/application.rb +0 -20
  98. data/test/environments/rails22/config/boot.rb +0 -113
  99. data/test/environments/rails22/config/database.yml +0 -26
  100. data/test/environments/rails22/config/environment.rb +0 -25
  101. data/test/environments/rails22/config/environments/development.rb +0 -10
  102. data/test/environments/rails22/config/environments/production.rb +0 -8
  103. data/test/environments/rails22/config/environments/test.rb +0 -10
  104. data/test/environments/rails22/config/routes.rb +0 -5
  105. data/test/environments/rails22/db/schema.rb +0 -5
  106. data/test/environments/rails23/Gemfile +0 -24
  107. data/test/environments/rails23/Rakefile +0 -16
  108. data/test/environments/rails23/app/controllers/application.rb +0 -20
  109. data/test/environments/rails23/config/boot.rb +0 -127
  110. data/test/environments/rails23/config/database.yml +0 -26
  111. data/test/environments/rails23/config/environment.rb +0 -16
  112. data/test/environments/rails23/config/environments/production.rb +0 -8
  113. data/test/environments/rails23/config/environments/test.rb +0 -10
  114. data/test/environments/rails23/config/preinitializer.rb +0 -25
  115. data/test/environments/rails23/config/routes.rb +0 -5
  116. data/test/environments/rails23/db/schema.rb +0 -5
  117. data/test/environments/rails30/Gemfile +0 -23
  118. data/test/environments/rails30/Rakefile +0 -11
  119. data/test/environments/rails30/config/application.rb +0 -17
  120. data/test/environments/rails30/config/boot.rb +0 -10
  121. data/test/environments/rails30/config/database.yml +0 -26
  122. data/test/environments/rails30/config/environment.rb +0 -6
  123. data/test/environments/rails30/config/initializers/new_rails_defaults.rb +0 -11
  124. data/test/environments/rails30/db/schema.rb +0 -5
  125. data/test/environments/rails31/Gemfile +0 -24
  126. data/test/environments/rails31/Rakefile +0 -11
  127. data/test/environments/rails31/config/application.rb +0 -18
  128. data/test/environments/rails31/config/boot.rb +0 -10
  129. data/test/environments/rails31/config/database.yml +0 -26
  130. data/test/environments/rails31/config/environment.rb +0 -6
  131. data/test/environments/rails31/config/initializers/new_rails_defaults.rb +0 -21
  132. data/test/environments/rails31/db/schema.rb +0 -5
  133. data/test/environments/rails32/Gemfile +0 -26
  134. data/test/environments/rails32/Rakefile +0 -12
  135. data/test/environments/rails32/config/application.rb +0 -19
  136. data/test/environments/rails32/config/boot.rb +0 -10
  137. data/test/environments/rails32/config/database.yml +0 -26
  138. data/test/environments/rails32/config/environment.rb +0 -6
  139. data/test/environments/rails32/db/schema.rb +0 -5
  140. data/test/environments/rails40/Gemfile +0 -26
  141. data/test/environments/rails40/Rakefile +0 -11
  142. data/test/environments/rails40/config/application.rb +0 -18
  143. data/test/environments/rails40/config/boot.rb +0 -10
  144. data/test/environments/rails40/config/database.yml +0 -26
  145. data/test/environments/rails40/config/environment.rb +0 -6
  146. data/test/environments/rails40/db/schema.rb +0 -5
  147. data/test/environments/rails41/Gemfile +0 -26
  148. data/test/environments/rails41/Rakefile +0 -11
  149. data/test/environments/rails41/config/application.rb +0 -18
  150. data/test/environments/rails41/config/boot.rb +0 -10
  151. data/test/environments/rails41/config/database.yml +0 -26
  152. data/test/environments/rails41/config/environment.rb +0 -6
  153. data/test/environments/rails41/db/schema.rb +0 -5
  154. data/test/environments/rails42/Gemfile +0 -27
  155. data/test/environments/rails42/Rakefile +0 -11
  156. data/test/environments/rails42/config/application.rb +0 -18
  157. data/test/environments/rails42/config/boot.rb +0 -10
  158. data/test/environments/rails42/config/database.yml +0 -26
  159. data/test/environments/rails42/config/environment.rb +0 -6
  160. data/test/environments/rails42/db/schema.rb +0 -5
  161. data/test/environments/rails50/Gemfile +0 -23
  162. data/test/environments/rails50/Rakefile +0 -11
  163. data/test/environments/rails50/config/application.rb +0 -18
  164. data/test/environments/rails50/config/boot.rb +0 -10
  165. data/test/environments/rails50/config/database.yml +0 -26
  166. data/test/environments/rails50/config/environment.rb +0 -6
  167. data/test/environments/rails50/db/schema.rb +0 -5
  168. data/test/fixtures/cross_agent_tests/README.md +0 -34
  169. data/test/fixtures/cross_agent_tests/attribute_configuration.json +0 -384
  170. data/test/fixtures/cross_agent_tests/aws.json +0 -312
  171. data/test/fixtures/cross_agent_tests/cat/README.md +0 -28
  172. data/test/fixtures/cross_agent_tests/cat/cat_map.json +0 -595
  173. data/test/fixtures/cross_agent_tests/cat/path_hashing.json +0 -51
  174. data/test/fixtures/cross_agent_tests/cat_map.json +0 -597
  175. data/test/fixtures/cross_agent_tests/data_transport/data_transport.json +0 -1441
  176. data/test/fixtures/cross_agent_tests/data_transport/data_transport.md +0 -35
  177. data/test/fixtures/cross_agent_tests/datastores/README.md +0 -16
  178. data/test/fixtures/cross_agent_tests/datastores/datastore_api.json +0 -443
  179. data/test/fixtures/cross_agent_tests/datastores/datastore_instances.json +0 -73
  180. data/test/fixtures/cross_agent_tests/docker_container_id/README.md +0 -6
  181. data/test/fixtures/cross_agent_tests/docker_container_id/cases.json +0 -75
  182. data/test/fixtures/cross_agent_tests/docker_container_id/docker-0.9.1.txt +0 -10
  183. data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.0.0.txt +0 -10
  184. data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-lxc-driver.txt +0 -10
  185. data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-native-driver-fs.txt +0 -10
  186. data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-native-driver-systemd.txt +0 -10
  187. data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.3.txt +0 -9
  188. data/test/fixtures/cross_agent_tests/docker_container_id/empty.txt +0 -0
  189. data/test/fixtures/cross_agent_tests/docker_container_id/heroku.txt +0 -1
  190. data/test/fixtures/cross_agent_tests/docker_container_id/invalid-characters.txt +0 -9
  191. data/test/fixtures/cross_agent_tests/docker_container_id/invalid-length.txt +0 -9
  192. data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.04-lxc-container.txt +0 -10
  193. data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.04-no-container.txt +0 -10
  194. data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.10-no-container.txt +0 -10
  195. data/test/fixtures/cross_agent_tests/labels.json +0 -195
  196. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/README.md +0 -16
  197. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.colon_obfuscated.txt +0 -3
  198. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.explain.txt +0 -3
  199. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.obfuscated.txt +0 -3
  200. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.query.txt +0 -1
  201. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.colon_obfuscated.txt +0 -2
  202. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.explain.txt +0 -2
  203. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.obfuscated.txt +0 -2
  204. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.query.txt +0 -1
  205. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.colon_obfuscated.txt +0 -2
  206. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.explain.txt +0 -2
  207. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.obfuscated.txt +0 -2
  208. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.query.txt +0 -1
  209. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.colon_obfuscated.txt +0 -2
  210. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.explain.txt +0 -3
  211. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.obfuscated.txt +0 -2
  212. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.query.txt +0 -1
  213. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.colon_obfuscated.txt +0 -2
  214. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.explain.txt +0 -2
  215. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.obfuscated.txt +0 -2
  216. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.query.txt +0 -1
  217. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.colon_obfuscated.txt +0 -2
  218. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.explain.txt +0 -2
  219. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.obfuscated.txt +0 -2
  220. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.query.txt +0 -1
  221. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.colon_obfuscated.txt +0 -5
  222. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.explain.txt +0 -5
  223. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.obfuscated.txt +0 -5
  224. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.query.txt +0 -1
  225. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.colon_obfuscated.txt +0 -2
  226. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.explain.txt +0 -2
  227. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.obfuscated.txt +0 -2
  228. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.query.txt +0 -1
  229. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.colon_obfuscated.txt +0 -5
  230. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.explain.txt +0 -5
  231. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.obfuscated.txt +0 -5
  232. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.query.txt +0 -1
  233. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.colon_obfuscated.txt +0 -2
  234. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.explain.txt +0 -2
  235. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.obfuscated.txt +0 -2
  236. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.query.txt +0 -1
  237. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.colon_obfuscated.txt +0 -2
  238. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.explain.txt +0 -2
  239. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.obfuscated.txt +0 -2
  240. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.query.txt +0 -1
  241. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.colon_obfuscated.txt +0 -3
  242. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.explain.txt +0 -3
  243. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.obfuscated.txt +0 -3
  244. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.query.txt +0 -1
  245. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.colon_obfuscated.txt +0 -2
  246. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.explain.txt +0 -2
  247. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.obfuscated.txt +0 -2
  248. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.query.txt +0 -1
  249. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.colon_obfuscated.txt +0 -2
  250. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.explain.txt +0 -3
  251. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.obfuscated.txt +0 -2
  252. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.query.txt +0 -1
  253. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.colon_obfuscated.txt +0 -2
  254. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.explain.txt +0 -2
  255. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.obfuscated.txt +0 -2
  256. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.query.txt +0 -1
  257. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.colon_obfuscated.txt +0 -2
  258. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.explain.txt +0 -2
  259. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.obfuscated.txt +0 -2
  260. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.query.txt +0 -1
  261. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.colon_obfuscated.txt +0 -2
  262. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.explain.txt +0 -2
  263. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.obfuscated.txt +0 -2
  264. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.query.txt +0 -1
  265. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.colon_obfuscated.txt +0 -2
  266. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.explain.txt +0 -2
  267. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.obfuscated.txt +0 -2
  268. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.query.txt +0 -1
  269. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.colon_obfuscated.txt +0 -2
  270. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.explain.txt +0 -2
  271. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.obfuscated.txt +0 -2
  272. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.query.txt +0 -1
  273. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.colon_obfuscated.txt +0 -2
  274. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.explain.txt +0 -2
  275. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.obfuscated.txt +0 -2
  276. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.query.txt +0 -1
  277. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.colon_obfuscated.txt +0 -2
  278. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.explain.txt +0 -2
  279. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.obfuscated.txt +0 -2
  280. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.query.txt +0 -1
  281. data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_1core_1logical.txt +0 -3
  282. data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_1core_2logical.txt +0 -14
  283. data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_2core_2logical.txt +0 -14
  284. data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_4core_4logical.txt +0 -28
  285. data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_12core_24logical.txt +0 -575
  286. data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_20core_40logical.txt +0 -999
  287. data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_2core_2logical.txt +0 -51
  288. data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_2core_4logical.txt +0 -28
  289. data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_4core_4logical.txt +0 -28
  290. data/test/fixtures/cross_agent_tests/proc_cpuinfo/4pack_4core_4logical.txt +0 -103
  291. data/test/fixtures/cross_agent_tests/proc_cpuinfo/8pack_8core_8logical.txt +0 -199
  292. data/test/fixtures/cross_agent_tests/proc_cpuinfo/README.md +0 -28
  293. data/test/fixtures/cross_agent_tests/proc_cpuinfo/Xpack_Xcore_2logical.txt +0 -43
  294. data/test/fixtures/cross_agent_tests/proc_cpuinfo/malformed_file.txt +0 -3
  295. data/test/fixtures/cross_agent_tests/proc_meminfo/README.md +0 -7
  296. data/test/fixtures/cross_agent_tests/proc_meminfo/meminfo_4096MB.txt +0 -47
  297. data/test/fixtures/cross_agent_tests/rules.json +0 -165
  298. data/test/fixtures/cross_agent_tests/rum_client_config.json +0 -91
  299. data/test/fixtures/cross_agent_tests/rum_footer_insertion_location/close-body-in-comment.html +0 -10
  300. data/test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html +0 -19
  301. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/basic.html +0 -10
  302. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/body_with_attributes.html +0 -3
  303. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag.html +0 -11
  304. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_after_x_ua_tag.html +0 -11
  305. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_before_x_ua_tag.html +0 -11
  306. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_with_spaces.html +0 -11
  307. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/comments1.html +0 -24
  308. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/comments2.html +0 -24
  309. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag.html +0 -11
  310. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag_after_x_ua_tag.html +0 -11
  311. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag_before_x_ua_tag.html +0 -11
  312. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/empty_head +0 -4
  313. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes1.html +0 -27
  314. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes2.html +0 -24
  315. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes_mismatch.html +0 -24
  316. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_single_quotes1.html +0 -25
  317. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_single_quotes_mismatch.html +0 -25
  318. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/head_with_attributes.html +0 -10
  319. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/incomplete_non_meta_tags.html +0 -10
  320. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_end_header.html +0 -6
  321. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_header.html +0 -7
  322. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_html_and_no_header.html +0 -3
  323. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_start_header.html +0 -9
  324. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/script1.html +0 -19
  325. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/script2.html +0 -17
  326. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag.html +0 -10
  327. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_multiline.html +0 -11
  328. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_multiple_tags.html +0 -12
  329. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_spaces_around_equals.html +0 -10
  330. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_with_others.html +0 -11
  331. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_with_spaces.html +0 -10
  332. data/test/fixtures/cross_agent_tests/sql_obfuscation/README.md +0 -36
  333. data/test/fixtures/cross_agent_tests/sql_obfuscation/sql_obfuscation.json +0 -619
  334. data/test/fixtures/cross_agent_tests/sql_parsing.json +0 -55
  335. data/test/fixtures/cross_agent_tests/synthetics/README.md +0 -65
  336. data/test/fixtures/cross_agent_tests/synthetics/synthetics.json +0 -317
  337. data/test/fixtures/cross_agent_tests/transaction_segment_terms.json +0 -389
  338. data/test/fixtures/cross_agent_tests/url_clean.json +0 -15
  339. data/test/fixtures/cross_agent_tests/url_domain_extraction.json +0 -35
  340. data/test/fixtures/cross_agent_tests/utilization/README.md +0 -13
  341. data/test/fixtures/cross_agent_tests/utilization/utilization_json.json +0 -132
  342. data/test/helpers/exceptions.rb +0 -16
  343. data/test/helpers/file_searching.rb +0 -28
  344. data/test/helpers/logging.rb +0 -37
  345. data/test/helpers/minitest.rb +0 -50
  346. data/test/helpers/misc.rb +0 -87
  347. data/test/helpers/mongo_metric_builder.rb +0 -34
  348. data/test/helpers/transaction_sample.rb +0 -44
  349. data/test/intentional_fail.rb +0 -13
  350. data/test/multiverse/.gitignore +0 -13
  351. data/test/multiverse/README.md +0 -85
  352. data/test/multiverse/lib/multiverse/color.rb +0 -23
  353. data/test/multiverse/lib/multiverse/envfile.rb +0 -66
  354. data/test/multiverse/lib/multiverse/output_collector.rb +0 -82
  355. data/test/multiverse/lib/multiverse/runner.rb +0 -118
  356. data/test/multiverse/lib/multiverse/shell_utils.rb +0 -27
  357. data/test/multiverse/lib/multiverse/suite.rb +0 -536
  358. data/test/multiverse/lib/multiverse.rb +0 -32
  359. data/test/multiverse/script/runner +0 -5
  360. data/test/multiverse/suites/active_record/.gitignore +0 -1
  361. data/test/multiverse/suites/active_record/Envfile +0 -60
  362. data/test/multiverse/suites/active_record/Rakefile +0 -9
  363. data/test/multiverse/suites/active_record/active_record_test.rb +0 -618
  364. data/test/multiverse/suites/active_record/app/models/models.rb +0 -34
  365. data/test/multiverse/suites/active_record/ar_method_aliasing.rb +0 -43
  366. data/test/multiverse/suites/active_record/before_suite.rb +0 -23
  367. data/test/multiverse/suites/active_record/config/database.rb +0 -79
  368. data/test/multiverse/suites/active_record/config/database.yml +0 -20
  369. data/test/multiverse/suites/active_record/config/newrelic.yml +0 -18
  370. data/test/multiverse/suites/active_record/db/migrate/20141105131800_create_users_and_aliases.rb +0 -21
  371. data/test/multiverse/suites/active_record/db/migrate/20141106082200_create_orders_and_shipments.rb +0 -25
  372. data/test/multiverse/suites/active_record/db/migrate/20150413011200_add_timestamps_to_orders.rb +0 -16
  373. data/test/multiverse/suites/active_record/db/migrate/20150414084400_create_groups.rb +0 -21
  374. data/test/multiverse/suites/activemerchant/Envfile +0 -26
  375. data/test/multiverse/suites/activemerchant/activemerchant_test.rb +0 -62
  376. data/test/multiverse/suites/agent_only/Envfile +0 -5
  377. data/test/multiverse/suites/agent_only/agent_attributes_test.rb +0 -351
  378. data/test/multiverse/suites/agent_only/agent_run_id_handling_test.rb +0 -39
  379. data/test/multiverse/suites/agent_only/audit_log_test.rb +0 -57
  380. data/test/multiverse/suites/agent_only/collector_exception_handling_test.rb +0 -87
  381. data/test/multiverse/suites/agent_only/config/newrelic.yml +0 -27
  382. data/test/multiverse/suites/agent_only/cross_application_tracing_test.rb +0 -94
  383. data/test/multiverse/suites/agent_only/custom_analytics_events_test.rb +0 -82
  384. data/test/multiverse/suites/agent_only/custom_queue_time_test.rb +0 -60
  385. data/test/multiverse/suites/agent_only/encoding_handling_test.rb +0 -122
  386. data/test/multiverse/suites/agent_only/error_events_test.rb +0 -98
  387. data/test/multiverse/suites/agent_only/exclusive_time_test.rb +0 -176
  388. data/test/multiverse/suites/agent_only/harvest_timestamps_test.rb +0 -61
  389. data/test/multiverse/suites/agent_only/http_response_code_test.rb +0 -38
  390. data/test/multiverse/suites/agent_only/keepalive_test.rb +0 -24
  391. data/test/multiverse/suites/agent_only/key_transactions_test.rb +0 -118
  392. data/test/multiverse/suites/agent_only/labels_test.rb +0 -83
  393. data/test/multiverse/suites/agent_only/logging_test.rb +0 -162
  394. data/test/multiverse/suites/agent_only/marshaling_test.rb +0 -89
  395. data/test/multiverse/suites/agent_only/pipe_manager_test.rb +0 -41
  396. data/test/multiverse/suites/agent_only/rename_rule_test.rb +0 -91
  397. data/test/multiverse/suites/agent_only/rum_instrumentation_test.rb +0 -97
  398. data/test/multiverse/suites/agent_only/script/env_change.rb +0 -10
  399. data/test/multiverse/suites/agent_only/script/loading.rb +0 -20
  400. data/test/multiverse/suites/agent_only/script/public_api_when_disabled.rb +0 -57
  401. data/test/multiverse/suites/agent_only/script/symbol_env.rb +0 -10
  402. data/test/multiverse/suites/agent_only/script/warnings.rb +0 -15
  403. data/test/multiverse/suites/agent_only/service_timeout_test.rb +0 -39
  404. data/test/multiverse/suites/agent_only/set_transaction_name_test.rb +0 -118
  405. data/test/multiverse/suites/agent_only/ssl_test.rb +0 -21
  406. data/test/multiverse/suites/agent_only/start_up_test.rb +0 -107
  407. data/test/multiverse/suites/agent_only/synthetics_test.rb +0 -131
  408. data/test/multiverse/suites/agent_only/testing_app.rb +0 -58
  409. data/test/multiverse/suites/agent_only/thread_profiling_test.rb +0 -137
  410. data/test/multiverse/suites/agent_only/transaction_events_test.rb +0 -31
  411. data/test/multiverse/suites/agent_only/transaction_ignoring_test.rb +0 -42
  412. data/test/multiverse/suites/agent_only/utilization_data_collection_test.rb +0 -105
  413. data/test/multiverse/suites/agent_only/xray_sessions_test.rb +0 -196
  414. data/test/multiverse/suites/bare/Envfile +0 -3
  415. data/test/multiverse/suites/bare/standalone_instrumentation_test.rb +0 -43
  416. data/test/multiverse/suites/capistrano/Capfile +0 -26
  417. data/test/multiverse/suites/capistrano/Envfile +0 -23
  418. data/test/multiverse/suites/capistrano/config/deploy/production.rb +0 -9
  419. data/test/multiverse/suites/capistrano/config/deploy.rb +0 -14
  420. data/test/multiverse/suites/capistrano/config/newrelic.yml +0 -21
  421. data/test/multiverse/suites/capistrano/deployment_test.rb +0 -51
  422. data/test/multiverse/suites/capistrano2/Capfile +0 -4
  423. data/test/multiverse/suites/capistrano2/Envfile +0 -8
  424. data/test/multiverse/suites/capistrano2/config/deploy.rb +0 -19
  425. data/test/multiverse/suites/capistrano2/config/newrelic.yml +0 -21
  426. data/test/multiverse/suites/capistrano2/deployment_test.rb +0 -37
  427. data/test/multiverse/suites/config_file_loading/Envfile +0 -13
  428. data/test/multiverse/suites/config_file_loading/config_file_loading_test.rb +0 -213
  429. data/test/multiverse/suites/curb/Envfile +0 -27
  430. data/test/multiverse/suites/curb/config/newrelic.yml +0 -18
  431. data/test/multiverse/suites/curb/curb_test.rb +0 -212
  432. data/test/multiverse/suites/datamapper/Envfile +0 -36
  433. data/test/multiverse/suites/datamapper/config/newrelic.yml +0 -20
  434. data/test/multiverse/suites/datamapper/datamapper_test.rb +0 -429
  435. data/test/multiverse/suites/deferred_instrumentation/Envfile +0 -15
  436. data/test/multiverse/suites/deferred_instrumentation/config/newrelic.yml +0 -20
  437. data/test/multiverse/suites/deferred_instrumentation/sinatra_test.rb +0 -110
  438. data/test/multiverse/suites/delayed_job/Envfile +0 -101
  439. data/test/multiverse/suites/delayed_job/before_suite.rb +0 -43
  440. data/test/multiverse/suites/delayed_job/config/newrelic.yml +0 -18
  441. data/test/multiverse/suites/delayed_job/delayed_job_instrumentation_test.rb +0 -106
  442. data/test/multiverse/suites/delayed_job/delayed_job_sampler_test.rb +0 -128
  443. data/test/multiverse/suites/delayed_job/unsupported_backend_test.rb +0 -21
  444. data/test/multiverse/suites/excon/Envfile +0 -18
  445. data/test/multiverse/suites/excon/config/newrelic.yml +0 -18
  446. data/test/multiverse/suites/excon/excon_test.rb +0 -81
  447. data/test/multiverse/suites/grape/Envfile +0 -9
  448. data/test/multiverse/suites/grape/config/newrelic.yml +0 -19
  449. data/test/multiverse/suites/grape/grape_test.rb +0 -219
  450. data/test/multiverse/suites/grape/grape_test_api.rb +0 -64
  451. data/test/multiverse/suites/grape/grape_versioning_test.rb +0 -118
  452. data/test/multiverse/suites/grape/grape_versioning_test_api.rb +0 -130
  453. data/test/multiverse/suites/grape/unsupported_version_test.rb +0 -28
  454. data/test/multiverse/suites/high_security/Envfile +0 -3
  455. data/test/multiverse/suites/high_security/config/newrelic.yml +0 -70
  456. data/test/multiverse/suites/high_security/high_security_test.rb +0 -214
  457. data/test/multiverse/suites/httpclient/Envfile +0 -15
  458. data/test/multiverse/suites/httpclient/config/newrelic.yml +0 -18
  459. data/test/multiverse/suites/httpclient/httpclient_test.rb +0 -75
  460. data/test/multiverse/suites/httprb/Envfile +0 -21
  461. data/test/multiverse/suites/httprb/config/newrelic.yml +0 -18
  462. data/test/multiverse/suites/httprb/httprb_test.rb +0 -78
  463. data/test/multiverse/suites/json/Envfile +0 -22
  464. data/test/multiverse/suites/json/config/newrelic.yml +0 -22
  465. data/test/multiverse/suites/json/json_test.rb +0 -16
  466. data/test/multiverse/suites/marshalling/Envfile +0 -3
  467. data/test/multiverse/suites/marshalling/config/newrelic.yml +0 -20
  468. data/test/multiverse/suites/marshalling/marshalling_test.rb +0 -16
  469. data/test/multiverse/suites/memcached/Envfile +0 -36
  470. data/test/multiverse/suites/memcached/dalli_test.rb +0 -163
  471. data/test/multiverse/suites/memcached/memcache_client_test.rb +0 -25
  472. data/test/multiverse/suites/memcached/memcache_test_cases.rb +0 -315
  473. data/test/multiverse/suites/memcached/memcached_test.rb +0 -179
  474. data/test/multiverse/suites/mongo/Envfile +0 -74
  475. data/test/multiverse/suites/mongo/config/newrelic.yml +0 -18
  476. data/test/multiverse/suites/mongo/helpers/mongo_operation_tests.rb +0 -551
  477. data/test/multiverse/suites/mongo/helpers/mongo_replica_set.rb +0 -97
  478. data/test/multiverse/suites/mongo/helpers/mongo_replica_set_test.rb +0 -82
  479. data/test/multiverse/suites/mongo/helpers/mongo_server.rb +0 -241
  480. data/test/multiverse/suites/mongo/helpers/mongo_server_test.rb +0 -176
  481. data/test/multiverse/suites/mongo/mongo2_instrumentation_test.rb +0 -493
  482. data/test/multiverse/suites/mongo/mongo_connection_test.rb +0 -40
  483. data/test/multiverse/suites/mongo/mongo_instrumentation_test.rb +0 -58
  484. data/test/multiverse/suites/mongo/mongo_unsupported_version_test.rb +0 -72
  485. data/test/multiverse/suites/net_http/Envfile +0 -6
  486. data/test/multiverse/suites/net_http/config/newrelic.yml +0 -18
  487. data/test/multiverse/suites/net_http/net_http_test.rb +0 -115
  488. data/test/multiverse/suites/padrino/Envfile +0 -19
  489. data/test/multiverse/suites/padrino/config/newrelic.yml +0 -22
  490. data/test/multiverse/suites/padrino/padrino_test.rb +0 -52
  491. data/test/multiverse/suites/rack/Envfile +0 -64
  492. data/test/multiverse/suites/rack/before_suite.rb +0 -12
  493. data/test/multiverse/suites/rack/builder_map_test.rb +0 -128
  494. data/test/multiverse/suites/rack/config/newrelic.yml +0 -18
  495. data/test/multiverse/suites/rack/example_app.rb +0 -119
  496. data/test/multiverse/suites/rack/http_response_code_test.rb +0 -49
  497. data/test/multiverse/suites/rack/nested_non_rack_app_test.rb +0 -66
  498. data/test/multiverse/suites/rack/puma_rack_builder_test.rb +0 -84
  499. data/test/multiverse/suites/rack/rack_auto_instrumentation_test.rb +0 -151
  500. data/test/multiverse/suites/rack/rack_cascade_test.rb +0 -44
  501. data/test/multiverse/suites/rack/rack_env_mutation_test.rb +0 -52
  502. data/test/multiverse/suites/rack/rack_parameter_filtering_test.rb +0 -49
  503. data/test/multiverse/suites/rack/rack_unsupported_version_test.rb +0 -43
  504. data/test/multiverse/suites/rack/response_content_type_test.rb +0 -49
  505. data/test/multiverse/suites/rack/url_map_test.rb +0 -155
  506. data/test/multiverse/suites/rails/Envfile +0 -61
  507. data/test/multiverse/suites/rails/action_cable_test.rb +0 -81
  508. data/test/multiverse/suites/rails/action_controller_live_rum_test.rb +0 -39
  509. data/test/multiverse/suites/rails/activejob_test.rb +0 -151
  510. data/test/multiverse/suites/rails/app/views/foos/_foo.html.haml +0 -1
  511. data/test/multiverse/suites/rails/app/views/views/_a_partial.html.erb +0 -2
  512. data/test/multiverse/suites/rails/app/views/views/_mid_partial.html.erb +0 -1
  513. data/test/multiverse/suites/rails/app/views/views/_top_partial.html.erb +0 -3
  514. data/test/multiverse/suites/rails/app/views/views/deep_partial.html.erb +0 -3
  515. data/test/multiverse/suites/rails/app/views/views/haml_view.html.haml +0 -6
  516. data/test/multiverse/suites/rails/app/views/views/index.html.erb +0 -4
  517. data/test/multiverse/suites/rails/app.rb +0 -44
  518. data/test/multiverse/suites/rails/bad_instrumentation_test.rb +0 -29
  519. data/test/multiverse/suites/rails/config/newrelic.yml +0 -30
  520. data/test/multiverse/suites/rails/dummy.txt +0 -1
  521. data/test/multiverse/suites/rails/error_tracing_test.rb +0 -346
  522. data/test/multiverse/suites/rails/gc_instrumentation_test.rb +0 -73
  523. data/test/multiverse/suites/rails/ignore_test.rb +0 -79
  524. data/test/multiverse/suites/rails/middleware_instrumentation_test.rb +0 -41
  525. data/test/multiverse/suites/rails/middlewares.rb +0 -19
  526. data/test/multiverse/suites/rails/parameter_capture_test.rb +0 -328
  527. data/test/multiverse/suites/rails/queue_time_test.rb +0 -89
  528. data/test/multiverse/suites/rails/rails2_app/app/controllers/application.rb +0 -7
  529. data/test/multiverse/suites/rails/rails2_app/config/boot.rb +0 -127
  530. data/test/multiverse/suites/rails/rails2_app/config/database.yml +0 -18
  531. data/test/multiverse/suites/rails/rails2_app/config/environment.rb +0 -16
  532. data/test/multiverse/suites/rails/rails2_app/config/environments/development.rb +0 -10
  533. data/test/multiverse/suites/rails/rails2_app/config/initializers/load_newrelic_rpm.rb +0 -9
  534. data/test/multiverse/suites/rails/rails2_app/config/preinitializer.rb +0 -25
  535. data/test/multiverse/suites/rails/rails2_app/config/routes.rb +0 -19
  536. data/test/multiverse/suites/rails/rails2_app/db/schema.rb +0 -5
  537. data/test/multiverse/suites/rails/rails3_app/app_rails3_plus.rb +0 -99
  538. data/test/multiverse/suites/rails/request_statistics_test.rb +0 -192
  539. data/test/multiverse/suites/rails/transaction_ignoring_test.rb +0 -41
  540. data/test/multiverse/suites/rails/view_instrumentation_test.rb +0 -254
  541. data/test/multiverse/suites/rake/Envfile +0 -43
  542. data/test/multiverse/suites/rake/Rakefile +0 -54
  543. data/test/multiverse/suites/rake/config/newrelic.yml +0 -18
  544. data/test/multiverse/suites/rake/multitask_test.rb +0 -40
  545. data/test/multiverse/suites/rake/rake_test.rb +0 -209
  546. data/test/multiverse/suites/rake/rake_test_helper.rb +0 -66
  547. data/test/multiverse/suites/rake/unsupported_rake_test.rb +0 -19
  548. data/test/multiverse/suites/redis/Envfile +0 -23
  549. data/test/multiverse/suites/redis/config/newrelic.yml +0 -19
  550. data/test/multiverse/suites/redis/redis_instrumentation_test.rb +0 -331
  551. data/test/multiverse/suites/redis/redis_unsupported_version_test.rb +0 -20
  552. data/test/multiverse/suites/resque/Envfile +0 -9
  553. data/test/multiverse/suites/resque/Rakefile +0 -3
  554. data/test/multiverse/suites/resque/config/newrelic.yml +0 -19
  555. data/test/multiverse/suites/resque/instrumentation_test.rb +0 -159
  556. data/test/multiverse/suites/resque/resque_marshalling_test.rb +0 -61
  557. data/test/multiverse/suites/sequel/Envfile +0 -41
  558. data/test/multiverse/suites/sequel/config/newrelic.yml +0 -18
  559. data/test/multiverse/suites/sequel/database.rb +0 -54
  560. data/test/multiverse/suites/sequel/sequel_extension_test.rb +0 -142
  561. data/test/multiverse/suites/sequel/sequel_helpers.rb +0 -62
  562. data/test/multiverse/suites/sequel/sequel_plugin_test.rb +0 -230
  563. data/test/multiverse/suites/sequel/sequel_safety_test.rb +0 -30
  564. data/test/multiverse/suites/sidekiq/Envfile +0 -43
  565. data/test/multiverse/suites/sidekiq/after_suite.rb +0 -16
  566. data/test/multiverse/suites/sidekiq/config/newrelic.yml +0 -20
  567. data/test/multiverse/suites/sidekiq/log/.gitkeep +0 -0
  568. data/test/multiverse/suites/sidekiq/sidekiq_instrumentation_test.rb +0 -220
  569. data/test/multiverse/suites/sidekiq/sidekiq_server.rb +0 -35
  570. data/test/multiverse/suites/sidekiq/test_model.rb +0 -12
  571. data/test/multiverse/suites/sidekiq/test_worker.rb +0 -71
  572. data/test/multiverse/suites/sinatra/Envfile +0 -27
  573. data/test/multiverse/suites/sinatra/config/newrelic.yml +0 -21
  574. data/test/multiverse/suites/sinatra/ignoring_test.rb +0 -226
  575. data/test/multiverse/suites/sinatra/nested_middleware_test.rb +0 -47
  576. data/test/multiverse/suites/sinatra/sinatra_classic_test.rb +0 -103
  577. data/test/multiverse/suites/sinatra/sinatra_error_tracing_test.rb +0 -48
  578. data/test/multiverse/suites/sinatra/sinatra_metric_explosion_test.rb +0 -102
  579. data/test/multiverse/suites/sinatra/sinatra_modular_test.rb +0 -93
  580. data/test/multiverse/suites/sinatra/sinatra_parameter_capture_test.rb +0 -82
  581. data/test/multiverse/suites/sinatra/sinatra_routes_test.rb +0 -49
  582. data/test/multiverse/suites/sinatra/sinatra_test_cases.rb +0 -226
  583. data/test/multiverse/suites/typhoeus/Envfile +0 -68
  584. data/test/multiverse/suites/typhoeus/config/newrelic.yml +0 -18
  585. data/test/multiverse/suites/typhoeus/typhoeus_test.rb +0 -145
  586. data/test/multiverse/suites/yajl/Envfile +0 -20
  587. data/test/multiverse/suites/yajl/config/newrelic.yml +0 -21
  588. data/test/multiverse/suites/yajl/yajl_test.rb +0 -16
  589. data/test/multiverse/test/multiverse_test.rb +0 -59
  590. data/test/multiverse/test/suite_examples/one/a/Envfile +0 -3
  591. data/test/multiverse/test/suite_examples/one/a/a_test.rb +0 -14
  592. data/test/multiverse/test/suite_examples/one/a/config/newrelic.yml +0 -22
  593. data/test/multiverse/test/suite_examples/one/b/Envfile +0 -3
  594. data/test/multiverse/test/suite_examples/one/b/b_test.rb +0 -14
  595. data/test/multiverse/test/suite_examples/one/b/config/newrelic.yml +0 -22
  596. data/test/multiverse/test/suite_examples/three/a/Envfile +0 -2
  597. data/test/multiverse/test/suite_examples/three/a/fail_test.rb +0 -10
  598. data/test/multiverse/test/suite_examples/three/b/Envfile +0 -2
  599. data/test/multiverse/test/suite_examples/three/b/win_test.rb +0 -10
  600. data/test/multiverse/test/suite_examples/two/a/Envfile +0 -1
  601. data/test/multiverse/test/suite_examples/two/a/fail_test.rb +0 -10
  602. data/test/new_relic/FAKECHANGELOG +0 -21
  603. data/test/new_relic/agent/agent/connect_test.rb +0 -308
  604. data/test/new_relic/agent/agent/start_test.rb +0 -186
  605. data/test/new_relic/agent/agent/start_worker_thread_test.rb +0 -74
  606. data/test/new_relic/agent/agent_logger_test.rb +0 -389
  607. data/test/new_relic/agent/agent_test.rb +0 -710
  608. data/test/new_relic/agent/agent_test_controller.rb +0 -84
  609. data/test/new_relic/agent/apdex_from_server_test.rb +0 -13
  610. data/test/new_relic/agent/api_tests/datastore_api_test.rb +0 -64
  611. data/test/new_relic/agent/attribute_filter_test.rb +0 -218
  612. data/test/new_relic/agent/attribute_processing_test.rb +0 -164
  613. data/test/new_relic/agent/audit_logger_test.rb +0 -208
  614. data/test/new_relic/agent/autostart_test.rb +0 -79
  615. data/test/new_relic/agent/aws_info_test.rb +0 -76
  616. data/test/new_relic/agent/busy_calculator_test.rb +0 -96
  617. data/test/new_relic/agent/commands/agent_command_router_test.rb +0 -256
  618. data/test/new_relic/agent/commands/agent_command_test.rb +0 -37
  619. data/test/new_relic/agent/commands/thread_profiler_session_test.rb +0 -216
  620. data/test/new_relic/agent/commands/xray_session_collection_test.rb +0 -332
  621. data/test/new_relic/agent/commands/xray_session_test.rb +0 -42
  622. data/test/new_relic/agent/configuration/default_source_test.rb +0 -229
  623. data/test/new_relic/agent/configuration/dotted_hash_test.rb +0 -53
  624. data/test/new_relic/agent/configuration/environment_source_test.rb +0 -201
  625. data/test/new_relic/agent/configuration/high_security_source_test.rb +0 -92
  626. data/test/new_relic/agent/configuration/manager_test.rb +0 -455
  627. data/test/new_relic/agent/configuration/manual_source_test.rb +0 -18
  628. data/test/new_relic/agent/configuration/orphan_configuration_test.rb +0 -91
  629. data/test/new_relic/agent/configuration/server_source_test.rb +0 -202
  630. data/test/new_relic/agent/configuration/yaml_source_test.rb +0 -117
  631. data/test/new_relic/agent/cross_app_monitor_test.rb +0 -248
  632. data/test/new_relic/agent/custom_event_aggregator_test.rb +0 -127
  633. data/test/new_relic/agent/database/postgres_explain_obfuscator_test.rb +0 -34
  634. data/test/new_relic/agent/database/sql_obfuscation_test.rb +0 -52
  635. data/test/new_relic/agent/database_test.rb +0 -482
  636. data/test/new_relic/agent/datastores/metric_helper_test.rb +0 -203
  637. data/test/new_relic/agent/datastores/mongo/event_formatter_test.rb +0 -175
  638. data/test/new_relic/agent/datastores/mongo/metric_translator_test.rb +0 -270
  639. data/test/new_relic/agent/datastores/mongo/obfuscator_test.rb +0 -99
  640. data/test/new_relic/agent/datastores/mongo/statement_formatter_test.rb +0 -72
  641. data/test/new_relic/agent/datastores/redis_test.rb +0 -126
  642. data/test/new_relic/agent/datastores_test.rb +0 -202
  643. data/test/new_relic/agent/deprecator_test.rb +0 -52
  644. data/test/new_relic/agent/encoding_normalizer_test.rb +0 -69
  645. data/test/new_relic/agent/error_collector_test.rb +0 -407
  646. data/test/new_relic/agent/error_event_aggregator_test.rb +0 -237
  647. data/test/new_relic/agent/error_trace_aggregator_test.rb +0 -298
  648. data/test/new_relic/agent/event_aggregator_test.rb +0 -178
  649. data/test/new_relic/agent/event_buffer_test_cases.rb +0 -168
  650. data/test/new_relic/agent/event_listener_test.rb +0 -70
  651. data/test/new_relic/agent/event_loop_test.rb +0 -202
  652. data/test/new_relic/agent/harvester_test.rb +0 -79
  653. data/test/new_relic/agent/hostname_test.rb +0 -121
  654. data/test/new_relic/agent/http_clients/uri_util_test.rb +0 -64
  655. data/test/new_relic/agent/inbound_request_monitor_test.rb +0 -49
  656. data/test/new_relic/agent/instrumentation/action_cable_subscriber_test.rb +0 -124
  657. data/test/new_relic/agent/instrumentation/action_controller_subscriber_test.rb +0 -299
  658. data/test/new_relic/agent/instrumentation/action_view_subscriber_test.rb +0 -249
  659. data/test/new_relic/agent/instrumentation/active_job_test.rb +0 -20
  660. data/test/new_relic/agent/instrumentation/active_record_helper_test.rb +0 -66
  661. data/test/new_relic/agent/instrumentation/active_record_subscriber_test.rb +0 -210
  662. data/test/new_relic/agent/instrumentation/controller_instrumentation_test.rb +0 -328
  663. data/test/new_relic/agent/instrumentation/delayed_job_instrumentation_test.rb +0 -23
  664. data/test/new_relic/agent/instrumentation/instance_identification_test.rb +0 -169
  665. data/test/new_relic/agent/instrumentation/instrumentation_test.rb +0 -14
  666. data/test/new_relic/agent/instrumentation/middleware_proxy_test.rb +0 -256
  667. data/test/new_relic/agent/instrumentation/middleware_tracing_test.rb +0 -49
  668. data/test/new_relic/agent/instrumentation/mongodb_command_subscriber_test.rb +0 -112
  669. data/test/new_relic/agent/instrumentation/net_instrumentation_test.rb +0 -41
  670. data/test/new_relic/agent/instrumentation/queue_time_test.rb +0 -103
  671. data/test/new_relic/agent/instrumentation/rack_test.rb +0 -44
  672. data/test/new_relic/agent/instrumentation/sequel_helper_test.rb +0 -36
  673. data/test/new_relic/agent/instrumentation/sinatra/transaction_namer_test.rb +0 -62
  674. data/test/new_relic/agent/instrumentation/sinatra_test.rb +0 -80
  675. data/test/new_relic/agent/instrumentation/task_instrumentation_test.rb +0 -186
  676. data/test/new_relic/agent/javascript_instrumentor_test.rb +0 -340
  677. data/test/new_relic/agent/memory_logger_test.rb +0 -85
  678. data/test/new_relic/agent/method_interrobang_test.rb +0 -31
  679. data/test/new_relic/agent/method_tracer/class_methods/add_method_tracer_test.rb +0 -112
  680. data/test/new_relic/agent/method_tracer/instance_methods/trace_execution_scoped_test.rb +0 -215
  681. data/test/new_relic/agent/method_tracer_test.rb +0 -480
  682. data/test/new_relic/agent/method_visibility_test.rb +0 -90
  683. data/test/new_relic/agent/mock_scope_listener.rb +0 -30
  684. data/test/new_relic/agent/new_relic_service/json_marshaller_test.rb +0 -27
  685. data/test/new_relic/agent/new_relic_service_test.rb +0 -972
  686. data/test/new_relic/agent/obfuscator_test.rb +0 -77
  687. data/test/new_relic/agent/parameter_filtering_test.rb +0 -39
  688. data/test/new_relic/agent/payload_metric_mapping_test.rb +0 -74
  689. data/test/new_relic/agent/pipe_channel_manager_test.rb +0 -316
  690. data/test/new_relic/agent/pipe_service_test.rb +0 -151
  691. data/test/new_relic/agent/rpm_agent_test.rb +0 -91
  692. data/test/new_relic/agent/rules_engine_test.rb +0 -136
  693. data/test/new_relic/agent/sampled_buffer_test.rb +0 -142
  694. data/test/new_relic/agent/sampler_collection_test.rb +0 -90
  695. data/test/new_relic/agent/sampler_test.rb +0 -66
  696. data/test/new_relic/agent/samplers/cpu_sampler_test.rb +0 -79
  697. data/test/new_relic/agent/samplers/memory_sampler_test.rb +0 -66
  698. data/test/new_relic/agent/samplers/vm_sampler_test.rb +0 -349
  699. data/test/new_relic/agent/sized_buffer_test.rb +0 -29
  700. data/test/new_relic/agent/sql_sampler_test.rb +0 -463
  701. data/test/new_relic/agent/stats_engine/gc_profiler_test.rb +0 -176
  702. data/test/new_relic/agent/stats_engine/metric_stats_test.rb +0 -328
  703. data/test/new_relic/agent/stats_engine/stats_hash_test.rb +0 -195
  704. data/test/new_relic/agent/stats_engine_test.rb +0 -32
  705. data/test/new_relic/agent/stats_test.rb +0 -187
  706. data/test/new_relic/agent/synthetics_event_aggregator_test.rb +0 -180
  707. data/test/new_relic/agent/synthetics_event_buffer_test.rb +0 -54
  708. data/test/new_relic/agent/synthetics_monitor_test.rb +0 -93
  709. data/test/new_relic/agent/system_info_test.rb +0 -133
  710. data/test/new_relic/agent/threading/agent_thread_test.rb +0 -149
  711. data/test/new_relic/agent/threading/backtrace_node_test.rb +0 -184
  712. data/test/new_relic/agent/threading/backtrace_service_test.rb +0 -603
  713. data/test/new_relic/agent/threading/fake_thread.rb +0 -43
  714. data/test/new_relic/agent/threading/thread_profile_test.rb +0 -271
  715. data/test/new_relic/agent/threading/threaded_test_case.rb +0 -18
  716. data/test/new_relic/agent/traced_method_stack_test.rb +0 -187
  717. data/test/new_relic/agent/transaction/abstract_segment_test.rb +0 -103
  718. data/test/new_relic/agent/transaction/attributes_test.rb +0 -268
  719. data/test/new_relic/agent/transaction/datastore_segment_test.rb +0 -336
  720. data/test/new_relic/agent/transaction/developer_mode_sample_buffer_test.rb +0 -75
  721. data/test/new_relic/agent/transaction/external_request_segment_test.rb +0 -330
  722. data/test/new_relic/agent/transaction/request_attributes_test.rb +0 -84
  723. data/test/new_relic/agent/transaction/segment_test.rb +0 -77
  724. data/test/new_relic/agent/transaction/slowest_sample_buffer_test.rb +0 -67
  725. data/test/new_relic/agent/transaction/synthetics_sample_buffer_test.rb +0 -38
  726. data/test/new_relic/agent/transaction/trace_node_test.rb +0 -361
  727. data/test/new_relic/agent/transaction/trace_test.rb +0 -394
  728. data/test/new_relic/agent/transaction/tracing_test.rb +0 -176
  729. data/test/new_relic/agent/transaction/xray_sample_buffer_test.rb +0 -71
  730. data/test/new_relic/agent/transaction_error_primitive_test.rb +0 -117
  731. data/test/new_relic/agent/transaction_event_aggregator_test.rb +0 -211
  732. data/test/new_relic/agent/transaction_event_primitive_test.rb +0 -195
  733. data/test/new_relic/agent/transaction_event_recorder_test.rb +0 -80
  734. data/test/new_relic/agent/transaction_interrobang_test.rb +0 -33
  735. data/test/new_relic/agent/transaction_metrics_test.rb +0 -113
  736. data/test/new_relic/agent/transaction_sample_builder_test.rb +0 -215
  737. data/test/new_relic/agent/transaction_sampler_test.rb +0 -860
  738. data/test/new_relic/agent/transaction_state_test.rb +0 -122
  739. data/test/new_relic/agent/transaction_test.rb +0 -1476
  740. data/test/new_relic/agent/transaction_timings_test.rb +0 -91
  741. data/test/new_relic/agent/utilization_data_test.rb +0 -258
  742. data/test/new_relic/agent/vm/monotonic_gc_profiler_test.rb +0 -42
  743. data/test/new_relic/agent/vm/mri_vm_test.rb +0 -40
  744. data/test/new_relic/agent/vm/snapshot_test.rb +0 -13
  745. data/test/new_relic/agent/vm_test.rb +0 -48
  746. data/test/new_relic/agent/worker_loop_test.rb +0 -98
  747. data/test/new_relic/agent_test.rb +0 -461
  748. data/test/new_relic/cli/commands/deployments_test.rb +0 -136
  749. data/test/new_relic/cli/commands/install_test.rb +0 -27
  750. data/test/new_relic/coerce_test.rb +0 -93
  751. data/test/new_relic/collection_helper_test.rb +0 -152
  752. data/test/new_relic/control/class_methods_test.rb +0 -52
  753. data/test/new_relic/control/frameworks/rails_test.rb +0 -29
  754. data/test/new_relic/control/instance_methods_test.rb +0 -50
  755. data/test/new_relic/control/instrumentation_test.rb +0 -41
  756. data/test/new_relic/control_test.rb +0 -169
  757. data/test/new_relic/data_container_tests.rb +0 -87
  758. data/test/new_relic/dependency_detection_test.rb +0 -155
  759. data/test/new_relic/dispatcher_test.rb +0 -60
  760. data/test/new_relic/environment_report_test.rb +0 -107
  761. data/test/new_relic/evil_server.rb +0 -55
  762. data/test/new_relic/fake_collector.rb +0 -390
  763. data/test/new_relic/fake_external_server.rb +0 -65
  764. data/test/new_relic/fake_instance_metadata_service.rb +0 -45
  765. data/test/new_relic/fake_rpm_site.rb +0 -35
  766. data/test/new_relic/fake_server.rb +0 -104
  767. data/test/new_relic/filtering_test_app.rb +0 -19
  768. data/test/new_relic/framework_test.rb +0 -58
  769. data/test/new_relic/http_client_test_cases.rb +0 -639
  770. data/test/new_relic/language_support_test.rb +0 -98
  771. data/test/new_relic/latest_changes_test.rb +0 -34
  772. data/test/new_relic/license_test.rb +0 -125
  773. data/test/new_relic/load_test.rb +0 -15
  774. data/test/new_relic/local_environment_test.rb +0 -103
  775. data/test/new_relic/marshalling_test_cases.rb +0 -183
  776. data/test/new_relic/metric_data_test.rb +0 -144
  777. data/test/new_relic/metric_parser/metric_parser_test.rb +0 -17
  778. data/test/new_relic/metric_spec_test.rb +0 -144
  779. data/test/new_relic/multiverse_helpers.rb +0 -289
  780. data/test/new_relic/noticed_error_test.rb +0 -267
  781. data/test/new_relic/rack/agent_hooks_test.rb +0 -44
  782. data/test/new_relic/rack/agent_middleware_test.rb +0 -32
  783. data/test/new_relic/rack/browser_monitoring_test.rb +0 -195
  784. data/test/new_relic/rack/developer_mode/segment_summary_test.rb +0 -96
  785. data/test/new_relic/rack/developer_mode_helper_test.rb +0 -136
  786. data/test/new_relic/rack/developer_mode_test.rb +0 -96
  787. data/test/new_relic/transaction_ignoring_test_cases.rb +0 -102
  788. data/test/nullverse/default_source_require_test.rb +0 -21
  789. data/test/nullverse/nullverse_helper.rb +0 -10
  790. data/test/performance/README.md +0 -175
  791. data/test/performance/lib/performance/baseline.rb +0 -36
  792. data/test/performance/lib/performance/baseline_compare_reporter.rb +0 -103
  793. data/test/performance/lib/performance/baseline_save_reporter.rb +0 -24
  794. data/test/performance/lib/performance/console_reporter.rb +0 -66
  795. data/test/performance/lib/performance/formatting_helpers.rb +0 -22
  796. data/test/performance/lib/performance/hako_client.rb +0 -31
  797. data/test/performance/lib/performance/hako_reporter.rb +0 -26
  798. data/test/performance/lib/performance/instrumentation/cpu_usage.rb +0 -26
  799. data/test/performance/lib/performance/instrumentation/gc_stats.rb +0 -56
  800. data/test/performance/lib/performance/instrumentation/perf_tools.rb +0 -30
  801. data/test/performance/lib/performance/instrumentation/stackprof.rb +0 -46
  802. data/test/performance/lib/performance/instrumentor.rb +0 -96
  803. data/test/performance/lib/performance/json_reporter.rb +0 -15
  804. data/test/performance/lib/performance/platform.rb +0 -31
  805. data/test/performance/lib/performance/reporting.rb +0 -36
  806. data/test/performance/lib/performance/result.rb +0 -104
  807. data/test/performance/lib/performance/runner.rb +0 -221
  808. data/test/performance/lib/performance/table.rb +0 -105
  809. data/test/performance/lib/performance/test_case.rb +0 -152
  810. data/test/performance/lib/performance/timer.rb +0 -40
  811. data/test/performance/lib/performance.rb +0 -38
  812. data/test/performance/script/baselines +0 -102
  813. data/test/performance/script/mega-runner +0 -37
  814. data/test/performance/script/runner +0 -131
  815. data/test/performance/suites/active_record.rb +0 -26
  816. data/test/performance/suites/active_record_subscriber.rb +0 -100
  817. data/test/performance/suites/agent_attributes.rb +0 -62
  818. data/test/performance/suites/config.rb +0 -35
  819. data/test/performance/suites/datastores.rb +0 -59
  820. data/test/performance/suites/error_collector.rb +0 -28
  821. data/test/performance/suites/external_segment.rb +0 -82
  822. data/test/performance/suites/marshalling.rb +0 -148
  823. data/test/performance/suites/queue_time.rb +0 -21
  824. data/test/performance/suites/rack_middleware.rb +0 -136
  825. data/test/performance/suites/redis.rb +0 -45
  826. data/test/performance/suites/rules_engine.rb +0 -35
  827. data/test/performance/suites/rum_autoinsertion.rb +0 -75
  828. data/test/performance/suites/segment_terms_rule.rb +0 -27
  829. data/test/performance/suites/sql_obfuscation.rb +0 -50
  830. data/test/performance/suites/startup.rb +0 -12
  831. data/test/performance/suites/stats_hash.rb +0 -31
  832. data/test/performance/suites/thread_profiling.rb +0 -116
  833. data/test/performance/suites/trace_execution_scoped.rb +0 -31
  834. data/test/performance/suites/transaction_tracing.rb +0 -106
  835. data/test/script/before_install/gemstash_mirror.sh +0 -10
  836. data/test/script/before_script/install_mongodb.sh +0 -12
  837. data/test/script/ci.sh +0 -15
  838. data/test/script/external_server.rb +0 -31
  839. data/test/script/path_hash.rb +0 -49
  840. data/test/test_helper.rb +0 -59
  841. data/ui/helpers/developer_mode_helper.rb +0 -325
  842. data/ui/helpers/google_pie_chart.rb +0 -54
  843. data/ui/views/layouts/newrelic_default.rhtml +0 -48
  844. data/ui/views/newrelic/_explain_plans.rhtml +0 -27
  845. data/ui/views/newrelic/_sample.rhtml +0 -20
  846. data/ui/views/newrelic/_segment.rhtml +0 -28
  847. data/ui/views/newrelic/_segment_limit_message.rhtml +0 -1
  848. data/ui/views/newrelic/_segment_row.rhtml +0 -12
  849. data/ui/views/newrelic/_show_sample_detail.rhtml +0 -24
  850. data/ui/views/newrelic/_show_sample_sql.rhtml +0 -24
  851. data/ui/views/newrelic/_show_sample_summary.rhtml +0 -3
  852. data/ui/views/newrelic/_sql_row.rhtml +0 -16
  853. data/ui/views/newrelic/_stack_trace.rhtml +0 -15
  854. data/ui/views/newrelic/_table.rhtml +0 -12
  855. data/ui/views/newrelic/explain_sql.rhtml +0 -43
  856. data/ui/views/newrelic/file/images/arrow-close.png +0 -0
  857. data/ui/views/newrelic/file/images/arrow-open.png +0 -0
  858. data/ui/views/newrelic/file/images/blue_bar.gif +0 -0
  859. data/ui/views/newrelic/file/images/file_icon.png +0 -0
  860. data/ui/views/newrelic/file/images/gray_bar.gif +0 -0
  861. data/ui/views/newrelic/file/images/new-relic-rpm-desktop.gif +0 -0
  862. data/ui/views/newrelic/file/images/new_relic_rpm_desktop.gif +0 -0
  863. data/ui/views/newrelic/file/images/textmate.png +0 -0
  864. data/ui/views/newrelic/file/javascript/jquery-1.4.2.js +0 -6243
  865. data/ui/views/newrelic/file/javascript/transaction_sample.js +0 -123
  866. data/ui/views/newrelic/file/stylesheets/style.css +0 -490
  867. data/ui/views/newrelic/index.rhtml +0 -70
  868. data/ui/views/newrelic/sample_not_found.rhtml +0 -2
  869. data/ui/views/newrelic/show_sample.rhtml +0 -81
  870. data/ui/views/newrelic/threads.rhtml +0 -45
  871. data/vendor/gems/metric_parser-0.1.0.pre1/.specification +0 -116
  872. data/vendor/gems/metric_parser-0.1.0.pre1/lib/metric_parser.rb +0 -5
  873. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/action_mailer.rb +0 -18
  874. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/active_merchant.rb +0 -35
  875. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/active_record.rb +0 -37
  876. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/apdex.rb +0 -93
  877. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/background_transaction.rb +0 -11
  878. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/client.rb +0 -50
  879. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller.rb +0 -71
  880. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller_cpu.rb +0 -47
  881. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller_ext.rb +0 -21
  882. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/database.rb +0 -52
  883. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/database_pool.rb +0 -28
  884. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/dot_net.rb +0 -32
  885. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/dot_net_parser.rb +0 -21
  886. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/errors.rb +0 -15
  887. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/external.rb +0 -59
  888. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/frontend.rb +0 -44
  889. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/gc.rb +0 -24
  890. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/hibernate_session.rb +0 -11
  891. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/java.rb +0 -35
  892. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/java_parser.rb +0 -21
  893. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/jsp.rb +0 -38
  894. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/jsp_tag.rb +0 -11
  895. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/mem_cache.rb +0 -56
  896. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/metric_parser.rb +0 -138
  897. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/middleware.rb +0 -33
  898. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/nested.rb +0 -23
  899. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/orm.rb +0 -31
  900. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/other_transaction.rb +0 -44
  901. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet.rb +0 -11
  902. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet_context_listener.rb +0 -11
  903. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet_filter.rb +0 -11
  904. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet_init.rb +0 -11
  905. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/solr.rb +0 -31
  906. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/solr_request_handler.rb +0 -19
  907. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring.rb +0 -58
  908. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring_controller.rb +0 -10
  909. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring_view.rb +0 -10
  910. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/struts_action.rb +0 -24
  911. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/struts_result.rb +0 -24
  912. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/version.rb +0 -9
  913. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/view.rb +0 -74
  914. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_frontend.rb +0 -22
  915. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_service.rb +0 -18
  916. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_transaction.rb +0 -137
  917. data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser.rb +0 -70
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic_rpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.332
4
+ version: 4.4.0.336
5
5
  platform: ruby
6
6
  authors:
7
- - Tim Krajcar
8
7
  - Matthew Wear
9
- - Katherine Wu
10
8
  - Kenichi Nakamura
9
+ - Chris Pine
10
+ - Dana Scheider
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-03-01 00:00:00.000000000 Z
14
+ date: 2017-08-14 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rake
@@ -166,7 +166,6 @@ files:
166
166
  - config/database.yml
167
167
  - init.rb
168
168
  - install.rb
169
- - lib/conditional_vendored_metric_parser.rb
170
169
  - lib/new_relic/agent.rb
171
170
  - lib/new_relic/agent/agent.rb
172
171
  - lib/new_relic/agent/agent_logger.rb
@@ -174,7 +173,6 @@ files:
174
173
  - lib/new_relic/agent/attribute_processing.rb
175
174
  - lib/new_relic/agent/audit_logger.rb
176
175
  - lib/new_relic/agent/autostart.rb
177
- - lib/new_relic/agent/aws_info.rb
178
176
  - lib/new_relic/agent/busy_calculator.rb
179
177
  - lib/new_relic/agent/chained_call.rb
180
178
  - lib/new_relic/agent/commands/agent_command.rb
@@ -240,6 +238,7 @@ files:
240
238
  - lib/new_relic/agent/instrumentation/active_record_subscriber.rb
241
239
  - lib/new_relic/agent/instrumentation/acts_as_solr.rb
242
240
  - lib/new_relic/agent/instrumentation/authlogic.rb
241
+ - lib/new_relic/agent/instrumentation/bunny.rb
243
242
  - lib/new_relic/agent/instrumentation/controller_instrumentation.rb
244
243
  - lib/new_relic/agent/instrumentation/curb.rb
245
244
  - lib/new_relic/agent/instrumentation/data_mapper.rb
@@ -278,7 +277,6 @@ files:
278
277
  - lib/new_relic/agent/instrumentation/rake.rb
279
278
  - lib/new_relic/agent/instrumentation/redis.rb
280
279
  - lib/new_relic/agent/instrumentation/resque.rb
281
- - lib/new_relic/agent/instrumentation/rubyprof.rb
282
280
  - lib/new_relic/agent/instrumentation/sequel.rb
283
281
  - lib/new_relic/agent/instrumentation/sequel_helper.rb
284
282
  - lib/new_relic/agent/instrumentation/sidekiq.rb
@@ -291,6 +289,7 @@ files:
291
289
  - lib/new_relic/agent/javascript_instrumentor.rb
292
290
  - lib/new_relic/agent/log_once.rb
293
291
  - lib/new_relic/agent/memory_logger.rb
292
+ - lib/new_relic/agent/messaging.rb
294
293
  - lib/new_relic/agent/method_tracer.rb
295
294
  - lib/new_relic/agent/method_tracer_helpers.rb
296
295
  - lib/new_relic/agent/new_relic_service.rb
@@ -319,7 +318,6 @@ files:
319
318
  - lib/new_relic/agent/stats.rb
320
319
  - lib/new_relic/agent/stats_engine.rb
321
320
  - lib/new_relic/agent/stats_engine/gc_profiler.rb
322
- - lib/new_relic/agent/stats_engine/metric_stats.rb
323
321
  - lib/new_relic/agent/stats_engine/stats_hash.rb
324
322
  - lib/new_relic/agent/supported_versions.rb
325
323
  - lib/new_relic/agent/synthetics_event_aggregator.rb
@@ -330,13 +328,12 @@ files:
330
328
  - lib/new_relic/agent/threading/backtrace_node.rb
331
329
  - lib/new_relic/agent/threading/backtrace_service.rb
332
330
  - lib/new_relic/agent/threading/thread_profile.rb
333
- - lib/new_relic/agent/traced_method_stack.rb
334
331
  - lib/new_relic/agent/transaction.rb
335
332
  - lib/new_relic/agent/transaction/abstract_segment.rb
336
333
  - lib/new_relic/agent/transaction/attributes.rb
337
334
  - lib/new_relic/agent/transaction/datastore_segment.rb
338
- - lib/new_relic/agent/transaction/developer_mode_sample_buffer.rb
339
335
  - lib/new_relic/agent/transaction/external_request_segment.rb
336
+ - lib/new_relic/agent/transaction/message_broker_segment.rb
340
337
  - lib/new_relic/agent/transaction/request_attributes.rb
341
338
  - lib/new_relic/agent/transaction/segment.rb
342
339
  - lib/new_relic/agent/transaction/slowest_sample_buffer.rb
@@ -355,6 +352,11 @@ files:
355
352
  - lib/new_relic/agent/transaction_sampler.rb
356
353
  - lib/new_relic/agent/transaction_state.rb
357
354
  - lib/new_relic/agent/transaction_timings.rb
355
+ - lib/new_relic/agent/utilization/aws.rb
356
+ - lib/new_relic/agent/utilization/azure.rb
357
+ - lib/new_relic/agent/utilization/gcp.rb
358
+ - lib/new_relic/agent/utilization/pcf.rb
359
+ - lib/new_relic/agent/utilization/vendor.rb
358
360
  - lib/new_relic/agent/utilization_data.rb
359
361
  - lib/new_relic/agent/vm.rb
360
362
  - lib/new_relic/agent/vm/jruby_vm.rb
@@ -389,7 +391,6 @@ files:
389
391
  - lib/new_relic/language_support.rb
390
392
  - lib/new_relic/latest_changes.rb
391
393
  - lib/new_relic/local_environment.rb
392
- - lib/new_relic/merbtasks.rb
393
394
  - lib/new_relic/metric_data.rb
394
395
  - lib/new_relic/metric_spec.rb
395
396
  - lib/new_relic/metrics.rb
@@ -398,8 +399,6 @@ files:
398
399
  - lib/new_relic/rack/agent_hooks.rb
399
400
  - lib/new_relic/rack/agent_middleware.rb
400
401
  - lib/new_relic/rack/browser_monitoring.rb
401
- - lib/new_relic/rack/developer_mode.rb
402
- - lib/new_relic/rack/developer_mode/segment_summary.rb
403
402
  - lib/new_relic/recipes.rb
404
403
  - lib/new_relic/recipes/capistrano3.rb
405
404
  - lib/new_relic/recipes/capistrano_legacy.rb
@@ -425,853 +424,9 @@ files:
425
424
  - newrelic_rpm.gemspec
426
425
  - recipes/newrelic.rb
427
426
  - test/agent_helper.rb
428
- - test/config/newrelic.yml
429
- - test/config/test.cert.crt
430
- - test/config/test.cert.key
431
- - test/config/test_control.rb
432
- - test/environments/.gitignore
433
- - test/environments/lib/environments/runner.rb
434
- - test/environments/norails/Gemfile
435
- - test/environments/norails/Rakefile
436
- - test/environments/rails21/Gemfile
437
- - test/environments/rails21/Rakefile
438
- - test/environments/rails21/app/controllers/application.rb
439
- - test/environments/rails21/config/boot.rb
440
- - test/environments/rails21/config/database.yml
441
- - test/environments/rails21/config/environment.rb
442
- - test/environments/rails21/config/environments/development.rb
443
- - test/environments/rails21/config/environments/production.rb
444
- - test/environments/rails21/config/environments/test.rb
445
- - test/environments/rails21/config/routes.rb
446
- - test/environments/rails21/db/schema.rb
447
- - test/environments/rails22/Gemfile
448
- - test/environments/rails22/Rakefile
449
- - test/environments/rails22/app/controllers/application.rb
450
- - test/environments/rails22/config/boot.rb
451
- - test/environments/rails22/config/database.yml
452
- - test/environments/rails22/config/environment.rb
453
- - test/environments/rails22/config/environments/development.rb
454
- - test/environments/rails22/config/environments/production.rb
455
- - test/environments/rails22/config/environments/test.rb
456
- - test/environments/rails22/config/routes.rb
457
- - test/environments/rails22/db/schema.rb
458
- - test/environments/rails23/Gemfile
459
- - test/environments/rails23/Rakefile
460
- - test/environments/rails23/app/controllers/application.rb
461
- - test/environments/rails23/config/boot.rb
462
- - test/environments/rails23/config/database.yml
463
- - test/environments/rails23/config/environment.rb
464
- - test/environments/rails23/config/environments/production.rb
465
- - test/environments/rails23/config/environments/test.rb
466
- - test/environments/rails23/config/preinitializer.rb
467
- - test/environments/rails23/config/routes.rb
468
- - test/environments/rails23/db/schema.rb
469
- - test/environments/rails30/Gemfile
470
- - test/environments/rails30/Rakefile
471
- - test/environments/rails30/config/application.rb
472
- - test/environments/rails30/config/boot.rb
473
- - test/environments/rails30/config/database.yml
474
- - test/environments/rails30/config/environment.rb
475
- - test/environments/rails30/config/initializers/new_rails_defaults.rb
476
- - test/environments/rails30/db/schema.rb
477
- - test/environments/rails31/Gemfile
478
- - test/environments/rails31/Rakefile
479
- - test/environments/rails31/config/application.rb
480
- - test/environments/rails31/config/boot.rb
481
- - test/environments/rails31/config/database.yml
482
- - test/environments/rails31/config/environment.rb
483
- - test/environments/rails31/config/initializers/new_rails_defaults.rb
484
- - test/environments/rails31/db/schema.rb
485
- - test/environments/rails32/Gemfile
486
- - test/environments/rails32/Rakefile
487
- - test/environments/rails32/config/application.rb
488
- - test/environments/rails32/config/boot.rb
489
- - test/environments/rails32/config/database.yml
490
- - test/environments/rails32/config/environment.rb
491
- - test/environments/rails32/db/schema.rb
492
- - test/environments/rails40/Gemfile
493
- - test/environments/rails40/Rakefile
494
- - test/environments/rails40/config/application.rb
495
- - test/environments/rails40/config/boot.rb
496
- - test/environments/rails40/config/database.yml
497
- - test/environments/rails40/config/environment.rb
498
- - test/environments/rails40/db/schema.rb
499
- - test/environments/rails41/Gemfile
500
- - test/environments/rails41/Rakefile
501
- - test/environments/rails41/config/application.rb
502
- - test/environments/rails41/config/boot.rb
503
- - test/environments/rails41/config/database.yml
504
- - test/environments/rails41/config/environment.rb
505
- - test/environments/rails41/db/schema.rb
506
- - test/environments/rails42/Gemfile
507
- - test/environments/rails42/Rakefile
508
- - test/environments/rails42/config/application.rb
509
- - test/environments/rails42/config/boot.rb
510
- - test/environments/rails42/config/database.yml
511
- - test/environments/rails42/config/environment.rb
512
- - test/environments/rails42/db/schema.rb
513
- - test/environments/rails50/Gemfile
514
- - test/environments/rails50/Rakefile
515
- - test/environments/rails50/config/application.rb
516
- - test/environments/rails50/config/boot.rb
517
- - test/environments/rails50/config/database.yml
518
- - test/environments/rails50/config/environment.rb
519
- - test/environments/rails50/db/schema.rb
520
- - test/fixtures/cross_agent_tests/README.md
521
- - test/fixtures/cross_agent_tests/attribute_configuration.json
522
- - test/fixtures/cross_agent_tests/aws.json
523
- - test/fixtures/cross_agent_tests/cat/README.md
524
- - test/fixtures/cross_agent_tests/cat/cat_map.json
525
- - test/fixtures/cross_agent_tests/cat/path_hashing.json
526
- - test/fixtures/cross_agent_tests/cat_map.json
527
- - test/fixtures/cross_agent_tests/data_transport/data_transport.json
528
- - test/fixtures/cross_agent_tests/data_transport/data_transport.md
529
- - test/fixtures/cross_agent_tests/datastores/README.md
530
- - test/fixtures/cross_agent_tests/datastores/datastore_api.json
531
- - test/fixtures/cross_agent_tests/datastores/datastore_instances.json
532
- - test/fixtures/cross_agent_tests/docker_container_id/README.md
533
- - test/fixtures/cross_agent_tests/docker_container_id/cases.json
534
- - test/fixtures/cross_agent_tests/docker_container_id/docker-0.9.1.txt
535
- - test/fixtures/cross_agent_tests/docker_container_id/docker-1.0.0.txt
536
- - test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-lxc-driver.txt
537
- - test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-native-driver-fs.txt
538
- - test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-native-driver-systemd.txt
539
- - test/fixtures/cross_agent_tests/docker_container_id/docker-1.3.txt
540
- - test/fixtures/cross_agent_tests/docker_container_id/empty.txt
541
- - test/fixtures/cross_agent_tests/docker_container_id/heroku.txt
542
- - test/fixtures/cross_agent_tests/docker_container_id/invalid-characters.txt
543
- - test/fixtures/cross_agent_tests/docker_container_id/invalid-length.txt
544
- - test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.04-lxc-container.txt
545
- - test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.04-no-container.txt
546
- - test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.10-no-container.txt
547
- - test/fixtures/cross_agent_tests/labels.json
548
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/README.md
549
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.colon_obfuscated.txt
550
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.explain.txt
551
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.obfuscated.txt
552
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.query.txt
553
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.colon_obfuscated.txt
554
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.explain.txt
555
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.obfuscated.txt
556
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.query.txt
557
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.colon_obfuscated.txt
558
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.explain.txt
559
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.obfuscated.txt
560
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.query.txt
561
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.colon_obfuscated.txt
562
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.explain.txt
563
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.obfuscated.txt
564
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.query.txt
565
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.colon_obfuscated.txt
566
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.explain.txt
567
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.obfuscated.txt
568
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.query.txt
569
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.colon_obfuscated.txt
570
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.explain.txt
571
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.obfuscated.txt
572
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.query.txt
573
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.colon_obfuscated.txt
574
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.explain.txt
575
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.obfuscated.txt
576
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.query.txt
577
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.colon_obfuscated.txt
578
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.explain.txt
579
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.obfuscated.txt
580
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.query.txt
581
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.colon_obfuscated.txt
582
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.explain.txt
583
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.obfuscated.txt
584
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.query.txt
585
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.colon_obfuscated.txt
586
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.explain.txt
587
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.obfuscated.txt
588
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.query.txt
589
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.colon_obfuscated.txt
590
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.explain.txt
591
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.obfuscated.txt
592
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.query.txt
593
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.colon_obfuscated.txt
594
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.explain.txt
595
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.obfuscated.txt
596
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.query.txt
597
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.colon_obfuscated.txt
598
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.explain.txt
599
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.obfuscated.txt
600
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.query.txt
601
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.colon_obfuscated.txt
602
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.explain.txt
603
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.obfuscated.txt
604
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.query.txt
605
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.colon_obfuscated.txt
606
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.explain.txt
607
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.obfuscated.txt
608
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.query.txt
609
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.colon_obfuscated.txt
610
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.explain.txt
611
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.obfuscated.txt
612
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.query.txt
613
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.colon_obfuscated.txt
614
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.explain.txt
615
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.obfuscated.txt
616
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.query.txt
617
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.colon_obfuscated.txt
618
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.explain.txt
619
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.obfuscated.txt
620
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.query.txt
621
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.colon_obfuscated.txt
622
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.explain.txt
623
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.obfuscated.txt
624
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.query.txt
625
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.colon_obfuscated.txt
626
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.explain.txt
627
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.obfuscated.txt
628
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.query.txt
629
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.colon_obfuscated.txt
630
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.explain.txt
631
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.obfuscated.txt
632
- - test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.query.txt
633
- - test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_1core_1logical.txt
634
- - test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_1core_2logical.txt
635
- - test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_2core_2logical.txt
636
- - test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_4core_4logical.txt
637
- - test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_12core_24logical.txt
638
- - test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_20core_40logical.txt
639
- - test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_2core_2logical.txt
640
- - test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_2core_4logical.txt
641
- - test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_4core_4logical.txt
642
- - test/fixtures/cross_agent_tests/proc_cpuinfo/4pack_4core_4logical.txt
643
- - test/fixtures/cross_agent_tests/proc_cpuinfo/8pack_8core_8logical.txt
644
- - test/fixtures/cross_agent_tests/proc_cpuinfo/README.md
645
- - test/fixtures/cross_agent_tests/proc_cpuinfo/Xpack_Xcore_2logical.txt
646
- - test/fixtures/cross_agent_tests/proc_cpuinfo/malformed_file.txt
647
- - test/fixtures/cross_agent_tests/proc_meminfo/README.md
648
- - test/fixtures/cross_agent_tests/proc_meminfo/meminfo_4096MB.txt
649
- - test/fixtures/cross_agent_tests/rules.json
650
- - test/fixtures/cross_agent_tests/rum_client_config.json
651
- - test/fixtures/cross_agent_tests/rum_footer_insertion_location/close-body-in-comment.html
652
- - test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html
653
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/basic.html
654
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/body_with_attributes.html
655
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag.html
656
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_after_x_ua_tag.html
657
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_before_x_ua_tag.html
658
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_with_spaces.html
659
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/comments1.html
660
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/comments2.html
661
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag.html
662
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag_after_x_ua_tag.html
663
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag_before_x_ua_tag.html
664
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/empty_head
665
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes1.html
666
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes2.html
667
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes_mismatch.html
668
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_single_quotes1.html
669
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_single_quotes_mismatch.html
670
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/head_with_attributes.html
671
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/incomplete_non_meta_tags.html
672
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_end_header.html
673
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_header.html
674
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_html_and_no_header.html
675
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_start_header.html
676
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/script1.html
677
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/script2.html
678
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag.html
679
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_multiline.html
680
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_multiple_tags.html
681
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_spaces_around_equals.html
682
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_with_others.html
683
- - test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_with_spaces.html
684
- - test/fixtures/cross_agent_tests/sql_obfuscation/README.md
685
- - test/fixtures/cross_agent_tests/sql_obfuscation/sql_obfuscation.json
686
- - test/fixtures/cross_agent_tests/sql_parsing.json
687
- - test/fixtures/cross_agent_tests/synthetics/README.md
688
- - test/fixtures/cross_agent_tests/synthetics/synthetics.json
689
- - test/fixtures/cross_agent_tests/transaction_segment_terms.json
690
- - test/fixtures/cross_agent_tests/url_clean.json
691
- - test/fixtures/cross_agent_tests/url_domain_extraction.json
692
- - test/fixtures/cross_agent_tests/utilization/README.md
693
- - test/fixtures/cross_agent_tests/utilization/utilization_json.json
694
- - test/helpers/exceptions.rb
695
- - test/helpers/file_searching.rb
696
- - test/helpers/logging.rb
697
- - test/helpers/minitest.rb
698
- - test/helpers/misc.rb
699
- - test/helpers/mongo_metric_builder.rb
700
- - test/helpers/transaction_sample.rb
701
- - test/intentional_fail.rb
702
- - test/multiverse/.gitignore
703
- - test/multiverse/README.md
704
- - test/multiverse/lib/multiverse.rb
705
- - test/multiverse/lib/multiverse/color.rb
706
- - test/multiverse/lib/multiverse/envfile.rb
707
- - test/multiverse/lib/multiverse/output_collector.rb
708
- - test/multiverse/lib/multiverse/runner.rb
709
- - test/multiverse/lib/multiverse/shell_utils.rb
710
- - test/multiverse/lib/multiverse/suite.rb
711
- - test/multiverse/script/runner
712
- - test/multiverse/suites/active_record/.gitignore
713
- - test/multiverse/suites/active_record/Envfile
714
- - test/multiverse/suites/active_record/Rakefile
715
- - test/multiverse/suites/active_record/active_record_test.rb
716
- - test/multiverse/suites/active_record/app/models/models.rb
717
- - test/multiverse/suites/active_record/ar_method_aliasing.rb
718
- - test/multiverse/suites/active_record/before_suite.rb
719
- - test/multiverse/suites/active_record/config/database.rb
720
- - test/multiverse/suites/active_record/config/database.yml
721
- - test/multiverse/suites/active_record/config/newrelic.yml
722
- - test/multiverse/suites/active_record/db/migrate/20141105131800_create_users_and_aliases.rb
723
- - test/multiverse/suites/active_record/db/migrate/20141106082200_create_orders_and_shipments.rb
724
- - test/multiverse/suites/active_record/db/migrate/20150413011200_add_timestamps_to_orders.rb
725
- - test/multiverse/suites/active_record/db/migrate/20150414084400_create_groups.rb
726
- - test/multiverse/suites/activemerchant/Envfile
727
- - test/multiverse/suites/activemerchant/activemerchant_test.rb
728
- - test/multiverse/suites/agent_only/Envfile
729
- - test/multiverse/suites/agent_only/agent_attributes_test.rb
730
- - test/multiverse/suites/agent_only/agent_run_id_handling_test.rb
731
- - test/multiverse/suites/agent_only/audit_log_test.rb
732
- - test/multiverse/suites/agent_only/collector_exception_handling_test.rb
733
- - test/multiverse/suites/agent_only/config/newrelic.yml
734
- - test/multiverse/suites/agent_only/cross_application_tracing_test.rb
735
- - test/multiverse/suites/agent_only/custom_analytics_events_test.rb
736
- - test/multiverse/suites/agent_only/custom_queue_time_test.rb
737
- - test/multiverse/suites/agent_only/encoding_handling_test.rb
738
- - test/multiverse/suites/agent_only/error_events_test.rb
739
- - test/multiverse/suites/agent_only/exclusive_time_test.rb
740
- - test/multiverse/suites/agent_only/harvest_timestamps_test.rb
741
- - test/multiverse/suites/agent_only/http_response_code_test.rb
742
- - test/multiverse/suites/agent_only/keepalive_test.rb
743
- - test/multiverse/suites/agent_only/key_transactions_test.rb
744
- - test/multiverse/suites/agent_only/labels_test.rb
745
- - test/multiverse/suites/agent_only/logging_test.rb
746
- - test/multiverse/suites/agent_only/marshaling_test.rb
747
- - test/multiverse/suites/agent_only/pipe_manager_test.rb
748
- - test/multiverse/suites/agent_only/rename_rule_test.rb
749
- - test/multiverse/suites/agent_only/rum_instrumentation_test.rb
750
- - test/multiverse/suites/agent_only/script/env_change.rb
751
- - test/multiverse/suites/agent_only/script/loading.rb
752
- - test/multiverse/suites/agent_only/script/public_api_when_disabled.rb
753
- - test/multiverse/suites/agent_only/script/symbol_env.rb
754
- - test/multiverse/suites/agent_only/script/warnings.rb
755
- - test/multiverse/suites/agent_only/service_timeout_test.rb
756
- - test/multiverse/suites/agent_only/set_transaction_name_test.rb
757
- - test/multiverse/suites/agent_only/ssl_test.rb
758
- - test/multiverse/suites/agent_only/start_up_test.rb
759
- - test/multiverse/suites/agent_only/synthetics_test.rb
760
- - test/multiverse/suites/agent_only/testing_app.rb
761
- - test/multiverse/suites/agent_only/thread_profiling_test.rb
762
- - test/multiverse/suites/agent_only/transaction_events_test.rb
763
- - test/multiverse/suites/agent_only/transaction_ignoring_test.rb
764
- - test/multiverse/suites/agent_only/utilization_data_collection_test.rb
765
- - test/multiverse/suites/agent_only/xray_sessions_test.rb
766
- - test/multiverse/suites/bare/Envfile
767
- - test/multiverse/suites/bare/standalone_instrumentation_test.rb
768
- - test/multiverse/suites/capistrano/Capfile
769
- - test/multiverse/suites/capistrano/Envfile
770
- - test/multiverse/suites/capistrano/config/deploy.rb
771
- - test/multiverse/suites/capistrano/config/deploy/production.rb
772
- - test/multiverse/suites/capistrano/config/newrelic.yml
773
- - test/multiverse/suites/capistrano/deployment_test.rb
774
- - test/multiverse/suites/capistrano2/Capfile
775
- - test/multiverse/suites/capistrano2/Envfile
776
- - test/multiverse/suites/capistrano2/config/deploy.rb
777
- - test/multiverse/suites/capistrano2/config/newrelic.yml
778
- - test/multiverse/suites/capistrano2/deployment_test.rb
779
- - test/multiverse/suites/config_file_loading/Envfile
780
- - test/multiverse/suites/config_file_loading/config_file_loading_test.rb
781
- - test/multiverse/suites/curb/Envfile
782
- - test/multiverse/suites/curb/config/newrelic.yml
783
- - test/multiverse/suites/curb/curb_test.rb
784
- - test/multiverse/suites/datamapper/Envfile
785
- - test/multiverse/suites/datamapper/config/newrelic.yml
786
- - test/multiverse/suites/datamapper/datamapper_test.rb
787
- - test/multiverse/suites/deferred_instrumentation/Envfile
788
- - test/multiverse/suites/deferred_instrumentation/config/newrelic.yml
789
- - test/multiverse/suites/deferred_instrumentation/sinatra_test.rb
790
- - test/multiverse/suites/delayed_job/Envfile
791
- - test/multiverse/suites/delayed_job/before_suite.rb
792
- - test/multiverse/suites/delayed_job/config/newrelic.yml
793
- - test/multiverse/suites/delayed_job/delayed_job_instrumentation_test.rb
794
- - test/multiverse/suites/delayed_job/delayed_job_sampler_test.rb
795
- - test/multiverse/suites/delayed_job/unsupported_backend_test.rb
796
- - test/multiverse/suites/excon/Envfile
797
- - test/multiverse/suites/excon/config/newrelic.yml
798
- - test/multiverse/suites/excon/excon_test.rb
799
- - test/multiverse/suites/grape/Envfile
800
- - test/multiverse/suites/grape/config/newrelic.yml
801
- - test/multiverse/suites/grape/grape_test.rb
802
- - test/multiverse/suites/grape/grape_test_api.rb
803
- - test/multiverse/suites/grape/grape_versioning_test.rb
804
- - test/multiverse/suites/grape/grape_versioning_test_api.rb
805
- - test/multiverse/suites/grape/unsupported_version_test.rb
806
- - test/multiverse/suites/high_security/Envfile
807
- - test/multiverse/suites/high_security/config/newrelic.yml
808
- - test/multiverse/suites/high_security/high_security_test.rb
809
- - test/multiverse/suites/httpclient/Envfile
810
- - test/multiverse/suites/httpclient/config/newrelic.yml
811
- - test/multiverse/suites/httpclient/httpclient_test.rb
812
- - test/multiverse/suites/httprb/Envfile
813
- - test/multiverse/suites/httprb/config/newrelic.yml
814
- - test/multiverse/suites/httprb/httprb_test.rb
815
- - test/multiverse/suites/json/Envfile
816
- - test/multiverse/suites/json/config/newrelic.yml
817
- - test/multiverse/suites/json/json_test.rb
818
- - test/multiverse/suites/marshalling/Envfile
819
- - test/multiverse/suites/marshalling/config/newrelic.yml
820
- - test/multiverse/suites/marshalling/marshalling_test.rb
821
- - test/multiverse/suites/memcached/Envfile
822
- - test/multiverse/suites/memcached/dalli_test.rb
823
- - test/multiverse/suites/memcached/memcache_client_test.rb
824
- - test/multiverse/suites/memcached/memcache_test_cases.rb
825
- - test/multiverse/suites/memcached/memcached_test.rb
826
- - test/multiverse/suites/mongo/Envfile
827
- - test/multiverse/suites/mongo/config/newrelic.yml
828
- - test/multiverse/suites/mongo/helpers/mongo_operation_tests.rb
829
- - test/multiverse/suites/mongo/helpers/mongo_replica_set.rb
830
- - test/multiverse/suites/mongo/helpers/mongo_replica_set_test.rb
831
- - test/multiverse/suites/mongo/helpers/mongo_server.rb
832
- - test/multiverse/suites/mongo/helpers/mongo_server_test.rb
833
- - test/multiverse/suites/mongo/mongo2_instrumentation_test.rb
834
- - test/multiverse/suites/mongo/mongo_connection_test.rb
835
- - test/multiverse/suites/mongo/mongo_instrumentation_test.rb
836
- - test/multiverse/suites/mongo/mongo_unsupported_version_test.rb
837
- - test/multiverse/suites/net_http/Envfile
838
- - test/multiverse/suites/net_http/config/newrelic.yml
839
- - test/multiverse/suites/net_http/net_http_test.rb
840
- - test/multiverse/suites/padrino/Envfile
841
- - test/multiverse/suites/padrino/config/newrelic.yml
842
- - test/multiverse/suites/padrino/padrino_test.rb
843
- - test/multiverse/suites/rack/Envfile
844
- - test/multiverse/suites/rack/before_suite.rb
845
- - test/multiverse/suites/rack/builder_map_test.rb
846
- - test/multiverse/suites/rack/config/newrelic.yml
847
- - test/multiverse/suites/rack/example_app.rb
848
- - test/multiverse/suites/rack/http_response_code_test.rb
849
- - test/multiverse/suites/rack/nested_non_rack_app_test.rb
850
- - test/multiverse/suites/rack/puma_rack_builder_test.rb
851
- - test/multiverse/suites/rack/rack_auto_instrumentation_test.rb
852
- - test/multiverse/suites/rack/rack_cascade_test.rb
853
- - test/multiverse/suites/rack/rack_env_mutation_test.rb
854
- - test/multiverse/suites/rack/rack_parameter_filtering_test.rb
855
- - test/multiverse/suites/rack/rack_unsupported_version_test.rb
856
- - test/multiverse/suites/rack/response_content_type_test.rb
857
- - test/multiverse/suites/rack/url_map_test.rb
858
- - test/multiverse/suites/rails/Envfile
859
- - test/multiverse/suites/rails/action_cable_test.rb
860
- - test/multiverse/suites/rails/action_controller_live_rum_test.rb
861
- - test/multiverse/suites/rails/activejob_test.rb
862
- - test/multiverse/suites/rails/app.rb
863
- - test/multiverse/suites/rails/app/views/foos/_foo.html.haml
864
- - test/multiverse/suites/rails/app/views/views/_a_partial.html.erb
865
- - test/multiverse/suites/rails/app/views/views/_mid_partial.html.erb
866
- - test/multiverse/suites/rails/app/views/views/_top_partial.html.erb
867
- - test/multiverse/suites/rails/app/views/views/deep_partial.html.erb
868
- - test/multiverse/suites/rails/app/views/views/haml_view.html.haml
869
- - test/multiverse/suites/rails/app/views/views/index.html.erb
870
- - test/multiverse/suites/rails/bad_instrumentation_test.rb
871
- - test/multiverse/suites/rails/config/newrelic.yml
872
- - test/multiverse/suites/rails/dummy.txt
873
- - test/multiverse/suites/rails/error_tracing_test.rb
874
- - test/multiverse/suites/rails/gc_instrumentation_test.rb
875
- - test/multiverse/suites/rails/ignore_test.rb
876
- - test/multiverse/suites/rails/middleware_instrumentation_test.rb
877
- - test/multiverse/suites/rails/middlewares.rb
878
- - test/multiverse/suites/rails/parameter_capture_test.rb
879
- - test/multiverse/suites/rails/queue_time_test.rb
880
- - test/multiverse/suites/rails/rails2_app/app/controllers/application.rb
881
- - test/multiverse/suites/rails/rails2_app/config/boot.rb
882
- - test/multiverse/suites/rails/rails2_app/config/database.yml
883
- - test/multiverse/suites/rails/rails2_app/config/environment.rb
884
- - test/multiverse/suites/rails/rails2_app/config/environments/development.rb
885
- - test/multiverse/suites/rails/rails2_app/config/initializers/load_newrelic_rpm.rb
886
- - test/multiverse/suites/rails/rails2_app/config/preinitializer.rb
887
- - test/multiverse/suites/rails/rails2_app/config/routes.rb
888
- - test/multiverse/suites/rails/rails2_app/db/schema.rb
889
- - test/multiverse/suites/rails/rails3_app/app_rails3_plus.rb
890
- - test/multiverse/suites/rails/request_statistics_test.rb
891
- - test/multiverse/suites/rails/transaction_ignoring_test.rb
892
- - test/multiverse/suites/rails/view_instrumentation_test.rb
893
- - test/multiverse/suites/rake/Envfile
894
- - test/multiverse/suites/rake/Rakefile
895
- - test/multiverse/suites/rake/config/newrelic.yml
896
- - test/multiverse/suites/rake/multitask_test.rb
897
- - test/multiverse/suites/rake/rake_test.rb
898
- - test/multiverse/suites/rake/rake_test_helper.rb
899
- - test/multiverse/suites/rake/unsupported_rake_test.rb
900
- - test/multiverse/suites/redis/Envfile
901
- - test/multiverse/suites/redis/config/newrelic.yml
902
- - test/multiverse/suites/redis/redis_instrumentation_test.rb
903
- - test/multiverse/suites/redis/redis_unsupported_version_test.rb
904
- - test/multiverse/suites/resque/Envfile
905
- - test/multiverse/suites/resque/Rakefile
906
- - test/multiverse/suites/resque/config/newrelic.yml
907
- - test/multiverse/suites/resque/instrumentation_test.rb
908
- - test/multiverse/suites/resque/resque_marshalling_test.rb
909
- - test/multiverse/suites/sequel/Envfile
910
- - test/multiverse/suites/sequel/config/newrelic.yml
911
- - test/multiverse/suites/sequel/database.rb
912
- - test/multiverse/suites/sequel/sequel_extension_test.rb
913
- - test/multiverse/suites/sequel/sequel_helpers.rb
914
- - test/multiverse/suites/sequel/sequel_plugin_test.rb
915
- - test/multiverse/suites/sequel/sequel_safety_test.rb
916
- - test/multiverse/suites/sidekiq/Envfile
917
- - test/multiverse/suites/sidekiq/after_suite.rb
918
- - test/multiverse/suites/sidekiq/config/newrelic.yml
919
- - test/multiverse/suites/sidekiq/log/.gitkeep
920
- - test/multiverse/suites/sidekiq/sidekiq_instrumentation_test.rb
921
- - test/multiverse/suites/sidekiq/sidekiq_server.rb
922
- - test/multiverse/suites/sidekiq/test_model.rb
923
- - test/multiverse/suites/sidekiq/test_worker.rb
924
- - test/multiverse/suites/sinatra/Envfile
925
- - test/multiverse/suites/sinatra/config/newrelic.yml
926
- - test/multiverse/suites/sinatra/ignoring_test.rb
927
- - test/multiverse/suites/sinatra/nested_middleware_test.rb
928
- - test/multiverse/suites/sinatra/sinatra_classic_test.rb
929
- - test/multiverse/suites/sinatra/sinatra_error_tracing_test.rb
930
- - test/multiverse/suites/sinatra/sinatra_metric_explosion_test.rb
931
- - test/multiverse/suites/sinatra/sinatra_modular_test.rb
932
- - test/multiverse/suites/sinatra/sinatra_parameter_capture_test.rb
933
- - test/multiverse/suites/sinatra/sinatra_routes_test.rb
934
- - test/multiverse/suites/sinatra/sinatra_test_cases.rb
935
- - test/multiverse/suites/typhoeus/Envfile
936
- - test/multiverse/suites/typhoeus/config/newrelic.yml
937
- - test/multiverse/suites/typhoeus/typhoeus_test.rb
938
- - test/multiverse/suites/yajl/Envfile
939
- - test/multiverse/suites/yajl/config/newrelic.yml
940
- - test/multiverse/suites/yajl/yajl_test.rb
941
- - test/multiverse/test/multiverse_test.rb
942
- - test/multiverse/test/suite_examples/one/a/Envfile
943
- - test/multiverse/test/suite_examples/one/a/a_test.rb
944
- - test/multiverse/test/suite_examples/one/a/config/newrelic.yml
945
- - test/multiverse/test/suite_examples/one/b/Envfile
946
- - test/multiverse/test/suite_examples/one/b/b_test.rb
947
- - test/multiverse/test/suite_examples/one/b/config/newrelic.yml
948
- - test/multiverse/test/suite_examples/three/a/Envfile
949
- - test/multiverse/test/suite_examples/three/a/fail_test.rb
950
- - test/multiverse/test/suite_examples/three/b/Envfile
951
- - test/multiverse/test/suite_examples/three/b/win_test.rb
952
- - test/multiverse/test/suite_examples/two/a/Envfile
953
- - test/multiverse/test/suite_examples/two/a/fail_test.rb
954
- - test/new_relic/FAKECHANGELOG
955
- - test/new_relic/agent/agent/connect_test.rb
956
- - test/new_relic/agent/agent/start_test.rb
957
- - test/new_relic/agent/agent/start_worker_thread_test.rb
958
- - test/new_relic/agent/agent_logger_test.rb
959
- - test/new_relic/agent/agent_test.rb
960
- - test/new_relic/agent/agent_test_controller.rb
961
- - test/new_relic/agent/apdex_from_server_test.rb
962
- - test/new_relic/agent/api_tests/datastore_api_test.rb
963
- - test/new_relic/agent/attribute_filter_test.rb
964
- - test/new_relic/agent/attribute_processing_test.rb
965
- - test/new_relic/agent/audit_logger_test.rb
966
- - test/new_relic/agent/autostart_test.rb
967
- - test/new_relic/agent/aws_info_test.rb
968
- - test/new_relic/agent/busy_calculator_test.rb
969
- - test/new_relic/agent/commands/agent_command_router_test.rb
970
- - test/new_relic/agent/commands/agent_command_test.rb
971
- - test/new_relic/agent/commands/thread_profiler_session_test.rb
972
- - test/new_relic/agent/commands/xray_session_collection_test.rb
973
- - test/new_relic/agent/commands/xray_session_test.rb
974
- - test/new_relic/agent/configuration/default_source_test.rb
975
- - test/new_relic/agent/configuration/dotted_hash_test.rb
976
- - test/new_relic/agent/configuration/environment_source_test.rb
977
- - test/new_relic/agent/configuration/high_security_source_test.rb
978
- - test/new_relic/agent/configuration/manager_test.rb
979
- - test/new_relic/agent/configuration/manual_source_test.rb
980
- - test/new_relic/agent/configuration/orphan_configuration_test.rb
981
- - test/new_relic/agent/configuration/server_source_test.rb
982
- - test/new_relic/agent/configuration/yaml_source_test.rb
983
- - test/new_relic/agent/cross_app_monitor_test.rb
984
- - test/new_relic/agent/custom_event_aggregator_test.rb
985
- - test/new_relic/agent/database/postgres_explain_obfuscator_test.rb
986
- - test/new_relic/agent/database/sql_obfuscation_test.rb
987
- - test/new_relic/agent/database_test.rb
988
- - test/new_relic/agent/datastores/metric_helper_test.rb
989
- - test/new_relic/agent/datastores/mongo/event_formatter_test.rb
990
- - test/new_relic/agent/datastores/mongo/metric_translator_test.rb
991
- - test/new_relic/agent/datastores/mongo/obfuscator_test.rb
992
- - test/new_relic/agent/datastores/mongo/statement_formatter_test.rb
993
- - test/new_relic/agent/datastores/redis_test.rb
994
- - test/new_relic/agent/datastores_test.rb
995
- - test/new_relic/agent/deprecator_test.rb
996
- - test/new_relic/agent/encoding_normalizer_test.rb
997
- - test/new_relic/agent/error_collector_test.rb
998
- - test/new_relic/agent/error_event_aggregator_test.rb
999
- - test/new_relic/agent/error_trace_aggregator_test.rb
1000
- - test/new_relic/agent/event_aggregator_test.rb
1001
- - test/new_relic/agent/event_buffer_test_cases.rb
1002
- - test/new_relic/agent/event_listener_test.rb
1003
- - test/new_relic/agent/event_loop_test.rb
1004
- - test/new_relic/agent/harvester_test.rb
1005
- - test/new_relic/agent/hostname_test.rb
1006
- - test/new_relic/agent/http_clients/uri_util_test.rb
1007
- - test/new_relic/agent/inbound_request_monitor_test.rb
1008
- - test/new_relic/agent/instrumentation/action_cable_subscriber_test.rb
1009
- - test/new_relic/agent/instrumentation/action_controller_subscriber_test.rb
1010
- - test/new_relic/agent/instrumentation/action_view_subscriber_test.rb
1011
- - test/new_relic/agent/instrumentation/active_job_test.rb
1012
- - test/new_relic/agent/instrumentation/active_record_helper_test.rb
1013
- - test/new_relic/agent/instrumentation/active_record_subscriber_test.rb
1014
- - test/new_relic/agent/instrumentation/controller_instrumentation_test.rb
1015
- - test/new_relic/agent/instrumentation/delayed_job_instrumentation_test.rb
1016
- - test/new_relic/agent/instrumentation/instance_identification_test.rb
1017
- - test/new_relic/agent/instrumentation/instrumentation_test.rb
1018
- - test/new_relic/agent/instrumentation/middleware_proxy_test.rb
1019
- - test/new_relic/agent/instrumentation/middleware_tracing_test.rb
1020
- - test/new_relic/agent/instrumentation/mongodb_command_subscriber_test.rb
1021
- - test/new_relic/agent/instrumentation/net_instrumentation_test.rb
1022
- - test/new_relic/agent/instrumentation/queue_time_test.rb
1023
- - test/new_relic/agent/instrumentation/rack_test.rb
1024
- - test/new_relic/agent/instrumentation/sequel_helper_test.rb
1025
- - test/new_relic/agent/instrumentation/sinatra/transaction_namer_test.rb
1026
- - test/new_relic/agent/instrumentation/sinatra_test.rb
1027
- - test/new_relic/agent/instrumentation/task_instrumentation_test.rb
1028
- - test/new_relic/agent/javascript_instrumentor_test.rb
1029
- - test/new_relic/agent/memory_logger_test.rb
1030
- - test/new_relic/agent/method_interrobang_test.rb
1031
- - test/new_relic/agent/method_tracer/class_methods/add_method_tracer_test.rb
1032
- - test/new_relic/agent/method_tracer/instance_methods/trace_execution_scoped_test.rb
1033
- - test/new_relic/agent/method_tracer_test.rb
1034
- - test/new_relic/agent/method_visibility_test.rb
1035
- - test/new_relic/agent/mock_scope_listener.rb
1036
- - test/new_relic/agent/new_relic_service/json_marshaller_test.rb
1037
- - test/new_relic/agent/new_relic_service_test.rb
1038
- - test/new_relic/agent/obfuscator_test.rb
1039
- - test/new_relic/agent/parameter_filtering_test.rb
1040
- - test/new_relic/agent/payload_metric_mapping_test.rb
1041
- - test/new_relic/agent/pipe_channel_manager_test.rb
1042
- - test/new_relic/agent/pipe_service_test.rb
1043
- - test/new_relic/agent/rpm_agent_test.rb
1044
- - test/new_relic/agent/rules_engine_test.rb
1045
- - test/new_relic/agent/sampled_buffer_test.rb
1046
- - test/new_relic/agent/sampler_collection_test.rb
1047
- - test/new_relic/agent/sampler_test.rb
1048
- - test/new_relic/agent/samplers/cpu_sampler_test.rb
1049
- - test/new_relic/agent/samplers/memory_sampler_test.rb
1050
- - test/new_relic/agent/samplers/vm_sampler_test.rb
1051
- - test/new_relic/agent/sized_buffer_test.rb
1052
- - test/new_relic/agent/sql_sampler_test.rb
1053
- - test/new_relic/agent/stats_engine/gc_profiler_test.rb
1054
- - test/new_relic/agent/stats_engine/metric_stats_test.rb
1055
- - test/new_relic/agent/stats_engine/stats_hash_test.rb
1056
- - test/new_relic/agent/stats_engine_test.rb
1057
- - test/new_relic/agent/stats_test.rb
1058
- - test/new_relic/agent/synthetics_event_aggregator_test.rb
1059
- - test/new_relic/agent/synthetics_event_buffer_test.rb
1060
- - test/new_relic/agent/synthetics_monitor_test.rb
1061
- - test/new_relic/agent/system_info_test.rb
1062
- - test/new_relic/agent/threading/agent_thread_test.rb
1063
- - test/new_relic/agent/threading/backtrace_node_test.rb
1064
- - test/new_relic/agent/threading/backtrace_service_test.rb
1065
- - test/new_relic/agent/threading/fake_thread.rb
1066
- - test/new_relic/agent/threading/thread_profile_test.rb
1067
- - test/new_relic/agent/threading/threaded_test_case.rb
1068
- - test/new_relic/agent/traced_method_stack_test.rb
1069
- - test/new_relic/agent/transaction/abstract_segment_test.rb
1070
- - test/new_relic/agent/transaction/attributes_test.rb
1071
- - test/new_relic/agent/transaction/datastore_segment_test.rb
1072
- - test/new_relic/agent/transaction/developer_mode_sample_buffer_test.rb
1073
- - test/new_relic/agent/transaction/external_request_segment_test.rb
1074
- - test/new_relic/agent/transaction/request_attributes_test.rb
1075
- - test/new_relic/agent/transaction/segment_test.rb
1076
- - test/new_relic/agent/transaction/slowest_sample_buffer_test.rb
1077
- - test/new_relic/agent/transaction/synthetics_sample_buffer_test.rb
1078
- - test/new_relic/agent/transaction/trace_node_test.rb
1079
- - test/new_relic/agent/transaction/trace_test.rb
1080
- - test/new_relic/agent/transaction/tracing_test.rb
1081
- - test/new_relic/agent/transaction/xray_sample_buffer_test.rb
1082
- - test/new_relic/agent/transaction_error_primitive_test.rb
1083
- - test/new_relic/agent/transaction_event_aggregator_test.rb
1084
- - test/new_relic/agent/transaction_event_primitive_test.rb
1085
- - test/new_relic/agent/transaction_event_recorder_test.rb
1086
- - test/new_relic/agent/transaction_interrobang_test.rb
1087
- - test/new_relic/agent/transaction_metrics_test.rb
1088
- - test/new_relic/agent/transaction_sample_builder_test.rb
1089
- - test/new_relic/agent/transaction_sampler_test.rb
1090
- - test/new_relic/agent/transaction_state_test.rb
1091
- - test/new_relic/agent/transaction_test.rb
1092
- - test/new_relic/agent/transaction_timings_test.rb
1093
- - test/new_relic/agent/utilization_data_test.rb
1094
- - test/new_relic/agent/vm/monotonic_gc_profiler_test.rb
1095
- - test/new_relic/agent/vm/mri_vm_test.rb
1096
- - test/new_relic/agent/vm/snapshot_test.rb
1097
- - test/new_relic/agent/vm_test.rb
1098
- - test/new_relic/agent/worker_loop_test.rb
1099
- - test/new_relic/agent_test.rb
1100
- - test/new_relic/cli/commands/deployments_test.rb
1101
- - test/new_relic/cli/commands/install_test.rb
1102
- - test/new_relic/coerce_test.rb
1103
- - test/new_relic/collection_helper_test.rb
1104
- - test/new_relic/control/class_methods_test.rb
1105
- - test/new_relic/control/frameworks/rails_test.rb
1106
- - test/new_relic/control/instance_methods_test.rb
1107
- - test/new_relic/control/instrumentation_test.rb
1108
- - test/new_relic/control_test.rb
1109
- - test/new_relic/data_container_tests.rb
1110
- - test/new_relic/dependency_detection_test.rb
1111
- - test/new_relic/dispatcher_test.rb
1112
- - test/new_relic/environment_report_test.rb
1113
- - test/new_relic/evil_server.rb
1114
- - test/new_relic/fake_collector.rb
1115
- - test/new_relic/fake_external_server.rb
1116
- - test/new_relic/fake_instance_metadata_service.rb
1117
- - test/new_relic/fake_rpm_site.rb
1118
- - test/new_relic/fake_server.rb
1119
- - test/new_relic/filtering_test_app.rb
1120
- - test/new_relic/framework_test.rb
1121
- - test/new_relic/http_client_test_cases.rb
1122
- - test/new_relic/language_support_test.rb
1123
- - test/new_relic/latest_changes_test.rb
1124
- - test/new_relic/license_test.rb
1125
- - test/new_relic/load_test.rb
1126
- - test/new_relic/local_environment_test.rb
1127
- - test/new_relic/marshalling_test_cases.rb
1128
- - test/new_relic/metric_data_test.rb
1129
- - test/new_relic/metric_parser/metric_parser_test.rb
1130
- - test/new_relic/metric_spec_test.rb
1131
- - test/new_relic/multiverse_helpers.rb
1132
- - test/new_relic/noticed_error_test.rb
1133
- - test/new_relic/rack/agent_hooks_test.rb
1134
- - test/new_relic/rack/agent_middleware_test.rb
1135
- - test/new_relic/rack/browser_monitoring_test.rb
1136
- - test/new_relic/rack/developer_mode/segment_summary_test.rb
1137
- - test/new_relic/rack/developer_mode_helper_test.rb
1138
- - test/new_relic/rack/developer_mode_test.rb
1139
- - test/new_relic/transaction_ignoring_test_cases.rb
1140
- - test/nullverse/default_source_require_test.rb
1141
- - test/nullverse/nullverse_helper.rb
1142
- - test/performance/README.md
1143
- - test/performance/lib/performance.rb
1144
- - test/performance/lib/performance/baseline.rb
1145
- - test/performance/lib/performance/baseline_compare_reporter.rb
1146
- - test/performance/lib/performance/baseline_save_reporter.rb
1147
- - test/performance/lib/performance/console_reporter.rb
1148
- - test/performance/lib/performance/formatting_helpers.rb
1149
- - test/performance/lib/performance/hako_client.rb
1150
- - test/performance/lib/performance/hako_reporter.rb
1151
- - test/performance/lib/performance/instrumentation/cpu_usage.rb
1152
- - test/performance/lib/performance/instrumentation/gc_stats.rb
1153
- - test/performance/lib/performance/instrumentation/perf_tools.rb
1154
- - test/performance/lib/performance/instrumentation/stackprof.rb
1155
- - test/performance/lib/performance/instrumentor.rb
1156
- - test/performance/lib/performance/json_reporter.rb
1157
- - test/performance/lib/performance/platform.rb
1158
- - test/performance/lib/performance/reporting.rb
1159
- - test/performance/lib/performance/result.rb
1160
- - test/performance/lib/performance/runner.rb
1161
- - test/performance/lib/performance/table.rb
1162
- - test/performance/lib/performance/test_case.rb
1163
- - test/performance/lib/performance/timer.rb
1164
- - test/performance/script/baselines
1165
- - test/performance/script/mega-runner
1166
- - test/performance/script/runner
1167
- - test/performance/suites/active_record.rb
1168
- - test/performance/suites/active_record_subscriber.rb
1169
- - test/performance/suites/agent_attributes.rb
1170
- - test/performance/suites/config.rb
1171
- - test/performance/suites/datastores.rb
1172
- - test/performance/suites/error_collector.rb
1173
- - test/performance/suites/external_segment.rb
1174
- - test/performance/suites/marshalling.rb
1175
- - test/performance/suites/queue_time.rb
1176
- - test/performance/suites/rack_middleware.rb
1177
- - test/performance/suites/redis.rb
1178
- - test/performance/suites/rules_engine.rb
1179
- - test/performance/suites/rum_autoinsertion.rb
1180
- - test/performance/suites/segment_terms_rule.rb
1181
- - test/performance/suites/sql_obfuscation.rb
1182
- - test/performance/suites/startup.rb
1183
- - test/performance/suites/stats_hash.rb
1184
- - test/performance/suites/thread_profiling.rb
1185
- - test/performance/suites/trace_execution_scoped.rb
1186
- - test/performance/suites/transaction_tracing.rb
1187
- - test/script/before_install/gemstash_mirror.sh
1188
- - test/script/before_script/install_mongodb.sh
1189
- - test/script/ci.sh
1190
- - test/script/external_server.rb
1191
- - test/script/path_hash.rb
1192
- - test/test_helper.rb
1193
- - ui/helpers/developer_mode_helper.rb
1194
- - ui/helpers/google_pie_chart.rb
1195
- - ui/views/layouts/newrelic_default.rhtml
1196
- - ui/views/newrelic/_explain_plans.rhtml
1197
- - ui/views/newrelic/_sample.rhtml
1198
- - ui/views/newrelic/_segment.rhtml
1199
- - ui/views/newrelic/_segment_limit_message.rhtml
1200
- - ui/views/newrelic/_segment_row.rhtml
1201
- - ui/views/newrelic/_show_sample_detail.rhtml
1202
- - ui/views/newrelic/_show_sample_sql.rhtml
1203
- - ui/views/newrelic/_show_sample_summary.rhtml
1204
- - ui/views/newrelic/_sql_row.rhtml
1205
- - ui/views/newrelic/_stack_trace.rhtml
1206
- - ui/views/newrelic/_table.rhtml
1207
- - ui/views/newrelic/explain_sql.rhtml
1208
- - ui/views/newrelic/file/images/arrow-close.png
1209
- - ui/views/newrelic/file/images/arrow-open.png
1210
- - ui/views/newrelic/file/images/blue_bar.gif
1211
- - ui/views/newrelic/file/images/file_icon.png
1212
- - ui/views/newrelic/file/images/gray_bar.gif
1213
- - ui/views/newrelic/file/images/new-relic-rpm-desktop.gif
1214
- - ui/views/newrelic/file/images/new_relic_rpm_desktop.gif
1215
- - ui/views/newrelic/file/images/textmate.png
1216
- - ui/views/newrelic/file/javascript/jquery-1.4.2.js
1217
- - ui/views/newrelic/file/javascript/transaction_sample.js
1218
- - ui/views/newrelic/file/stylesheets/style.css
1219
- - ui/views/newrelic/index.rhtml
1220
- - ui/views/newrelic/sample_not_found.rhtml
1221
- - ui/views/newrelic/show_sample.rhtml
1222
- - ui/views/newrelic/threads.rhtml
1223
- - vendor/gems/metric_parser-0.1.0.pre1/.specification
1224
- - vendor/gems/metric_parser-0.1.0.pre1/lib/metric_parser.rb
1225
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser.rb
1226
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/action_mailer.rb
1227
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/active_merchant.rb
1228
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/active_record.rb
1229
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/apdex.rb
1230
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/background_transaction.rb
1231
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/client.rb
1232
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller.rb
1233
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller_cpu.rb
1234
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller_ext.rb
1235
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/database.rb
1236
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/database_pool.rb
1237
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/dot_net.rb
1238
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/dot_net_parser.rb
1239
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/errors.rb
1240
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/external.rb
1241
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/frontend.rb
1242
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/gc.rb
1243
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/hibernate_session.rb
1244
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/java.rb
1245
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/java_parser.rb
1246
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/jsp.rb
1247
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/jsp_tag.rb
1248
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/mem_cache.rb
1249
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/metric_parser.rb
1250
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/middleware.rb
1251
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/nested.rb
1252
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/orm.rb
1253
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/other_transaction.rb
1254
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet.rb
1255
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet_context_listener.rb
1256
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet_filter.rb
1257
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet_init.rb
1258
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/solr.rb
1259
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/solr_request_handler.rb
1260
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring.rb
1261
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring_controller.rb
1262
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring_view.rb
1263
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/struts_action.rb
1264
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/struts_result.rb
1265
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/version.rb
1266
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/view.rb
1267
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_frontend.rb
1268
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_service.rb
1269
- - vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_transaction.rb
1270
427
  homepage: https://github.com/newrelic/rpm
1271
428
  licenses:
1272
429
  - New Relic
1273
- - MIT
1274
- - Ruby
1275
430
  metadata: {}
1276
431
  post_install_message:
1277
432
  rdoc_options: []