mmtrix_rpm 1.0.0.1 → 1.0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (712) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +2 -2338
  3. data/GUIDELINES_FOR_CONTRIBUTING.md +1 -15
  4. data/LICENSE +0 -151
  5. data/README.md +2 -79
  6. data/bin/nrdebug +1 -1
  7. data/init.rb +1 -1
  8. data/install.rb +1 -1
  9. data/lib/conditional_vendored_dependency_detection.rb +1 -1
  10. data/lib/conditional_vendored_metric_parser.rb +1 -1
  11. data/lib/mmtrix/agent/agent.rb +8 -7
  12. data/lib/mmtrix/agent/agent_logger.rb +1 -1
  13. data/lib/mmtrix/agent/attribute_filter.rb +1 -1
  14. data/lib/mmtrix/agent/attribute_processing.rb +1 -1
  15. data/lib/mmtrix/agent/audit_logger.rb +1 -1
  16. data/lib/mmtrix/agent/autostart.rb +1 -1
  17. data/lib/mmtrix/agent/aws_info.rb +1 -1
  18. data/lib/mmtrix/agent/busy_calculator.rb +1 -1
  19. data/lib/mmtrix/agent/chained_call.rb +1 -1
  20. data/lib/mmtrix/agent/commands/agent_command.rb +1 -1
  21. data/lib/mmtrix/agent/commands/agent_command_router.rb +1 -1
  22. data/lib/mmtrix/agent/commands/thread_profiler_session.rb +1 -1
  23. data/lib/mmtrix/agent/commands/xray_session.rb +1 -1
  24. data/lib/mmtrix/agent/commands/xray_session_collection.rb +1 -1
  25. data/lib/mmtrix/agent/configuration/default_source.rb +7 -4
  26. data/lib/mmtrix/agent/configuration/dotted_hash.rb +1 -1
  27. data/lib/mmtrix/agent/configuration/environment_source.rb +1 -1
  28. data/lib/mmtrix/agent/configuration/high_security_source.rb +1 -1
  29. data/lib/mmtrix/agent/configuration/manager.rb +1 -1
  30. data/lib/mmtrix/agent/configuration/manual_source.rb +1 -1
  31. data/lib/mmtrix/agent/configuration/mask_defaults.rb +1 -1
  32. data/lib/mmtrix/agent/configuration/server_source.rb +1 -1
  33. data/lib/mmtrix/agent/configuration/yaml_source.rb +1 -1
  34. data/lib/mmtrix/agent/configuration.rb +1 -1
  35. data/lib/mmtrix/agent/cross_app_monitor.rb +1 -1
  36. data/lib/mmtrix/agent/cross_app_tracing.rb +1 -1
  37. data/lib/mmtrix/agent/custom_event_aggregator.rb +1 -1
  38. data/lib/mmtrix/agent/database/obfuscation_helpers.rb +1 -1
  39. data/lib/mmtrix/agent/database/obfuscator.rb +1 -1
  40. data/lib/mmtrix/agent/database/postgres_explain_obfuscator.rb +1 -1
  41. data/lib/mmtrix/agent/database.rb +1 -1
  42. data/lib/mmtrix/agent/datastores/metric_helper.rb +1 -1
  43. data/lib/mmtrix/agent/datastores/mongo/metric_translator.rb +1 -1
  44. data/lib/mmtrix/agent/datastores/mongo/obfuscator.rb +1 -1
  45. data/lib/mmtrix/agent/datastores/mongo/statement_formatter.rb +1 -1
  46. data/lib/mmtrix/agent/datastores/mongo.rb +1 -1
  47. data/lib/mmtrix/agent/datastores.rb +1 -1
  48. data/lib/mmtrix/agent/deprecator.rb +1 -1
  49. data/lib/mmtrix/agent/encoding_normalizer.rb +1 -1
  50. data/lib/mmtrix/agent/error_collector.rb +1 -2
  51. data/lib/mmtrix/agent/event_buffer.rb +1 -1
  52. data/lib/mmtrix/agent/event_listener.rb +1 -1
  53. data/lib/mmtrix/agent/event_loop.rb +1 -1
  54. data/lib/mmtrix/agent/harvester.rb +1 -1
  55. data/lib/mmtrix/agent/hash_extensions.rb +1 -1
  56. data/lib/mmtrix/agent/hostname.rb +1 -1
  57. data/lib/mmtrix/agent/http_clients/curb_wrappers.rb +1 -1
  58. data/lib/mmtrix/agent/http_clients/excon_wrappers.rb +1 -1
  59. data/lib/mmtrix/agent/http_clients/httpclient_wrappers.rb +1 -1
  60. data/lib/mmtrix/agent/http_clients/net_http_wrappers.rb +1 -1
  61. data/lib/mmtrix/agent/http_clients/typhoeus_wrappers.rb +1 -1
  62. data/lib/mmtrix/agent/http_clients/uri_util.rb +1 -1
  63. data/lib/mmtrix/agent/inbound_request_monitor.rb +1 -1
  64. data/lib/mmtrix/agent/instrumentation/action_controller_subscriber.rb +1 -1
  65. data/lib/mmtrix/agent/instrumentation/action_view_subscriber.rb +1 -1
  66. data/lib/mmtrix/agent/instrumentation/active_job.rb +1 -1
  67. data/lib/mmtrix/agent/instrumentation/active_merchant.rb +1 -1
  68. data/lib/mmtrix/agent/instrumentation/active_record.rb +1 -1
  69. data/lib/mmtrix/agent/instrumentation/active_record_4.rb +1 -1
  70. data/lib/mmtrix/agent/instrumentation/active_record_helper.rb +1 -1
  71. data/lib/mmtrix/agent/instrumentation/active_record_subscriber.rb +1 -1
  72. data/lib/mmtrix/agent/instrumentation/acts_as_solr.rb +1 -1
  73. data/lib/mmtrix/agent/instrumentation/authlogic.rb +1 -1
  74. data/lib/mmtrix/agent/instrumentation/controller_instrumentation.rb +1 -1
  75. data/lib/mmtrix/agent/instrumentation/curb.rb +1 -1
  76. data/lib/mmtrix/agent/instrumentation/data_mapper.rb +1 -1
  77. data/lib/mmtrix/agent/instrumentation/delayed_job_instrumentation.rb +1 -1
  78. data/lib/mmtrix/agent/instrumentation/evented_subscriber.rb +1 -1
  79. data/lib/mmtrix/agent/instrumentation/excon/connection.rb +1 -1
  80. data/lib/mmtrix/agent/instrumentation/excon/middleware.rb +1 -1
  81. data/lib/mmtrix/agent/instrumentation/excon.rb +1 -1
  82. data/lib/mmtrix/agent/instrumentation/grape.rb +1 -1
  83. data/lib/mmtrix/agent/instrumentation/httpclient.rb +1 -1
  84. data/lib/mmtrix/agent/instrumentation/ignore_actions.rb +1 -1
  85. data/lib/mmtrix/agent/instrumentation/memcache.rb +1 -5
  86. data/lib/mmtrix/agent/instrumentation/merb/controller.rb +1 -1
  87. data/lib/mmtrix/agent/instrumentation/merb/errors.rb +1 -1
  88. data/lib/mmtrix/agent/instrumentation/metric_frame.rb +1 -1
  89. data/lib/mmtrix/agent/instrumentation/middleware_proxy.rb +1 -1
  90. data/lib/mmtrix/agent/instrumentation/middleware_tracing.rb +1 -1
  91. data/lib/mmtrix/agent/instrumentation/mongo.rb +1 -1
  92. data/lib/mmtrix/agent/instrumentation/net.rb +1 -1
  93. data/lib/mmtrix/agent/instrumentation/padrino.rb +1 -1
  94. data/lib/mmtrix/agent/instrumentation/passenger_instrumentation.rb +1 -1
  95. data/lib/mmtrix/agent/instrumentation/queue_time.rb +1 -1
  96. data/lib/mmtrix/agent/instrumentation/rack.rb +1 -1
  97. data/lib/mmtrix/agent/instrumentation/rails/action_controller.rb +1 -1
  98. data/lib/mmtrix/agent/instrumentation/rails/action_web_service.rb +1 -1
  99. data/lib/mmtrix/agent/instrumentation/rails/errors.rb +1 -1
  100. data/lib/mmtrix/agent/instrumentation/rails3/action_controller.rb +1 -1
  101. data/lib/mmtrix/agent/instrumentation/rails3/errors.rb +1 -1
  102. data/lib/mmtrix/agent/instrumentation/rails4/action_controller.rb +1 -1
  103. data/lib/mmtrix/agent/instrumentation/rails4/action_view.rb +1 -1
  104. data/lib/mmtrix/agent/instrumentation/rails4/errors.rb +1 -1
  105. data/lib/mmtrix/agent/instrumentation/rails_middleware.rb +1 -1
  106. data/lib/mmtrix/agent/instrumentation/rainbows_instrumentation.rb +1 -1
  107. data/lib/mmtrix/agent/instrumentation/resque.rb +1 -1
  108. data/lib/mmtrix/agent/instrumentation/rubyprof.rb +1 -1
  109. data/lib/mmtrix/agent/instrumentation/sequel.rb +1 -1
  110. data/lib/mmtrix/agent/instrumentation/sequel_helper.rb +1 -1
  111. data/lib/mmtrix/agent/instrumentation/sidekiq.rb +1 -1
  112. data/lib/mmtrix/agent/instrumentation/sinatra/ignorer.rb +1 -1
  113. data/lib/mmtrix/agent/instrumentation/sinatra/transaction_namer.rb +1 -1
  114. data/lib/mmtrix/agent/instrumentation/sinatra.rb +1 -1
  115. data/lib/mmtrix/agent/instrumentation/sunspot.rb +1 -1
  116. data/lib/mmtrix/agent/instrumentation/typhoeus.rb +1 -1
  117. data/lib/mmtrix/agent/instrumentation.rb +1 -1
  118. data/lib/mmtrix/agent/internal_agent_error.rb +1 -1
  119. data/lib/mmtrix/agent/javascript_instrumentor.rb +1 -1
  120. data/lib/mmtrix/agent/log_once.rb +1 -1
  121. data/lib/mmtrix/agent/memory_logger.rb +1 -1
  122. data/lib/mmtrix/agent/method_tracer.rb +1 -1
  123. data/lib/mmtrix/agent/method_tracer_helpers.rb +1 -1
  124. data/lib/mmtrix/agent/mmtrix_service/encoders.rb +1 -1
  125. data/lib/mmtrix/agent/mmtrix_service/json_marshaller.rb +1 -1
  126. data/lib/mmtrix/agent/mmtrix_service/marshaller.rb +1 -1
  127. data/lib/mmtrix/agent/mmtrix_service/pruby_marshaller.rb +1 -1
  128. data/lib/mmtrix/agent/mmtrix_service.rb +15 -15
  129. data/lib/mmtrix/agent/null_logger.rb +1 -1
  130. data/lib/mmtrix/agent/obfuscator.rb +1 -1
  131. data/lib/mmtrix/agent/parameter_filtering.rb +1 -1
  132. data/lib/mmtrix/agent/pipe_channel_manager.rb +1 -1
  133. data/lib/mmtrix/agent/pipe_service.rb +1 -1
  134. data/lib/mmtrix/agent/rules_engine/replacement_rule.rb +1 -1
  135. data/lib/mmtrix/agent/rules_engine/segment_terms_rule.rb +1 -1
  136. data/lib/mmtrix/agent/rules_engine.rb +1 -1
  137. data/lib/mmtrix/agent/sampled_buffer.rb +1 -1
  138. data/lib/mmtrix/agent/sampler.rb +1 -1
  139. data/lib/mmtrix/agent/sampler_collection.rb +1 -1
  140. data/lib/mmtrix/agent/samplers/cpu_sampler.rb +1 -1
  141. data/lib/mmtrix/agent/samplers/delayed_job_sampler.rb +1 -1
  142. data/lib/mmtrix/agent/samplers/memory_sampler.rb +1 -1
  143. data/lib/mmtrix/agent/samplers/object_sampler.rb +1 -1
  144. data/lib/mmtrix/agent/samplers/vm_sampler.rb +1 -1
  145. data/lib/mmtrix/agent/sized_buffer.rb +1 -1
  146. data/lib/mmtrix/agent/sql_sampler.rb +1 -1
  147. data/lib/mmtrix/agent/stats.rb +1 -1
  148. data/lib/mmtrix/agent/stats_engine/gc_profiler.rb +1 -1
  149. data/lib/mmtrix/agent/stats_engine/metric_stats.rb +1 -1
  150. data/lib/mmtrix/agent/stats_engine/samplers.rb +1 -1
  151. data/lib/mmtrix/agent/stats_engine/stats_hash.rb +1 -1
  152. data/lib/mmtrix/agent/stats_engine.rb +1 -1
  153. data/lib/mmtrix/agent/supported_versions.rb +1 -1
  154. data/lib/mmtrix/agent/synthetics_event_buffer.rb +1 -1
  155. data/lib/mmtrix/agent/synthetics_monitor.rb +1 -1
  156. data/lib/mmtrix/agent/system_info.rb +1 -3
  157. data/lib/mmtrix/agent/threading/agent_thread.rb +1 -1
  158. data/lib/mmtrix/agent/threading/backtrace_node.rb +1 -1
  159. data/lib/mmtrix/agent/threading/backtrace_service.rb +1 -1
  160. data/lib/mmtrix/agent/threading/thread_profile.rb +1 -1
  161. data/lib/mmtrix/agent/traced_method_stack.rb +1 -1
  162. data/lib/mmtrix/agent/transaction/attributes.rb +1 -1
  163. data/lib/mmtrix/agent/transaction/developer_mode_sample_buffer.rb +1 -1
  164. data/lib/mmtrix/agent/transaction/slowest_sample_buffer.rb +1 -1
  165. data/lib/mmtrix/agent/transaction/synthetics_sample_buffer.rb +1 -1
  166. data/lib/mmtrix/agent/transaction/trace.rb +1 -1
  167. data/lib/mmtrix/agent/transaction/trace_node.rb +1 -1
  168. data/lib/mmtrix/agent/transaction/transaction_sample_buffer.rb +1 -1
  169. data/lib/mmtrix/agent/transaction/xray_sample_buffer.rb +1 -1
  170. data/lib/mmtrix/agent/transaction.rb +1 -1
  171. data/lib/mmtrix/agent/transaction_event_aggregator.rb +1 -1
  172. data/lib/mmtrix/agent/transaction_metrics.rb +1 -1
  173. data/lib/mmtrix/agent/transaction_sample_builder.rb +1 -1
  174. data/lib/mmtrix/agent/transaction_sampler.rb +1 -1
  175. data/lib/mmtrix/agent/transaction_state.rb +1 -1
  176. data/lib/mmtrix/agent/transaction_timings.rb +1 -1
  177. data/lib/mmtrix/agent/utilization_data.rb +1 -1
  178. data/lib/mmtrix/agent/vm/jruby_vm.rb +1 -1
  179. data/lib/mmtrix/agent/vm/monotonic_gc_profiler.rb +1 -1
  180. data/lib/mmtrix/agent/vm/mri_vm.rb +1 -1
  181. data/lib/mmtrix/agent/vm/rubinius_vm.rb +1 -2
  182. data/lib/mmtrix/agent/vm/snapshot.rb +1 -1
  183. data/lib/mmtrix/agent/vm.rb +1 -1
  184. data/lib/mmtrix/agent/worker_loop.rb +1 -1
  185. data/lib/mmtrix/agent.rb +1 -1
  186. data/lib/mmtrix/build.rb +1 -1
  187. data/lib/mmtrix/cli/command.rb +1 -1
  188. data/lib/mmtrix/cli/commands/deployments.rb +1 -1
  189. data/lib/mmtrix/cli/commands/install.rb +1 -1
  190. data/lib/mmtrix/coerce.rb +1 -1
  191. data/lib/mmtrix/collection_helper.rb +1 -1
  192. data/lib/mmtrix/control/class_methods.rb +1 -1
  193. data/lib/mmtrix/control/frameworks/external.rb +1 -1
  194. data/lib/mmtrix/control/frameworks/merb.rb +1 -1
  195. data/lib/mmtrix/control/frameworks/rails.rb +1 -1
  196. data/lib/mmtrix/control/frameworks/rails3.rb +1 -1
  197. data/lib/mmtrix/control/frameworks/rails4.rb +1 -1
  198. data/lib/mmtrix/control/frameworks/ruby.rb +1 -1
  199. data/lib/mmtrix/control/frameworks/sinatra.rb +1 -1
  200. data/lib/mmtrix/control/frameworks.rb +1 -1
  201. data/lib/mmtrix/control/instance_methods.rb +1 -1
  202. data/lib/mmtrix/control/instrumentation.rb +1 -1
  203. data/lib/mmtrix/control/server_methods.rb +1 -1
  204. data/lib/mmtrix/control.rb +1 -1
  205. data/lib/mmtrix/delayed_job_injection.rb +1 -1
  206. data/lib/mmtrix/environment_report.rb +1 -1
  207. data/lib/mmtrix/helper.rb +1 -1
  208. data/lib/mmtrix/json_wrapper.rb +1 -1
  209. data/lib/mmtrix/language_support.rb +1 -1
  210. data/lib/mmtrix/latest_changes.rb +2 -2
  211. data/lib/mmtrix/local_environment.rb +1 -1
  212. data/lib/mmtrix/merbtasks.rb +1 -1
  213. data/lib/mmtrix/metric_data.rb +1 -1
  214. data/lib/mmtrix/metric_spec.rb +1 -1
  215. data/lib/mmtrix/metrics.rb +1 -1
  216. data/lib/mmtrix/noticed_error.rb +1 -1
  217. data/lib/mmtrix/okjson.rb +1 -25
  218. data/lib/mmtrix/rack/agent_hooks.rb +1 -1
  219. data/lib/mmtrix/rack/agent_middleware.rb +1 -1
  220. data/lib/mmtrix/rack/browser_monitoring.rb +1 -1
  221. data/lib/mmtrix/rack/developer_mode/segment_summary.rb +1 -1
  222. data/lib/mmtrix/rack/developer_mode.rb +1 -1
  223. data/lib/mmtrix/rack/error_collector.rb +1 -1
  224. data/lib/mmtrix/rack.rb +1 -1
  225. data/lib/mmtrix/recipes/capistrano3.rb +1 -1
  226. data/lib/mmtrix/recipes/capistrano_legacy.rb +1 -1
  227. data/lib/mmtrix/recipes.rb +1 -1
  228. data/lib/mmtrix/timer_lib.rb +1 -1
  229. data/lib/mmtrix/version.rb +1 -1
  230. data/lib/mmtrix_rpm.rb +1 -1
  231. data/lib/sequel/extensions/mmtrix_instrumentation.rb +1 -1
  232. data/lib/sequel/plugins/mmtrix_instrumentation.rb +1 -1
  233. data/lib/tasks/all.rb +1 -1
  234. data/lib/tasks/multiverse.rb +1 -1
  235. data/mmtrix_rpm.gemspec +3 -3
  236. data/recipes/mmtrix.rb +1 -1
  237. data/test/agent_helper.rb +1 -1
  238. data/test/config/test_control.rb +1 -1
  239. data/test/environments/lib/environments/runner.rb +1 -1
  240. data/test/environments/norails/Gemfile +1 -1
  241. data/test/environments/rails21/app/controllers/application.rb +1 -1
  242. data/test/environments/rails21/config/boot.rb +1 -1
  243. data/test/environments/rails21/config/environment.rb +1 -1
  244. data/test/environments/rails21/config/environments/development.rb +1 -1
  245. data/test/environments/rails21/config/environments/production.rb +1 -1
  246. data/test/environments/rails21/config/environments/test.rb +1 -1
  247. data/test/environments/rails21/config/routes.rb +1 -1
  248. data/test/environments/rails21/db/schema.rb +1 -1
  249. data/test/environments/rails22/app/controllers/application.rb +1 -1
  250. data/test/environments/rails22/config/boot.rb +1 -1
  251. data/test/environments/rails22/config/environment.rb +1 -1
  252. data/test/environments/rails22/config/environments/development.rb +1 -1
  253. data/test/environments/rails22/config/environments/production.rb +1 -1
  254. data/test/environments/rails22/config/environments/test.rb +1 -1
  255. data/test/environments/rails22/config/routes.rb +1 -1
  256. data/test/environments/rails22/db/schema.rb +1 -1
  257. data/test/environments/rails23/app/controllers/application.rb +1 -1
  258. data/test/environments/rails23/config/boot.rb +1 -1
  259. data/test/environments/rails23/config/environment.rb +1 -1
  260. data/test/environments/rails23/config/environments/production.rb +1 -1
  261. data/test/environments/rails23/config/environments/test.rb +1 -1
  262. data/test/environments/rails23/config/preinitializer.rb +1 -1
  263. data/test/environments/rails23/config/routes.rb +1 -1
  264. data/test/environments/rails23/db/schema.rb +1 -1
  265. data/test/environments/rails30/config/application.rb +1 -1
  266. data/test/environments/rails30/config/boot.rb +1 -1
  267. data/test/environments/rails30/config/environment.rb +1 -1
  268. data/test/environments/rails30/config/initializers/new_rails_defaults.rb +1 -1
  269. data/test/environments/rails30/db/schema.rb +1 -1
  270. data/test/environments/rails31/config/application.rb +1 -1
  271. data/test/environments/rails31/config/boot.rb +1 -1
  272. data/test/environments/rails31/config/environment.rb +1 -1
  273. data/test/environments/rails31/config/initializers/new_rails_defaults.rb +1 -1
  274. data/test/environments/rails31/db/schema.rb +1 -1
  275. data/test/environments/rails32/config/application.rb +1 -1
  276. data/test/environments/rails32/config/boot.rb +1 -1
  277. data/test/environments/rails32/config/environment.rb +1 -1
  278. data/test/environments/rails32/db/schema.rb +1 -1
  279. data/test/environments/rails40/Gemfile +1 -1
  280. data/test/environments/rails40/config/application.rb +1 -1
  281. data/test/environments/rails40/config/boot.rb +1 -1
  282. data/test/environments/rails40/config/environment.rb +1 -1
  283. data/test/environments/rails40/db/schema.rb +1 -1
  284. data/test/environments/rails41/config/application.rb +1 -1
  285. data/test/environments/rails41/config/boot.rb +1 -1
  286. data/test/environments/rails41/config/environment.rb +1 -1
  287. data/test/environments/rails41/db/schema.rb +1 -1
  288. data/test/environments/rails42/Gemfile +1 -2
  289. data/test/environments/rails42/config/application.rb +1 -1
  290. data/test/environments/rails42/config/boot.rb +1 -1
  291. data/test/environments/rails42/config/environment.rb +1 -1
  292. data/test/environments/rails42/db/schema.rb +1 -1
  293. data/test/helpers/exceptions.rb +1 -1
  294. data/test/helpers/file_searching.rb +1 -1
  295. data/test/helpers/mongo_metric_builder.rb +1 -1
  296. data/test/helpers/runtime_detection.rb +1 -1
  297. data/test/intentional_fail.rb +1 -1
  298. data/test/mmtrix/agent/agent/connect_test.rb +1 -1
  299. data/test/mmtrix/agent/agent/start_test.rb +1 -1
  300. data/test/mmtrix/agent/agent/start_worker_thread_test.rb +1 -1
  301. data/test/mmtrix/agent/agent_logger_test.rb +1 -1
  302. data/test/mmtrix/agent/agent_test.rb +1 -1
  303. data/test/mmtrix/agent/agent_test_controller.rb +1 -1
  304. data/test/mmtrix/agent/apdex_from_server_test.rb +1 -1
  305. data/test/mmtrix/agent/attribute_filter_test.rb +1 -1
  306. data/test/mmtrix/agent/attribute_processing_test.rb +1 -1
  307. data/test/mmtrix/agent/audit_logger_test.rb +1 -1
  308. data/test/mmtrix/agent/autostart_test.rb +1 -1
  309. data/test/mmtrix/agent/aws_info_test.rb +1 -1
  310. data/test/mmtrix/agent/busy_calculator_test.rb +1 -1
  311. data/test/mmtrix/agent/commands/agent_command_router_test.rb +1 -1
  312. data/test/mmtrix/agent/commands/agent_command_test.rb +1 -1
  313. data/test/mmtrix/agent/commands/thread_profiler_session_test.rb +1 -1
  314. data/test/mmtrix/agent/commands/xray_session_collection_test.rb +1 -1
  315. data/test/mmtrix/agent/commands/xray_session_test.rb +1 -1
  316. data/test/mmtrix/agent/configuration/default_source_test.rb +1 -1
  317. data/test/mmtrix/agent/configuration/dotted_hash_test.rb +1 -1
  318. data/test/mmtrix/agent/configuration/environment_source_test.rb +1 -1
  319. data/test/mmtrix/agent/configuration/high_security_source_test.rb +1 -1
  320. data/test/mmtrix/agent/configuration/manager_test.rb +1 -1
  321. data/test/mmtrix/agent/configuration/manual_source_test.rb +1 -1
  322. data/test/mmtrix/agent/configuration/orphan_configuration_test.rb +1 -1
  323. data/test/mmtrix/agent/configuration/server_source_test.rb +1 -1
  324. data/test/mmtrix/agent/configuration/yaml_source_test.rb +1 -1
  325. data/test/mmtrix/agent/cross_app_monitor_test.rb +1 -1
  326. data/test/mmtrix/agent/cross_app_tracing_test.rb +1 -1
  327. data/test/mmtrix/agent/custom_event_aggregator_test.rb +1 -1
  328. data/test/mmtrix/agent/database/postgres_explain_obfuscator_test.rb +1 -1
  329. data/test/mmtrix/agent/database/sql_obfuscation_test.rb +1 -1
  330. data/test/mmtrix/agent/database_test.rb +1 -1
  331. data/test/mmtrix/agent/datastores/metric_helper_test.rb +1 -1
  332. data/test/mmtrix/agent/datastores/mongo/metric_translator_test.rb +1 -1
  333. data/test/mmtrix/agent/datastores/mongo/obfuscator_test.rb +1 -1
  334. data/test/mmtrix/agent/datastores/mongo/statement_formatter_test.rb +1 -1
  335. data/test/mmtrix/agent/datastores_test.rb +1 -1
  336. data/test/mmtrix/agent/deprecator_test.rb +1 -1
  337. data/test/mmtrix/agent/encoding_normalizer_test.rb +1 -1
  338. data/test/mmtrix/agent/error_collector_test.rb +1 -1
  339. data/test/mmtrix/agent/event_buffer_test_cases.rb +1 -1
  340. data/test/mmtrix/agent/event_listener_test.rb +1 -1
  341. data/test/mmtrix/agent/event_loop_test.rb +1 -1
  342. data/test/mmtrix/agent/harvester_test.rb +1 -1
  343. data/test/mmtrix/agent/hash_extensions_test.rb +1 -1
  344. data/test/mmtrix/agent/hostname_test.rb +1 -1
  345. data/test/mmtrix/agent/http_clients/uri_util_test.rb +1 -1
  346. data/test/mmtrix/agent/inbound_request_monitor_test.rb +1 -1
  347. data/test/mmtrix/agent/instrumentation/action_controller_subscriber_test.rb +1 -1
  348. data/test/mmtrix/agent/instrumentation/action_view_subscriber_test.rb +1 -1
  349. data/test/mmtrix/agent/instrumentation/active_job_test.rb +1 -1
  350. data/test/mmtrix/agent/instrumentation/active_record_helper_test.rb +1 -1
  351. data/test/mmtrix/agent/instrumentation/active_record_subscriber_test.rb +1 -1
  352. data/test/mmtrix/agent/instrumentation/controller_instrumentation_test.rb +1 -1
  353. data/test/mmtrix/agent/instrumentation/instrumentation_test.rb +1 -1
  354. data/test/mmtrix/agent/instrumentation/metric_frame_test.rb +1 -1
  355. data/test/mmtrix/agent/instrumentation/middleware_proxy_test.rb +1 -1
  356. data/test/mmtrix/agent/instrumentation/middleware_tracing_test.rb +1 -1
  357. data/test/mmtrix/agent/instrumentation/net_instrumentation_test.rb +1 -1
  358. data/test/mmtrix/agent/instrumentation/queue_time_test.rb +1 -1
  359. data/test/mmtrix/agent/instrumentation/rack_test.rb +1 -1
  360. data/test/mmtrix/agent/instrumentation/sequel_helper_test.rb +1 -1
  361. data/test/mmtrix/agent/instrumentation/sinatra/transaction_namer_test.rb +1 -1
  362. data/test/mmtrix/agent/instrumentation/sinatra_test.rb +1 -1
  363. data/test/mmtrix/agent/instrumentation/task_instrumentation_test.rb +1 -1
  364. data/test/mmtrix/agent/javascript_instrumentor_test.rb +1 -1
  365. data/test/mmtrix/agent/memory_logger_test.rb +1 -1
  366. data/test/mmtrix/agent/method_interrobang_test.rb +1 -1
  367. data/test/mmtrix/agent/method_tracer/class_methods/add_method_tracer_test.rb +1 -1
  368. data/test/mmtrix/agent/method_tracer/instance_methods/trace_execution_scoped_test.rb +1 -1
  369. data/test/mmtrix/agent/method_tracer_test.rb +1 -1
  370. data/test/mmtrix/agent/method_visibility_test.rb +1 -1
  371. data/test/mmtrix/agent/mmtrix_service_test.rb +1 -1
  372. data/test/mmtrix/agent/mock_scope_listener.rb +1 -1
  373. data/test/mmtrix/agent/obfuscator_test.rb +1 -1
  374. data/test/mmtrix/agent/parameter_filtering_test.rb +1 -1
  375. data/test/mmtrix/agent/pipe_channel_manager_test.rb +1 -1
  376. data/test/mmtrix/agent/pipe_service_test.rb +1 -1
  377. data/test/mmtrix/agent/rpm_agent_test.rb +1 -1
  378. data/test/mmtrix/agent/rules_engine_test.rb +1 -1
  379. data/test/mmtrix/agent/sampled_buffer_test.rb +1 -1
  380. data/test/mmtrix/agent/sampler_collection_test.rb +1 -1
  381. data/test/mmtrix/agent/sampler_test.rb +1 -1
  382. data/test/mmtrix/agent/samplers/cpu_sampler_test.rb +1 -1
  383. data/test/mmtrix/agent/samplers/vm_sampler_test.rb +1 -1
  384. data/test/mmtrix/agent/sized_buffer_test.rb +1 -1
  385. data/test/mmtrix/agent/sql_sampler_test.rb +1 -1
  386. data/test/mmtrix/agent/stats_engine/gc_profiler_test.rb +1 -1
  387. data/test/mmtrix/agent/stats_engine/metric_stats_test.rb +1 -1
  388. data/test/mmtrix/agent/stats_engine/samplers_test.rb +1 -1
  389. data/test/mmtrix/agent/stats_engine/stats_hash_test.rb +1 -1
  390. data/test/mmtrix/agent/stats_engine_test.rb +1 -1
  391. data/test/mmtrix/agent/stats_test.rb +1 -1
  392. data/test/mmtrix/agent/synthetics_event_buffer_test.rb +1 -1
  393. data/test/mmtrix/agent/synthetics_monitor_test.rb +1 -1
  394. data/test/mmtrix/agent/system_info_test.rb +1 -1
  395. data/test/mmtrix/agent/threading/agent_thread_test.rb +1 -1
  396. data/test/mmtrix/agent/threading/backtrace_node_test.rb +1 -1
  397. data/test/mmtrix/agent/threading/backtrace_service_test.rb +1 -1
  398. data/test/mmtrix/agent/threading/fake_thread.rb +1 -1
  399. data/test/mmtrix/agent/threading/thread_profile_test.rb +1 -1
  400. data/test/mmtrix/agent/threading/threaded_test_case.rb +1 -1
  401. data/test/mmtrix/agent/traced_method_stack_test.rb +1 -1
  402. data/test/mmtrix/agent/transaction/attributes_test.rb +1 -1
  403. data/test/mmtrix/agent/transaction/developer_mode_sample_buffer_test.rb +1 -1
  404. data/test/mmtrix/agent/transaction/slowest_sample_buffer_test.rb +1 -1
  405. data/test/mmtrix/agent/transaction/synthetics_sample_buffer_test.rb +1 -1
  406. data/test/mmtrix/agent/transaction/trace_node_test.rb +1 -1
  407. data/test/mmtrix/agent/transaction/trace_test.rb +1 -1
  408. data/test/mmtrix/agent/transaction/xray_sample_buffer_test.rb +1 -1
  409. data/test/mmtrix/agent/transaction_event_aggregator_test.rb +1 -1
  410. data/test/mmtrix/agent/transaction_interrobang_test.rb +1 -1
  411. data/test/mmtrix/agent/transaction_metrics_test.rb +1 -1
  412. data/test/mmtrix/agent/transaction_sample_builder_test.rb +1 -1
  413. data/test/mmtrix/agent/transaction_sampler_test.rb +1 -1
  414. data/test/mmtrix/agent/transaction_state_test.rb +1 -1
  415. data/test/mmtrix/agent/transaction_test.rb +1 -1
  416. data/test/mmtrix/agent/transaction_timings_test.rb +1 -1
  417. data/test/mmtrix/agent/utilization_data_test.rb +1 -1
  418. data/test/mmtrix/agent/vm/monotonic_gc_profiler_test.rb +1 -1
  419. data/test/mmtrix/agent/vm/mri_vm_test.rb +1 -1
  420. data/test/mmtrix/agent/vm/rubinius_vm_test.rb +1 -1
  421. data/test/mmtrix/agent/vm/snapshot_test.rb +1 -1
  422. data/test/mmtrix/agent/vm_test.rb +1 -1
  423. data/test/mmtrix/agent/worker_loop_test.rb +1 -1
  424. data/test/mmtrix/agent_test.rb +1 -1
  425. data/test/mmtrix/cli/commands/deployments_test.rb +1 -1
  426. data/test/mmtrix/cli/commands/install_test.rb +1 -1
  427. data/test/mmtrix/coerce_test.rb +1 -1
  428. data/test/mmtrix/collection_helper_test.rb +1 -1
  429. data/test/mmtrix/control/class_methods_test.rb +1 -1
  430. data/test/mmtrix/control/frameworks/rails_test.rb +1 -1
  431. data/test/mmtrix/control/instance_methods_test.rb +1 -1
  432. data/test/mmtrix/control/instrumentation_test.rb +1 -1
  433. data/test/mmtrix/control_test.rb +1 -1
  434. data/test/mmtrix/data_container_tests.rb +1 -1
  435. data/test/mmtrix/dependency_detection_test.rb +1 -1
  436. data/test/mmtrix/dispatcher_test.rb +1 -1
  437. data/test/mmtrix/environment_report_test.rb +1 -1
  438. data/test/mmtrix/evil_server.rb +1 -1
  439. data/test/mmtrix/fake_collector.rb +1 -1
  440. data/test/mmtrix/fake_external_server.rb +1 -1
  441. data/test/mmtrix/fake_instance_metadata_service.rb +1 -1
  442. data/test/mmtrix/fake_rpm_site.rb +1 -1
  443. data/test/mmtrix/fake_server.rb +1 -1
  444. data/test/mmtrix/filtering_test_app.rb +1 -1
  445. data/test/mmtrix/framework_test.rb +1 -1
  446. data/test/mmtrix/http_client_test_cases.rb +1 -1
  447. data/test/mmtrix/json_wrapper_test.rb +1 -1
  448. data/test/mmtrix/language_support_test.rb +1 -1
  449. data/test/mmtrix/latest_changes_test.rb +1 -1
  450. data/test/mmtrix/license_test.rb +2 -2
  451. data/test/mmtrix/load_test.rb +1 -1
  452. data/test/mmtrix/local_environment_test.rb +1 -1
  453. data/test/mmtrix/marshalling_test_cases.rb +1 -1
  454. data/test/mmtrix/metric_data_test.rb +1 -1
  455. data/test/mmtrix/metric_parser/metric_parser_test.rb +1 -1
  456. data/test/mmtrix/metric_spec_test.rb +1 -1
  457. data/test/mmtrix/multiverse_helpers.rb +1 -1
  458. data/test/mmtrix/noticed_error_test.rb +1 -1
  459. data/test/mmtrix/rack/agent_hooks_test.rb +1 -1
  460. data/test/mmtrix/rack/agent_middleware_test.rb +1 -1
  461. data/test/mmtrix/rack/browser_monitoring_test.rb +1 -1
  462. data/test/mmtrix/rack/deferred_instrumentation_test.rb +1 -1
  463. data/test/mmtrix/rack/developer_mode/segment_summary_test.rb +1 -1
  464. data/test/mmtrix/rack/developer_mode_helper_test.rb +1 -1
  465. data/test/mmtrix/rack/developer_mode_test.rb +1 -1
  466. data/test/mmtrix/rack/error_collector_test.rb +1 -1
  467. data/test/mmtrix/transaction_ignoring_test_cases.rb +1 -1
  468. data/test/mmtrix/version_number_test.rb +1 -1
  469. data/test/multiverse/lib/multiverse/color.rb +1 -1
  470. data/test/multiverse/lib/multiverse/envfile.rb +1 -1
  471. data/test/multiverse/lib/multiverse/environment.rb +1 -1
  472. data/test/multiverse/lib/multiverse/output_collector.rb +1 -1
  473. data/test/multiverse/lib/multiverse/runner.rb +1 -1
  474. data/test/multiverse/lib/multiverse/suite.rb +1 -1
  475. data/test/multiverse/suites/active_record/Envfile +0 -1
  476. data/test/multiverse/suites/active_record/active_record_test.rb +1 -1
  477. data/test/multiverse/suites/active_record/app/models/models.rb +1 -1
  478. data/test/multiverse/suites/active_record/ar_method_aliasing.rb +1 -1
  479. data/test/multiverse/suites/active_record/before_suite.rb +1 -1
  480. data/test/multiverse/suites/active_record/config/database.rb +1 -2
  481. data/test/multiverse/suites/active_record/db/migrate/20141105131800_create_users_and_aliases.rb +1 -1
  482. data/test/multiverse/suites/active_record/db/migrate/20141106082200_create_orders_and_shipments.rb +1 -1
  483. data/test/multiverse/suites/active_record/db/migrate/20150413011200_add_timestamps_to_orders.rb +1 -1
  484. data/test/multiverse/suites/active_record/db/migrate/20150414084400_create_groups.rb +1 -1
  485. data/test/multiverse/suites/activemerchant/activemerchant_test.rb +1 -1
  486. data/test/multiverse/suites/agent_only/agent_attributes_test.rb +1 -1
  487. data/test/multiverse/suites/agent_only/agent_run_id_handling_test.rb +1 -1
  488. data/test/multiverse/suites/agent_only/audit_log_test.rb +1 -1
  489. data/test/multiverse/suites/agent_only/collector_exception_handling_test.rb +1 -1
  490. data/test/multiverse/suites/agent_only/cross_application_tracing_test.rb +1 -1
  491. data/test/multiverse/suites/agent_only/custom_analytics_events_test.rb +1 -1
  492. data/test/multiverse/suites/agent_only/custom_queue_time_test.rb +1 -1
  493. data/test/multiverse/suites/agent_only/encoding_handling_test.rb +1 -2
  494. data/test/multiverse/suites/agent_only/exclusive_time_test.rb +1 -1
  495. data/test/multiverse/suites/agent_only/harvest_timestamps_test.rb +1 -1
  496. data/test/multiverse/suites/agent_only/http_response_code_test.rb +1 -1
  497. data/test/multiverse/suites/agent_only/keepalive_test.rb +1 -1
  498. data/test/multiverse/suites/agent_only/key_transactions_test.rb +1 -1
  499. data/test/multiverse/suites/agent_only/labels_test.rb +1 -1
  500. data/test/multiverse/suites/agent_only/logging_test.rb +1 -1
  501. data/test/multiverse/suites/agent_only/marshaling_test.rb +1 -1
  502. data/test/multiverse/suites/agent_only/pipe_manager_test.rb +1 -1
  503. data/test/multiverse/suites/agent_only/rename_rule_test.rb +1 -1
  504. data/test/multiverse/suites/agent_only/rum_instrumentation_test.rb +1 -1
  505. data/test/multiverse/suites/agent_only/script/env_change.rb +1 -1
  506. data/test/multiverse/suites/agent_only/script/loading.rb +1 -1
  507. data/test/multiverse/suites/agent_only/script/public_api_when_disabled.rb +1 -1
  508. data/test/multiverse/suites/agent_only/script/symbol_env.rb +1 -1
  509. data/test/multiverse/suites/agent_only/service_timeout_test.rb +1 -1
  510. data/test/multiverse/suites/agent_only/set_transaction_name_test.rb +1 -1
  511. data/test/multiverse/suites/agent_only/ssl_test.rb +1 -1
  512. data/test/multiverse/suites/agent_only/start_up_test.rb +1 -1
  513. data/test/multiverse/suites/agent_only/synthetics_test.rb +1 -1
  514. data/test/multiverse/suites/agent_only/testing_app.rb +1 -1
  515. data/test/multiverse/suites/agent_only/thread_profiling_test.rb +1 -1
  516. data/test/multiverse/suites/agent_only/transaction_ignoring_test.rb +1 -1
  517. data/test/multiverse/suites/agent_only/utilization_data_collection_test.rb +1 -1
  518. data/test/multiverse/suites/agent_only/xray_sessions_test.rb +1 -1
  519. data/test/multiverse/suites/bare/standalone_instrumentation_test.rb +1 -1
  520. data/test/multiverse/suites/capistrano/Capfile +0 -5
  521. data/test/multiverse/suites/capistrano/config/deploy/production.rb +1 -1
  522. data/test/multiverse/suites/capistrano/config/deploy.rb +1 -1
  523. data/test/multiverse/suites/capistrano/deployment_test.rb +1 -1
  524. data/test/multiverse/suites/capistrano2/config/deploy.rb +1 -1
  525. data/test/multiverse/suites/capistrano2/deployment_test.rb +1 -1
  526. data/test/multiverse/suites/config_file_loading/config_file_loading_test.rb +1 -3
  527. data/test/multiverse/suites/curb/curb_test.rb +1 -2
  528. data/test/multiverse/suites/datamapper/datamapper_test.rb +2 -4
  529. data/test/multiverse/suites/deferred_instrumentation/sinatra_test.rb +1 -1
  530. data/test/multiverse/suites/delayed_job/before_suite.rb +1 -1
  531. data/test/multiverse/suites/delayed_job/delayed_job_sampler_test.rb +1 -1
  532. data/test/multiverse/suites/delayed_job/unsupported_backend_test.rb +1 -1
  533. data/test/multiverse/suites/excon/excon_test.rb +1 -1
  534. data/test/multiverse/suites/grape/grape_test.rb +1 -1
  535. data/test/multiverse/suites/grape/grape_test_api.rb +1 -1
  536. data/test/multiverse/suites/grape/grape_versioning_test.rb +1 -1
  537. data/test/multiverse/suites/grape/grape_versioning_test_api.rb +1 -1
  538. data/test/multiverse/suites/grape/unsupported_version_test.rb +1 -1
  539. data/test/multiverse/suites/high_security/high_security_test.rb +1 -1
  540. data/test/multiverse/suites/httpclient/httpclient_test.rb +1 -1
  541. data/test/multiverse/suites/json/json_test.rb +1 -1
  542. data/test/multiverse/suites/marshalling/marshalling_test.rb +1 -1
  543. data/test/multiverse/suites/memcached/dalli_test.rb +1 -1
  544. data/test/multiverse/suites/memcached/memcache_client_test.rb +1 -1
  545. data/test/multiverse/suites/memcached/memcache_test_cases.rb +1 -1
  546. data/test/multiverse/suites/memcached/memcached_test.rb +1 -1
  547. data/test/multiverse/suites/mongo/helpers/mongo_operation_tests.rb +1 -1
  548. data/test/multiverse/suites/mongo/helpers/mongo_replica_set.rb +1 -1
  549. data/test/multiverse/suites/mongo/helpers/mongo_replica_set_test.rb +1 -1
  550. data/test/multiverse/suites/mongo/helpers/mongo_server.rb +1 -1
  551. data/test/multiverse/suites/mongo/helpers/mongo_server_test.rb +1 -1
  552. data/test/multiverse/suites/mongo/mongo_connection_test.rb +1 -1
  553. data/test/multiverse/suites/mongo/mongo_instrumentation_test.rb +1 -1
  554. data/test/multiverse/suites/mongo/mongo_unsupported_version_test.rb +1 -1
  555. data/test/multiverse/suites/net_http/net_http_test.rb +1 -1
  556. data/test/multiverse/suites/padrino/padrino_test.rb +1 -1
  557. data/test/multiverse/suites/rack/builder_map_test.rb +1 -1
  558. data/test/multiverse/suites/rack/example_app.rb +1 -1
  559. data/test/multiverse/suites/rack/http_response_code_test.rb +1 -1
  560. data/test/multiverse/suites/rack/nested_non_rack_app_test.rb +1 -1
  561. data/test/multiverse/suites/rack/rack_auto_instrumentation_test.rb +1 -1
  562. data/test/multiverse/suites/rack/rack_cascade_test.rb +1 -1
  563. data/test/multiverse/suites/rack/rack_env_mutation_test.rb +1 -1
  564. data/test/multiverse/suites/rack/rack_parameter_filtering_test.rb +1 -1
  565. data/test/multiverse/suites/rack/rack_unsupported_version_test.rb +1 -1
  566. data/test/multiverse/suites/rack/url_map_test.rb +1 -1
  567. data/test/multiverse/suites/rails/action_controller_live_rum_test.rb +1 -1
  568. data/test/multiverse/suites/rails/activejob_test.rb +1 -1
  569. data/test/multiverse/suites/rails/app.rb +1 -1
  570. data/test/multiverse/suites/rails/bad_instrumentation_test.rb +1 -1
  571. data/test/multiverse/suites/rails/error_tracing_test.rb +1 -1
  572. data/test/multiverse/suites/rails/gc_instrumentation_test.rb +1 -1
  573. data/test/multiverse/suites/rails/ignore_test.rb +1 -1
  574. data/test/multiverse/suites/rails/middleware_instrumentation_test.rb +1 -1
  575. data/test/multiverse/suites/rails/middlewares.rb +1 -1
  576. data/test/multiverse/suites/rails/parameter_capture_test.rb +1 -1
  577. data/test/multiverse/suites/rails/queue_time_test.rb +1 -1
  578. data/test/multiverse/suites/rails/rails2_app/app/controllers/application.rb +1 -1
  579. data/test/multiverse/suites/rails/rails2_app/config/boot.rb +1 -1
  580. data/test/multiverse/suites/rails/rails2_app/config/environment.rb +1 -1
  581. data/test/multiverse/suites/rails/rails2_app/config/environments/development.rb +1 -1
  582. data/test/multiverse/suites/rails/rails2_app/config/initializers/load_mmtrix_rpm.rb +1 -1
  583. data/test/multiverse/suites/rails/rails2_app/config/preinitializer.rb +1 -1
  584. data/test/multiverse/suites/rails/rails2_app/config/routes.rb +1 -1
  585. data/test/multiverse/suites/rails/rails2_app/db/schema.rb +1 -1
  586. data/test/multiverse/suites/rails/rails3_app/app_rails3_plus.rb +1 -1
  587. data/test/multiverse/suites/rails/request_statistics_test.rb +1 -1
  588. data/test/multiverse/suites/rails/transaction_ignoring_test.rb +1 -1
  589. data/test/multiverse/suites/rails/view_instrumentation_test.rb +1 -1
  590. data/test/multiverse/suites/resque/instrumentation_test.rb +1 -1
  591. data/test/multiverse/suites/resque/resque_marshalling_test.rb +1 -1
  592. data/test/multiverse/suites/sequel/database.rb +1 -1
  593. data/test/multiverse/suites/sequel/sequel_extension_test.rb +1 -1
  594. data/test/multiverse/suites/sequel/sequel_helpers.rb +1 -1
  595. data/test/multiverse/suites/sequel/sequel_plugin_test.rb +1 -1
  596. data/test/multiverse/suites/sequel/sequel_safety_test.rb +1 -1
  597. data/test/multiverse/suites/sidekiq/after_suite.rb +1 -1
  598. data/test/multiverse/suites/sidekiq/sidekiq_instrumentation_test.rb +1 -1
  599. data/test/multiverse/suites/sidekiq/sidekiq_server.rb +1 -1
  600. data/test/multiverse/suites/sidekiq/test_worker.rb +1 -1
  601. data/test/multiverse/suites/sinatra/ignoring_test.rb +1 -1
  602. data/test/multiverse/suites/sinatra/nested_middleware_test.rb +1 -1
  603. data/test/multiverse/suites/sinatra/sinatra_classic_test.rb +1 -1
  604. data/test/multiverse/suites/sinatra/sinatra_error_tracing_test.rb +1 -1
  605. data/test/multiverse/suites/sinatra/sinatra_metric_explosion_test.rb +1 -1
  606. data/test/multiverse/suites/sinatra/sinatra_modular_test.rb +1 -1
  607. data/test/multiverse/suites/sinatra/sinatra_parameter_capture_test.rb +1 -1
  608. data/test/multiverse/suites/sinatra/sinatra_routes_test.rb +1 -1
  609. data/test/multiverse/suites/sinatra/sinatra_test_cases.rb +1 -1
  610. data/test/multiverse/suites/typhoeus/typhoeus_test.rb +1 -1
  611. data/test/multiverse/suites/yajl/yajl_test.rb +1 -1
  612. data/test/multiverse/test/multiverse_test.rb +1 -1
  613. data/test/multiverse/test/suite_examples/one/a/a_test.rb +1 -1
  614. data/test/multiverse/test/suite_examples/one/b/b_test.rb +1 -1
  615. data/test/multiverse/test/suite_examples/three/a/fail_test.rb +1 -1
  616. data/test/multiverse/test/suite_examples/three/b/win_test.rb +1 -1
  617. data/test/multiverse/test/suite_examples/two/a/fail_test.rb +1 -1
  618. data/test/performance/lib/performance/baseline.rb +1 -1
  619. data/test/performance/lib/performance/baseline_compare_reporter.rb +1 -1
  620. data/test/performance/lib/performance/baseline_save_reporter.rb +1 -1
  621. data/test/performance/lib/performance/console_reporter.rb +1 -1
  622. data/test/performance/lib/performance/formatting_helpers.rb +1 -1
  623. data/test/performance/lib/performance/hako_client.rb +1 -1
  624. data/test/performance/lib/performance/hako_reporter.rb +1 -1
  625. data/test/performance/lib/performance/instrumentation/cpu_usage.rb +1 -1
  626. data/test/performance/lib/performance/instrumentation/gc_stats.rb +1 -1
  627. data/test/performance/lib/performance/instrumentation/perf_tools.rb +1 -1
  628. data/test/performance/lib/performance/instrumentation/stackprof.rb +1 -1
  629. data/test/performance/lib/performance/instrumentor.rb +1 -1
  630. data/test/performance/lib/performance/json_reporter.rb +1 -1
  631. data/test/performance/lib/performance/platform.rb +1 -1
  632. data/test/performance/lib/performance/reporting.rb +1 -1
  633. data/test/performance/lib/performance/result.rb +1 -1
  634. data/test/performance/lib/performance/runner.rb +1 -1
  635. data/test/performance/lib/performance/table.rb +1 -1
  636. data/test/performance/lib/performance/test_case.rb +1 -1
  637. data/test/performance/lib/performance/timer.rb +1 -1
  638. data/test/performance/lib/performance.rb +1 -1
  639. data/test/performance/script/baselines +1 -1
  640. data/test/performance/script/runner +1 -1
  641. data/test/performance/suites/active_record.rb +1 -1
  642. data/test/performance/suites/agent_attributes.rb +1 -1
  643. data/test/performance/suites/config.rb +1 -1
  644. data/test/performance/suites/marshalling.rb +1 -1
  645. data/test/performance/suites/queue_time.rb +1 -1
  646. data/test/performance/suites/rack_middleware.rb +1 -1
  647. data/test/performance/suites/rum_autoinsertion.rb +1 -1
  648. data/test/performance/suites/sql_obfuscation.rb +1 -1
  649. data/test/performance/suites/startup.rb +1 -1
  650. data/test/performance/suites/stats_hash.rb +1 -1
  651. data/test/performance/suites/thread_profiling.rb +1 -1
  652. data/test/performance/suites/trace_execution_scoped.rb +1 -1
  653. data/test/performance/suites/transaction_tracing.rb +1 -1
  654. data/test/script/path_hash.rb +1 -1
  655. data/test/test_helper.rb +1 -1
  656. data/ui/helpers/developer_mode_helper.rb +1 -1
  657. data/ui/helpers/google_pie_chart.rb +1 -1
  658. data/ui/views/mmtrix/file/images/mmtrix-rpm-desktop.gif +0 -0
  659. data/ui/views/mmtrix/file/images/mmtrix_rpm_desktop.gif +0 -0
  660. data/ui/views/mmtrix/file/javascript/jquery-1.4.2.js +0 -3
  661. data/ui/views/mmtrix/file/javascript/transaction_sample.js +0 -1
  662. data/ui/views/mmtrix/file/stylesheets/style.css +2 -4
  663. data/vendor/gems/dependency_detection-0.0.1.build/lib/dependency_detection/version.rb +1 -1
  664. data/vendor/gems/dependency_detection-0.0.1.build/lib/dependency_detection.rb +1 -1
  665. data/vendor/gems/metric_parser-0.1.0.pre1/.specification +1 -1
  666. data/vendor/gems/metric_parser-0.1.0.pre1/lib/metric_parser.rb +1 -1
  667. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/action_mailer.rb +1 -1
  668. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/active_merchant.rb +1 -1
  669. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/active_record.rb +1 -1
  670. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/apdex.rb +1 -1
  671. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/background_transaction.rb +1 -1
  672. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/client.rb +1 -1
  673. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/controller.rb +1 -1
  674. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/controller_cpu.rb +1 -1
  675. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/controller_ext.rb +1 -1
  676. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/database.rb +1 -1
  677. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/database_pool.rb +1 -1
  678. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/dot_net.rb +1 -1
  679. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/dot_net_parser.rb +1 -1
  680. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/errors.rb +1 -1
  681. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/external.rb +1 -1
  682. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/frontend.rb +1 -1
  683. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/gc.rb +1 -1
  684. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/hibernate_session.rb +1 -1
  685. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/java.rb +1 -1
  686. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/java_parser.rb +1 -1
  687. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/jsp.rb +1 -1
  688. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/jsp_tag.rb +1 -1
  689. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/mem_cache.rb +1 -1
  690. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/metric_parser.rb +1 -1
  691. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/middleware.rb +1 -1
  692. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/nested.rb +1 -1
  693. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/orm.rb +1 -1
  694. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/other_transaction.rb +1 -1
  695. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/servlet.rb +1 -1
  696. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/servlet_context_listener.rb +1 -1
  697. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/servlet_filter.rb +1 -1
  698. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/servlet_init.rb +1 -1
  699. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/solr.rb +1 -1
  700. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/solr_request_handler.rb +1 -1
  701. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/spring.rb +1 -1
  702. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/spring_controller.rb +1 -1
  703. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/spring_view.rb +1 -1
  704. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/struts_action.rb +1 -1
  705. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/struts_result.rb +1 -1
  706. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/version.rb +1 -1
  707. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/view.rb +1 -1
  708. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/web_frontend.rb +1 -1
  709. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/web_service.rb +1 -1
  710. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser/web_transaction.rb +1 -1
  711. data/vendor/gems/metric_parser-0.1.0.pre1/lib/mmtrix/metric_parser.rb +1 -1
  712. metadata +5 -5
@@ -7,8 +7,7 @@ team.
7
7
  When contributing, keep in mind that the agent runs in a wide variety of Ruby
8
8
  language implementations (e.g. 1.8.7, 1.9.x, 2.x.x, jruby, rbx, etc.) as well as
9
9
  a wide variety of application environments (e.g. Rails, Sinatra, roll-your-own,
10
- etc.) See https://docs.mmtrix.com/docs/agents/ruby-agent/getting-started/mmtrix-ruby#compat
11
- for the current full list.
10
+ etc.)
12
11
 
13
12
  Because of this, we need to be more defensive in our coding practices than most
14
13
  projects. Syntax must be compatible with all supported Ruby implementations
@@ -34,13 +33,6 @@ Running the test suite is simple. Just invoke:
34
33
  This will run the unit tests in standalone mode, bootstrapping a basic Rails
35
34
  3.2 environment for the agent to instrument, then executing the test suite.
36
35
 
37
- These tests are setup to run automatically in
38
- [Travis CI](https://travis-ci.org/mmtrix/rpm) under several Ruby implementations.
39
- When you've pushed your changes to GitHub, you can confirm that the Travis
40
- build passes for your fork.
41
-
42
- Additionally, our own CI jobs runs these tests under multiple versions of Rails
43
- to verify compatibility.
44
36
 
45
37
  ### Writing Tests
46
38
 
@@ -65,9 +57,6 @@ These tests can be run by invoking:
65
57
  bundle
66
58
  bundle exec rake test:multiverse
67
59
 
68
- More details are available in
69
- [test/multiverse/README.md](https://github.com/mmtrix/rpm/blob/master/test/multiverse/README.md).
70
-
71
60
  ### And Finally...
72
61
 
73
62
  You are welcome to send pull requests to us - however, by doing so you agree
@@ -75,6 +64,3 @@ that you are granting Mmtrix a non-exclusive, non-revokable, no-cost license
75
64
  to use the code, algorithms, patents, and ideas in that code in our products if
76
65
  we so choose. You also agree the code is provided as-is and you provide no
77
66
  warranties as to its fitness or correctness for any purpose.
78
-
79
- If you have any feedback on how we can make contributing easier, please get in
80
- touch at [support.mmtrix.com](http://support.mmtrix.com) and let us know!
data/LICENSE CHANGED
@@ -1,151 +0,0 @@
1
- This product includes jquery written by John Resig
2
- and distributed under an MIT license.
3
- See https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt
4
-
5
- Copyright (c) 2011 John Resig, http://jquery.com/
6
-
7
- Permission is hereby granted, free of charge, to any person obtaining
8
- a copy of this software and associated documentation files (the
9
- "Software"), to deal in the Software without restriction, including
10
- without limitation the rights to use, copy, modify, merge, publish,
11
- distribute, sublicense, and/or sell copies of the Software, and to
12
- permit persons to whom the Software is furnished to do so, subject to
13
- the following conditions:
14
-
15
- The above copyright notice and this permission notice shall be
16
- included in all copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
-
26
- It includes source derived from 'okjson' by Keith Rarick, distributed under the
27
- MIT license.
28
- See https://github.com/kr/okjson/blob/bdd1113/okjson.rb#L3-21
29
-
30
- Copyright 2011, 2012 Keith Rarick
31
-
32
- Permission is hereby granted, free of charge, to any person obtaining a copy
33
- of this software and associated documentation files (the "Software"), to deal
34
- in the Software without restriction, including without limitation the rights
35
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36
- copies of the Software, and to permit persons to whom the Software is
37
- furnished to do so, subject to the following conditions:
38
-
39
- The above copyright notice and this permission notice shall be included in
40
- all copies or substantial portions of the Software.
41
-
42
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
48
- THE SOFTWARE.
49
-
50
- It includes source derived from 'system_timer' by David Vollbracht & Philippe
51
- Hanrigou, distributed under Ruby's license terms.
52
-
53
- Copyright: (C) 2008 David Vollbracht & Philippe Hanrigou
54
-
55
- Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.co.jp>.
56
- You can redistribute it and/or modify it under either the terms of the GPL
57
- (see COPYING.txt file), or the conditions below:
58
-
59
- 1. You may make and give away verbatim copies of the source form of the
60
- software without restriction, provided that you duplicate all of the
61
- original copyright notices and associated disclaimers.
62
-
63
- 2. You may modify your copy of the software in any way, provided that
64
- you do at least ONE of the following:
65
-
66
- a) place your modifications in the Public Domain or otherwise
67
- make them Freely Available, such as by posting said
68
- modifications to Usenet or an equivalent medium, or by allowing
69
- the author to include your modifications in the software.
70
-
71
- b) use the modified software only within your corporation or
72
- organization.
73
-
74
- c) rename any non-standard executables so the names do not conflict
75
- with standard executables, which must also be provided.
76
-
77
- d) make other distribution arrangements with the author.
78
-
79
- 3. You may distribute the software in object code or executable
80
- form, provided that you do at least ONE of the following:
81
-
82
- a) distribute the executables and library files of the software,
83
- together with instructions (in the manual page or equivalent)
84
- on where to get the original distribution.
85
-
86
- b) accompany the distribution with the machine-readable source of
87
- the software.
88
-
89
- c) give non-standard executables non-standard names, with
90
- instructions on where to get the original software distribution.
91
-
92
- d) make other distribution arrangements with the author.
93
-
94
- 4. You may modify and include the part of the software into any other
95
- software (possibly commercial). But some files in the distribution
96
- are not written by the author, so that they are not under this terms.
97
-
98
- They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
99
- files under the ./missing directory. See each file for the copying
100
- condition.
101
-
102
- 5. The scripts and library files supplied as input to or produced as
103
- output from the software do not automatically fall under the
104
- copyright of the software, but belong to whomever generated them,
105
- and may be sold commercially, and may be aggregated with this
106
- software.
107
-
108
- 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
109
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
110
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
111
- PURPOSE.
112
-
113
-
114
- All other components of this product are
115
- Copyright (c) 2008-2014 Mmtrix, Inc. All rights reserved.
116
-
117
- Certain inventions disclosed in this file may be claimed within
118
- patents owned or patent applications filed by Mmtrix, Inc. or third
119
- parties.
120
-
121
- Subject to the terms of this notice, Mmtrix grants you a
122
- nonexclusive, nontransferable license, without the right to
123
- sublicense, to (a) install and execute one copy of these files on any
124
- number of workstations owned or controlled by you and (b) distribute
125
- verbatim copies of these files to third parties. As a condition to the
126
- foregoing grant, you must provide this notice along with each copy you
127
- distribute and you must not remove, alter, or obscure this notice. All
128
- other use, reproduction, modification, distribution, or other
129
- exploitation of these files is strictly prohibited, except as may be set
130
- forth in a separate written license agreement between you and New
131
- Mmtrix. The terms of any such license agreement will control over this
132
- notice. The license stated above will be automatically terminated and
133
- revoked if you exceed its scope or violate any of the terms of this
134
- notice.
135
-
136
- This License does not grant permission to use the trade names,
137
- trademarks, service marks, or product names of Mmtrix, except as
138
- required for reasonable and customary use in describing the origin of
139
- this file and reproducing the content of this notice. You may not
140
- mark or brand this file with any trade name, trademarks, service
141
- marks, or product names other than the original brand (if any)
142
- provided by Mmtrix.
143
-
144
- Unless otherwise expressly agreed by Mmtrix in a separate written
145
- license agreement, these files are provided AS IS, WITHOUT WARRANTY OF
146
- ANY KIND, including without any implied warranties of MERCHANTABILITY,
147
- FITNESS FOR A PARTICULAR PURPOSE, TITLE, or NON-INFRINGEMENT. As a
148
- condition to your use of these files, you are solely responsible for
149
- such use. Mmtrix will have no liability to you for direct,
150
- indirect, consequential, incidental, special, or punitive damages or
151
- for lost profits or data.
data/README.md CHANGED
@@ -5,7 +5,7 @@ Mmtrix, Inc (http://www.mmtrix.com). It provides you with deep
5
5
  information about the performance of your Rails or Ruby
6
6
  application as it runs in production. The Mmtrix Ruby Agent is
7
7
  dual-purposed as a either a Gem or a Rails plugin, hosted on
8
- [github](http://github.com/mmtrix/rpm/tree/master).
8
+ (http://git.mmtrix.com/mmtrix/mmtrix_rpm/tree/master).
9
9
 
10
10
  The Mmtrix Ruby Agent runs in one of two modes:
11
11
 
@@ -29,26 +29,6 @@ automatically in Rails applications.
29
29
  * Sinatra
30
30
  * Rack
31
31
 
32
- An up to date list of Ruby versions and frameworks for the latest agent
33
- can be found on [our docs site](http://docs.mmtrix.com/docs/ruby/supported-frameworks).
34
-
35
- Any Rack based framework should work but may not be tested. Install
36
- the Ruby Agent as a gem and add the Developer Mode middleware if
37
- desired. Report any problems by visiting support.mmtrix.com.
38
-
39
- You can also monitor non-web applications. Refer to the "Other
40
- Environments" section under "Getting Started".
41
-
42
- ## Contributing Code
43
-
44
- We welcome code contributions (in the form of pull requests) from our user
45
- community. Before submitting a pull request please review
46
- [GUIDELINES_FOR_CONTRIBUTING](https://github.com/mmtrix/rpm/blob/master/GUIDELINES_FOR_CONTRIBUTING.md).
47
-
48
- Following these helps us efficiently review and incorporate your contribution
49
- and avoid breaking your code with future changes to the agent.
50
-
51
-
52
32
  ## Getting Started
53
33
 
54
34
  Add the Ruby Agent to your project's Gemfile.
@@ -113,16 +93,6 @@ to your startup sequence and then manually start the agent using
113
93
 
114
94
  Mmtrix::Agent.manual_start
115
95
 
116
- For information about instrumenting pure Rack applications, see our
117
- [Rack middlewares documentation](http://docs.mmtrix.com/docs/ruby/rack-middlewares).
118
-
119
- Refer to the [Mmtrix's Docs](http://mmtrix.com/docs) for details on how to
120
- monitor other web frameworks, background jobs, and daemons.
121
-
122
- The Ruby Agent provides an API that allows custom instrumentation of additional
123
- frameworks. You can find a list of community created intrumentation plugins
124
- (e.g. [mmtrix-redis](https://github.com/evanphx/mmtrix-redis)) in the
125
- [extends_mmtrix_rpm project](https://github.com/mmtrix/extends_mmtrix_rpm).
126
96
 
127
97
  ## Developer Mode
128
98
 
@@ -141,62 +111,15 @@ Developer Mode is only initialized if the `developer_mode` setting in
141
111
  the mmtrix.yml file is set to true. By default, it is turned off in
142
112
  all environments but `development`.
143
113
 
144
- #### Developer Mode in Rails
145
-
146
- Developer Mode is available automatically in Rails Applications based
147
- on Rails 2.3 and later. No additional configuration is required. When
148
- your application starts and `developer_mode` is enabled, the Ruby
149
- Agent injects a middleware into your Rails middleware stack.
150
-
151
- For earlier versions of Rails that support Rack, you can use
152
- a `config.ru` as below.
153
-
154
- #### Developer Mode in Rack Applications
155
-
156
- Developer Mode is available for any Rack based application such as
157
- Sinatra by installing the Mmtrix::Rack::DeveloperMode
158
- middleware. This middleware passes all requests that do not start with
159
- /mmtrix.
160
-
161
- Here's an example entry for Developer Mode in a `config.ru` file:
162
-
163
- require 'mmtrix/rack/developer_mode'
164
- use Mmtrix::Rack::DeveloperMode
165
114
 
166
115
  ## Production Mode
167
116
 
168
117
  When your application runs in the production environment, the New
169
118
  Mmtrix agent runs in production mode. It connects to the Mmtrix
170
119
  service and sends deep performance data to the UI for your
171
- analysis. To view this data, log in to http://rpm.mmtrix.com.
120
+ analysis. To view this data, log in to http://mmtrix.com.
172
121
 
173
122
  NOTE: You must have a valid account and license key to view this data
174
123
  online. Refer to instructions in *Getting Started*.
175
124
 
176
- ## Recording Deploys
177
-
178
- The Ruby Agent supports recording deployments in Mmtrix via a command line
179
- tool or Capistrano recipes. For more information on these features see
180
- [our deployment documentation](http://docs.mmtrix.com/docs/ruby/recording-deployments-with-the-ruby-agent)
181
- for more information.
182
-
183
- ## Support
184
-
185
- You can find more detailed documentation [on our website](http://mmtrix.com/docs),
186
- and specifically in the [Ruby category](http://mmtrix.com/docs/ruby).
187
-
188
- If you can't find what you're looking for there, reach out to us on our [support
189
- site](http://support.mmtrix.com/) or our [community forum](http://forum.mmtrix.com)
190
- and we'll be happy to help you.
191
-
192
- Also available is community support on IRC: we generally use #mmtrix
193
- on irc.freenode.net
194
-
195
- Find a bug? Contact us via [support.mmtrix.com](http://support.mmtrix.com/),
196
- or e-mail support @ mmtrix.com.
197
-
198
- Thank you, and may your application scale to infinity plus one.
199
-
200
- Lew Cirne, Founder and CEO
201
-
202
125
  Mmtrix, Inc.
data/bin/nrdebug CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # encoding: utf-8
4
4
  # This file is distributed under Mmtrix's license terms.
5
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
5
+
6
6
 
7
7
  require 'tempfile'
8
8
  require 'rbconfig'
data/init.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  # This is the initialization for the Mmtrix Ruby Agent when used as
6
6
  # a plugin
data/install.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  if __FILE__ == $0 || $0 =~ /script\/plugin/ || File.basename($0) == 'rake'
6
6
  $LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  path = File.expand_path('../vendor/gems/dependency_detection-0.0.1.build/lib', File.dirname(__FILE__))
6
6
  $LOAD_PATH << path unless $LOAD_PATH.include?(path)
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  unless defined?(Mmtrix) && defined?(Mmtrix::MetricParser)
6
6
  vendored_metric_parser = File.expand_path('../../vendor/gems/metric_parser-0.1.0.pre1/lib/', __FILE__)
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'socket'
6
6
  require 'net/https'
@@ -436,12 +436,13 @@ module Mmtrix
436
436
  def correct_license_length
437
437
  key = Agent.config[:license_key]
438
438
 
439
- if key.length == 40
440
- true
441
- else
442
- ::Mmtrix::Agent.logger.error("Invalid license key: #{key}")
443
- false
444
- end
439
+ true
440
+ # if key.length == 40
441
+ # true
442
+ # else
443
+ # ::Mmtrix::Agent.logger.error("Invalid license key: #{key}")
444
+ # false
445
+ # end
445
446
  end
446
447
 
447
448
  # If we're using a dispatcher that forks before serving
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'thread'
6
6
  require 'logger'
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  # This class applies filtering rules as specified in the Agent Attributes
6
6
  # cross-agent spec.
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  module Mmtrix
6
6
  module Agent
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'logger'
6
6
  require 'fileutils'
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  module Mmtrix
6
6
  module Agent
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  module Mmtrix
6
6
  module Agent
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'mmtrix/agent/transaction_state'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  # This class is used by Mmtrix::Agent.set_sql_obfuscator to chain multiple
6
6
  # obfuscation blocks when not using the default :replace action
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  module Mmtrix
6
6
  module Agent
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  # This class is the central point for dispatching get_agent_commands messages
6
6
  # to the various components that actually process them.
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'mmtrix/agent/threading/agent_thread'
6
6
  require 'mmtrix/agent/threading/backtrace_service'
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'forwardable'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'forwardable'
6
6
  require 'thread'
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'forwardable'
6
6
 
@@ -444,7 +444,8 @@ module Mmtrix
444
444
  :host => {
445
445
  # :default => 'collector.mmtrix.com',
446
446
  # :default => 'dev.zhujianfeng.info',
447
- :default => 'dev.mmtrix.com',
447
+ # :default => 'dev.mmtrix.com',
448
+ :default => 'mob.mmtrix.com',
448
449
  :public => false,
449
450
  :type => String,
450
451
  :allowed_from_server => false,
@@ -453,7 +454,8 @@ module Mmtrix
453
454
  :api_host => {
454
455
  # :default => 'rpm.mmtrix.com',
455
456
  # :default => 'dev.zhujianfeng.info',
456
- :default => 'dev.mmtrix.com',
457
+ # :default => 'dev.mmtrix.com',
458
+ :default => 'mob.mmtrix.com',
457
459
  :public => false,
458
460
  :type => String,
459
461
  :allowed_from_server => false,
@@ -462,7 +464,8 @@ module Mmtrix
462
464
  :port => {
463
465
  # :default => DefaultSource.port,
464
466
  # :default => 8410,
465
- :default => 8207,
467
+ # :default => 8207,
468
+ :default => 8080,
466
469
  :public => false,
467
470
  :type => Fixnum,
468
471
  :allowed_from_server => false,
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  module Mmtrix
6
6
  module Agent
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  module Mmtrix
6
6
  module Agent
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'mmtrix/agent/configuration/dotted_hash'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'forwardable'
6
6
  require 'mmtrix/agent/configuration/mask_defaults'
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'mmtrix/agent/configuration/dotted_hash'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  module Mmtrix
6
6
  module Agent
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  module Mmtrix
6
6
  module Agent
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'mmtrix/agent/configuration/dotted_hash'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'mmtrix/agent/configuration/manager'
6
6
  require 'mmtrix/agent/configuration/dotted_hash'
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'digest'
6
6
 
@@ -1,7 +1,7 @@
1
1
  # -*- ruby -*-
2
2
  # encoding: utf-8
3
3
  # This file is distributed under Mmtrix's license terms.
4
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
4
+
5
5
 
6
6
  module Mmtrix
7
7
  module Agent
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  # This file is distributed under Mmtrix's license terms.
3
- # See https://github.com/mmtrix/rpm/blob/master/LICENSE for complete details.
3
+
4
4
 
5
5
  require 'mmtrix/agent/sized_buffer'
6
6
  require 'mmtrix/agent/attribute_processing'