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.
- checksums.yaml +4 -4
- data/.travis.yml +31 -25
- data/.yardopts +1 -1
- data/CHANGELOG.md +126 -0
- data/LICENSE +1 -27
- data/README.md +4 -57
- data/lib/new_relic/agent/agent.rb +5 -2
- data/lib/new_relic/agent/attribute_filter.rb +0 -1
- data/lib/new_relic/agent/configuration/default_source.rb +50 -32
- data/lib/new_relic/agent/cross_app_monitor.rb +5 -44
- data/lib/new_relic/agent/cross_app_tracing.rb +43 -0
- data/lib/new_relic/agent/database.rb +9 -3
- data/lib/new_relic/agent/datastores.rb +8 -7
- data/lib/new_relic/agent/error_collector.rb +1 -3
- data/lib/new_relic/agent/http_clients/curb_wrappers.rb +1 -1
- data/lib/new_relic/agent/http_clients/typhoeus_wrappers.rb +1 -1
- data/lib/new_relic/agent/http_clients/uri_util.rb +12 -7
- data/lib/new_relic/agent/instrumentation/action_controller_subscriber.rb +3 -4
- data/lib/new_relic/agent/instrumentation/active_record_helper.rb +5 -1
- data/lib/new_relic/agent/instrumentation/active_record_subscriber.rb +26 -4
- data/lib/new_relic/agent/instrumentation/acts_as_solr.rb +4 -2
- data/lib/new_relic/agent/instrumentation/bunny.rb +146 -0
- data/lib/new_relic/agent/instrumentation/controller_instrumentation.rb +3 -5
- data/lib/new_relic/agent/instrumentation/data_mapper.rb +5 -2
- data/lib/new_relic/agent/instrumentation/mongo.rb +5 -5
- data/lib/new_relic/agent/instrumentation/rake.rb +3 -1
- data/lib/new_relic/agent/messaging.rb +414 -0
- data/lib/new_relic/agent/method_tracer_helpers.rb +0 -57
- data/lib/new_relic/agent/samplers/cpu_sampler.rb +3 -2
- data/lib/new_relic/agent/stats.rb +0 -14
- data/lib/new_relic/agent/stats_engine.rb +171 -3
- data/lib/new_relic/agent/supported_versions.rb +14 -13
- data/lib/new_relic/agent/synthetics_monitor.rb +21 -12
- data/lib/new_relic/agent/system_info.rb +34 -0
- data/lib/new_relic/agent/transaction/abstract_segment.rb +36 -6
- data/lib/new_relic/agent/transaction/attributes.rb +0 -2
- data/lib/new_relic/agent/transaction/datastore_segment.rb +22 -21
- data/lib/new_relic/agent/transaction/external_request_segment.rb +4 -7
- data/lib/new_relic/agent/transaction/message_broker_segment.rb +104 -0
- data/lib/new_relic/agent/transaction/segment.rb +29 -3
- data/lib/new_relic/agent/transaction/trace_node.rb +0 -10
- data/lib/new_relic/agent/transaction/tracing.rb +55 -12
- data/lib/new_relic/agent/transaction.rb +81 -71
- data/lib/new_relic/agent/transaction_sample_builder.rb +0 -3
- data/lib/new_relic/agent/transaction_sampler.rb +3 -118
- data/lib/new_relic/agent/transaction_state.rb +1 -9
- data/lib/new_relic/agent/utilization/aws.rb +18 -0
- data/lib/new_relic/agent/utilization/azure.rb +17 -0
- data/lib/new_relic/agent/utilization/gcp.rb +35 -0
- data/lib/new_relic/agent/utilization/pcf.rb +32 -0
- data/lib/new_relic/agent/utilization/vendor.rb +144 -0
- data/lib/new_relic/agent/utilization_data.rb +29 -10
- data/lib/new_relic/agent.rb +9 -2
- data/lib/new_relic/build.rb +2 -2
- data/lib/new_relic/collection_helper.rb +0 -18
- data/lib/new_relic/control/frameworks/rails.rb +1 -21
- data/lib/new_relic/control/frameworks/rails3.rb +1 -1
- data/lib/new_relic/control/frameworks/ruby.rb +2 -2
- data/lib/new_relic/latest_changes.rb +1 -1
- data/lib/new_relic/noticed_error.rb +1 -0
- data/lib/new_relic/version.rb +1 -1
- data/lib/sequel/extensions/newrelic_instrumentation.rb +21 -9
- data/newrelic.yml +0 -4
- data/newrelic_rpm.gemspec +3 -3
- data/test/agent_helper.rb +25 -0
- metadata +12 -857
- data/lib/conditional_vendored_metric_parser.rb +0 -9
- data/lib/new_relic/agent/aws_info.rb +0 -90
- data/lib/new_relic/agent/instrumentation/rubyprof.rb +0 -26
- data/lib/new_relic/agent/stats_engine/metric_stats.rb +0 -188
- data/lib/new_relic/agent/traced_method_stack.rb +0 -109
- data/lib/new_relic/agent/transaction/developer_mode_sample_buffer.rb +0 -62
- data/lib/new_relic/merbtasks.rb +0 -10
- data/lib/new_relic/rack/developer_mode/segment_summary.rb +0 -56
- data/lib/new_relic/rack/developer_mode.rb +0 -321
- data/test/config/newrelic.yml +0 -46
- data/test/config/test.cert.crt +0 -18
- data/test/config/test.cert.key +0 -15
- data/test/config/test_control.rb +0 -54
- data/test/environments/.gitignore +0 -16
- data/test/environments/lib/environments/runner.rb +0 -111
- data/test/environments/norails/Gemfile +0 -19
- data/test/environments/norails/Rakefile +0 -9
- data/test/environments/rails21/Gemfile +0 -23
- data/test/environments/rails21/Rakefile +0 -16
- data/test/environments/rails21/app/controllers/application.rb +0 -20
- data/test/environments/rails21/config/boot.rb +0 -113
- data/test/environments/rails21/config/database.yml +0 -26
- data/test/environments/rails21/config/environment.rb +0 -26
- data/test/environments/rails21/config/environments/development.rb +0 -10
- data/test/environments/rails21/config/environments/production.rb +0 -8
- data/test/environments/rails21/config/environments/test.rb +0 -10
- data/test/environments/rails21/config/routes.rb +0 -5
- data/test/environments/rails21/db/schema.rb +0 -5
- data/test/environments/rails22/Gemfile +0 -24
- data/test/environments/rails22/Rakefile +0 -16
- data/test/environments/rails22/app/controllers/application.rb +0 -20
- data/test/environments/rails22/config/boot.rb +0 -113
- data/test/environments/rails22/config/database.yml +0 -26
- data/test/environments/rails22/config/environment.rb +0 -25
- data/test/environments/rails22/config/environments/development.rb +0 -10
- data/test/environments/rails22/config/environments/production.rb +0 -8
- data/test/environments/rails22/config/environments/test.rb +0 -10
- data/test/environments/rails22/config/routes.rb +0 -5
- data/test/environments/rails22/db/schema.rb +0 -5
- data/test/environments/rails23/Gemfile +0 -24
- data/test/environments/rails23/Rakefile +0 -16
- data/test/environments/rails23/app/controllers/application.rb +0 -20
- data/test/environments/rails23/config/boot.rb +0 -127
- data/test/environments/rails23/config/database.yml +0 -26
- data/test/environments/rails23/config/environment.rb +0 -16
- data/test/environments/rails23/config/environments/production.rb +0 -8
- data/test/environments/rails23/config/environments/test.rb +0 -10
- data/test/environments/rails23/config/preinitializer.rb +0 -25
- data/test/environments/rails23/config/routes.rb +0 -5
- data/test/environments/rails23/db/schema.rb +0 -5
- data/test/environments/rails30/Gemfile +0 -23
- data/test/environments/rails30/Rakefile +0 -11
- data/test/environments/rails30/config/application.rb +0 -17
- data/test/environments/rails30/config/boot.rb +0 -10
- data/test/environments/rails30/config/database.yml +0 -26
- data/test/environments/rails30/config/environment.rb +0 -6
- data/test/environments/rails30/config/initializers/new_rails_defaults.rb +0 -11
- data/test/environments/rails30/db/schema.rb +0 -5
- data/test/environments/rails31/Gemfile +0 -24
- data/test/environments/rails31/Rakefile +0 -11
- data/test/environments/rails31/config/application.rb +0 -18
- data/test/environments/rails31/config/boot.rb +0 -10
- data/test/environments/rails31/config/database.yml +0 -26
- data/test/environments/rails31/config/environment.rb +0 -6
- data/test/environments/rails31/config/initializers/new_rails_defaults.rb +0 -21
- data/test/environments/rails31/db/schema.rb +0 -5
- data/test/environments/rails32/Gemfile +0 -26
- data/test/environments/rails32/Rakefile +0 -12
- data/test/environments/rails32/config/application.rb +0 -19
- data/test/environments/rails32/config/boot.rb +0 -10
- data/test/environments/rails32/config/database.yml +0 -26
- data/test/environments/rails32/config/environment.rb +0 -6
- data/test/environments/rails32/db/schema.rb +0 -5
- data/test/environments/rails40/Gemfile +0 -26
- data/test/environments/rails40/Rakefile +0 -11
- data/test/environments/rails40/config/application.rb +0 -18
- data/test/environments/rails40/config/boot.rb +0 -10
- data/test/environments/rails40/config/database.yml +0 -26
- data/test/environments/rails40/config/environment.rb +0 -6
- data/test/environments/rails40/db/schema.rb +0 -5
- data/test/environments/rails41/Gemfile +0 -26
- data/test/environments/rails41/Rakefile +0 -11
- data/test/environments/rails41/config/application.rb +0 -18
- data/test/environments/rails41/config/boot.rb +0 -10
- data/test/environments/rails41/config/database.yml +0 -26
- data/test/environments/rails41/config/environment.rb +0 -6
- data/test/environments/rails41/db/schema.rb +0 -5
- data/test/environments/rails42/Gemfile +0 -27
- data/test/environments/rails42/Rakefile +0 -11
- data/test/environments/rails42/config/application.rb +0 -18
- data/test/environments/rails42/config/boot.rb +0 -10
- data/test/environments/rails42/config/database.yml +0 -26
- data/test/environments/rails42/config/environment.rb +0 -6
- data/test/environments/rails42/db/schema.rb +0 -5
- data/test/environments/rails50/Gemfile +0 -23
- data/test/environments/rails50/Rakefile +0 -11
- data/test/environments/rails50/config/application.rb +0 -18
- data/test/environments/rails50/config/boot.rb +0 -10
- data/test/environments/rails50/config/database.yml +0 -26
- data/test/environments/rails50/config/environment.rb +0 -6
- data/test/environments/rails50/db/schema.rb +0 -5
- data/test/fixtures/cross_agent_tests/README.md +0 -34
- data/test/fixtures/cross_agent_tests/attribute_configuration.json +0 -384
- data/test/fixtures/cross_agent_tests/aws.json +0 -312
- data/test/fixtures/cross_agent_tests/cat/README.md +0 -28
- data/test/fixtures/cross_agent_tests/cat/cat_map.json +0 -595
- data/test/fixtures/cross_agent_tests/cat/path_hashing.json +0 -51
- data/test/fixtures/cross_agent_tests/cat_map.json +0 -597
- data/test/fixtures/cross_agent_tests/data_transport/data_transport.json +0 -1441
- data/test/fixtures/cross_agent_tests/data_transport/data_transport.md +0 -35
- data/test/fixtures/cross_agent_tests/datastores/README.md +0 -16
- data/test/fixtures/cross_agent_tests/datastores/datastore_api.json +0 -443
- data/test/fixtures/cross_agent_tests/datastores/datastore_instances.json +0 -73
- data/test/fixtures/cross_agent_tests/docker_container_id/README.md +0 -6
- data/test/fixtures/cross_agent_tests/docker_container_id/cases.json +0 -75
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-0.9.1.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.0.0.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-lxc-driver.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-native-driver-fs.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-native-driver-systemd.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.3.txt +0 -9
- data/test/fixtures/cross_agent_tests/docker_container_id/empty.txt +0 -0
- data/test/fixtures/cross_agent_tests/docker_container_id/heroku.txt +0 -1
- data/test/fixtures/cross_agent_tests/docker_container_id/invalid-characters.txt +0 -9
- data/test/fixtures/cross_agent_tests/docker_container_id/invalid-length.txt +0 -9
- data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.04-lxc-container.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.04-no-container.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.10-no-container.txt +0 -10
- data/test/fixtures/cross_agent_tests/labels.json +0 -195
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/README.md +0 -16
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.colon_obfuscated.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.explain.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.obfuscated.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.explain.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.colon_obfuscated.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.explain.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.obfuscated.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.colon_obfuscated.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.explain.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.obfuscated.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.colon_obfuscated.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.explain.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.obfuscated.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.explain.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_1core_1logical.txt +0 -3
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_1core_2logical.txt +0 -14
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_2core_2logical.txt +0 -14
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_4core_4logical.txt +0 -28
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_12core_24logical.txt +0 -575
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_20core_40logical.txt +0 -999
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_2core_2logical.txt +0 -51
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_2core_4logical.txt +0 -28
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_4core_4logical.txt +0 -28
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/4pack_4core_4logical.txt +0 -103
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/8pack_8core_8logical.txt +0 -199
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/README.md +0 -28
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/Xpack_Xcore_2logical.txt +0 -43
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/malformed_file.txt +0 -3
- data/test/fixtures/cross_agent_tests/proc_meminfo/README.md +0 -7
- data/test/fixtures/cross_agent_tests/proc_meminfo/meminfo_4096MB.txt +0 -47
- data/test/fixtures/cross_agent_tests/rules.json +0 -165
- data/test/fixtures/cross_agent_tests/rum_client_config.json +0 -91
- data/test/fixtures/cross_agent_tests/rum_footer_insertion_location/close-body-in-comment.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html +0 -19
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/basic.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/body_with_attributes.html +0 -3
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_after_x_ua_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_before_x_ua_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_with_spaces.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/comments1.html +0 -24
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/comments2.html +0 -24
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag_after_x_ua_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag_before_x_ua_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/empty_head +0 -4
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes1.html +0 -27
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes2.html +0 -24
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes_mismatch.html +0 -24
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_single_quotes1.html +0 -25
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_single_quotes_mismatch.html +0 -25
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/head_with_attributes.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/incomplete_non_meta_tags.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_end_header.html +0 -6
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_header.html +0 -7
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_html_and_no_header.html +0 -3
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_start_header.html +0 -9
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/script1.html +0 -19
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/script2.html +0 -17
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_multiline.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_multiple_tags.html +0 -12
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_spaces_around_equals.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_with_others.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_with_spaces.html +0 -10
- data/test/fixtures/cross_agent_tests/sql_obfuscation/README.md +0 -36
- data/test/fixtures/cross_agent_tests/sql_obfuscation/sql_obfuscation.json +0 -619
- data/test/fixtures/cross_agent_tests/sql_parsing.json +0 -55
- data/test/fixtures/cross_agent_tests/synthetics/README.md +0 -65
- data/test/fixtures/cross_agent_tests/synthetics/synthetics.json +0 -317
- data/test/fixtures/cross_agent_tests/transaction_segment_terms.json +0 -389
- data/test/fixtures/cross_agent_tests/url_clean.json +0 -15
- data/test/fixtures/cross_agent_tests/url_domain_extraction.json +0 -35
- data/test/fixtures/cross_agent_tests/utilization/README.md +0 -13
- data/test/fixtures/cross_agent_tests/utilization/utilization_json.json +0 -132
- data/test/helpers/exceptions.rb +0 -16
- data/test/helpers/file_searching.rb +0 -28
- data/test/helpers/logging.rb +0 -37
- data/test/helpers/minitest.rb +0 -50
- data/test/helpers/misc.rb +0 -87
- data/test/helpers/mongo_metric_builder.rb +0 -34
- data/test/helpers/transaction_sample.rb +0 -44
- data/test/intentional_fail.rb +0 -13
- data/test/multiverse/.gitignore +0 -13
- data/test/multiverse/README.md +0 -85
- data/test/multiverse/lib/multiverse/color.rb +0 -23
- data/test/multiverse/lib/multiverse/envfile.rb +0 -66
- data/test/multiverse/lib/multiverse/output_collector.rb +0 -82
- data/test/multiverse/lib/multiverse/runner.rb +0 -118
- data/test/multiverse/lib/multiverse/shell_utils.rb +0 -27
- data/test/multiverse/lib/multiverse/suite.rb +0 -536
- data/test/multiverse/lib/multiverse.rb +0 -32
- data/test/multiverse/script/runner +0 -5
- data/test/multiverse/suites/active_record/.gitignore +0 -1
- data/test/multiverse/suites/active_record/Envfile +0 -60
- data/test/multiverse/suites/active_record/Rakefile +0 -9
- data/test/multiverse/suites/active_record/active_record_test.rb +0 -618
- data/test/multiverse/suites/active_record/app/models/models.rb +0 -34
- data/test/multiverse/suites/active_record/ar_method_aliasing.rb +0 -43
- data/test/multiverse/suites/active_record/before_suite.rb +0 -23
- data/test/multiverse/suites/active_record/config/database.rb +0 -79
- data/test/multiverse/suites/active_record/config/database.yml +0 -20
- data/test/multiverse/suites/active_record/config/newrelic.yml +0 -18
- data/test/multiverse/suites/active_record/db/migrate/20141105131800_create_users_and_aliases.rb +0 -21
- data/test/multiverse/suites/active_record/db/migrate/20141106082200_create_orders_and_shipments.rb +0 -25
- data/test/multiverse/suites/active_record/db/migrate/20150413011200_add_timestamps_to_orders.rb +0 -16
- data/test/multiverse/suites/active_record/db/migrate/20150414084400_create_groups.rb +0 -21
- data/test/multiverse/suites/activemerchant/Envfile +0 -26
- data/test/multiverse/suites/activemerchant/activemerchant_test.rb +0 -62
- data/test/multiverse/suites/agent_only/Envfile +0 -5
- data/test/multiverse/suites/agent_only/agent_attributes_test.rb +0 -351
- data/test/multiverse/suites/agent_only/agent_run_id_handling_test.rb +0 -39
- data/test/multiverse/suites/agent_only/audit_log_test.rb +0 -57
- data/test/multiverse/suites/agent_only/collector_exception_handling_test.rb +0 -87
- data/test/multiverse/suites/agent_only/config/newrelic.yml +0 -27
- data/test/multiverse/suites/agent_only/cross_application_tracing_test.rb +0 -94
- data/test/multiverse/suites/agent_only/custom_analytics_events_test.rb +0 -82
- data/test/multiverse/suites/agent_only/custom_queue_time_test.rb +0 -60
- data/test/multiverse/suites/agent_only/encoding_handling_test.rb +0 -122
- data/test/multiverse/suites/agent_only/error_events_test.rb +0 -98
- data/test/multiverse/suites/agent_only/exclusive_time_test.rb +0 -176
- data/test/multiverse/suites/agent_only/harvest_timestamps_test.rb +0 -61
- data/test/multiverse/suites/agent_only/http_response_code_test.rb +0 -38
- data/test/multiverse/suites/agent_only/keepalive_test.rb +0 -24
- data/test/multiverse/suites/agent_only/key_transactions_test.rb +0 -118
- data/test/multiverse/suites/agent_only/labels_test.rb +0 -83
- data/test/multiverse/suites/agent_only/logging_test.rb +0 -162
- data/test/multiverse/suites/agent_only/marshaling_test.rb +0 -89
- data/test/multiverse/suites/agent_only/pipe_manager_test.rb +0 -41
- data/test/multiverse/suites/agent_only/rename_rule_test.rb +0 -91
- data/test/multiverse/suites/agent_only/rum_instrumentation_test.rb +0 -97
- data/test/multiverse/suites/agent_only/script/env_change.rb +0 -10
- data/test/multiverse/suites/agent_only/script/loading.rb +0 -20
- data/test/multiverse/suites/agent_only/script/public_api_when_disabled.rb +0 -57
- data/test/multiverse/suites/agent_only/script/symbol_env.rb +0 -10
- data/test/multiverse/suites/agent_only/script/warnings.rb +0 -15
- data/test/multiverse/suites/agent_only/service_timeout_test.rb +0 -39
- data/test/multiverse/suites/agent_only/set_transaction_name_test.rb +0 -118
- data/test/multiverse/suites/agent_only/ssl_test.rb +0 -21
- data/test/multiverse/suites/agent_only/start_up_test.rb +0 -107
- data/test/multiverse/suites/agent_only/synthetics_test.rb +0 -131
- data/test/multiverse/suites/agent_only/testing_app.rb +0 -58
- data/test/multiverse/suites/agent_only/thread_profiling_test.rb +0 -137
- data/test/multiverse/suites/agent_only/transaction_events_test.rb +0 -31
- data/test/multiverse/suites/agent_only/transaction_ignoring_test.rb +0 -42
- data/test/multiverse/suites/agent_only/utilization_data_collection_test.rb +0 -105
- data/test/multiverse/suites/agent_only/xray_sessions_test.rb +0 -196
- data/test/multiverse/suites/bare/Envfile +0 -3
- data/test/multiverse/suites/bare/standalone_instrumentation_test.rb +0 -43
- data/test/multiverse/suites/capistrano/Capfile +0 -26
- data/test/multiverse/suites/capistrano/Envfile +0 -23
- data/test/multiverse/suites/capistrano/config/deploy/production.rb +0 -9
- data/test/multiverse/suites/capistrano/config/deploy.rb +0 -14
- data/test/multiverse/suites/capistrano/config/newrelic.yml +0 -21
- data/test/multiverse/suites/capistrano/deployment_test.rb +0 -51
- data/test/multiverse/suites/capistrano2/Capfile +0 -4
- data/test/multiverse/suites/capistrano2/Envfile +0 -8
- data/test/multiverse/suites/capistrano2/config/deploy.rb +0 -19
- data/test/multiverse/suites/capistrano2/config/newrelic.yml +0 -21
- data/test/multiverse/suites/capistrano2/deployment_test.rb +0 -37
- data/test/multiverse/suites/config_file_loading/Envfile +0 -13
- data/test/multiverse/suites/config_file_loading/config_file_loading_test.rb +0 -213
- data/test/multiverse/suites/curb/Envfile +0 -27
- data/test/multiverse/suites/curb/config/newrelic.yml +0 -18
- data/test/multiverse/suites/curb/curb_test.rb +0 -212
- data/test/multiverse/suites/datamapper/Envfile +0 -36
- data/test/multiverse/suites/datamapper/config/newrelic.yml +0 -20
- data/test/multiverse/suites/datamapper/datamapper_test.rb +0 -429
- data/test/multiverse/suites/deferred_instrumentation/Envfile +0 -15
- data/test/multiverse/suites/deferred_instrumentation/config/newrelic.yml +0 -20
- data/test/multiverse/suites/deferred_instrumentation/sinatra_test.rb +0 -110
- data/test/multiverse/suites/delayed_job/Envfile +0 -101
- data/test/multiverse/suites/delayed_job/before_suite.rb +0 -43
- data/test/multiverse/suites/delayed_job/config/newrelic.yml +0 -18
- data/test/multiverse/suites/delayed_job/delayed_job_instrumentation_test.rb +0 -106
- data/test/multiverse/suites/delayed_job/delayed_job_sampler_test.rb +0 -128
- data/test/multiverse/suites/delayed_job/unsupported_backend_test.rb +0 -21
- data/test/multiverse/suites/excon/Envfile +0 -18
- data/test/multiverse/suites/excon/config/newrelic.yml +0 -18
- data/test/multiverse/suites/excon/excon_test.rb +0 -81
- data/test/multiverse/suites/grape/Envfile +0 -9
- data/test/multiverse/suites/grape/config/newrelic.yml +0 -19
- data/test/multiverse/suites/grape/grape_test.rb +0 -219
- data/test/multiverse/suites/grape/grape_test_api.rb +0 -64
- data/test/multiverse/suites/grape/grape_versioning_test.rb +0 -118
- data/test/multiverse/suites/grape/grape_versioning_test_api.rb +0 -130
- data/test/multiverse/suites/grape/unsupported_version_test.rb +0 -28
- data/test/multiverse/suites/high_security/Envfile +0 -3
- data/test/multiverse/suites/high_security/config/newrelic.yml +0 -70
- data/test/multiverse/suites/high_security/high_security_test.rb +0 -214
- data/test/multiverse/suites/httpclient/Envfile +0 -15
- data/test/multiverse/suites/httpclient/config/newrelic.yml +0 -18
- data/test/multiverse/suites/httpclient/httpclient_test.rb +0 -75
- data/test/multiverse/suites/httprb/Envfile +0 -21
- data/test/multiverse/suites/httprb/config/newrelic.yml +0 -18
- data/test/multiverse/suites/httprb/httprb_test.rb +0 -78
- data/test/multiverse/suites/json/Envfile +0 -22
- data/test/multiverse/suites/json/config/newrelic.yml +0 -22
- data/test/multiverse/suites/json/json_test.rb +0 -16
- data/test/multiverse/suites/marshalling/Envfile +0 -3
- data/test/multiverse/suites/marshalling/config/newrelic.yml +0 -20
- data/test/multiverse/suites/marshalling/marshalling_test.rb +0 -16
- data/test/multiverse/suites/memcached/Envfile +0 -36
- data/test/multiverse/suites/memcached/dalli_test.rb +0 -163
- data/test/multiverse/suites/memcached/memcache_client_test.rb +0 -25
- data/test/multiverse/suites/memcached/memcache_test_cases.rb +0 -315
- data/test/multiverse/suites/memcached/memcached_test.rb +0 -179
- data/test/multiverse/suites/mongo/Envfile +0 -74
- data/test/multiverse/suites/mongo/config/newrelic.yml +0 -18
- data/test/multiverse/suites/mongo/helpers/mongo_operation_tests.rb +0 -551
- data/test/multiverse/suites/mongo/helpers/mongo_replica_set.rb +0 -97
- data/test/multiverse/suites/mongo/helpers/mongo_replica_set_test.rb +0 -82
- data/test/multiverse/suites/mongo/helpers/mongo_server.rb +0 -241
- data/test/multiverse/suites/mongo/helpers/mongo_server_test.rb +0 -176
- data/test/multiverse/suites/mongo/mongo2_instrumentation_test.rb +0 -493
- data/test/multiverse/suites/mongo/mongo_connection_test.rb +0 -40
- data/test/multiverse/suites/mongo/mongo_instrumentation_test.rb +0 -58
- data/test/multiverse/suites/mongo/mongo_unsupported_version_test.rb +0 -72
- data/test/multiverse/suites/net_http/Envfile +0 -6
- data/test/multiverse/suites/net_http/config/newrelic.yml +0 -18
- data/test/multiverse/suites/net_http/net_http_test.rb +0 -115
- data/test/multiverse/suites/padrino/Envfile +0 -19
- data/test/multiverse/suites/padrino/config/newrelic.yml +0 -22
- data/test/multiverse/suites/padrino/padrino_test.rb +0 -52
- data/test/multiverse/suites/rack/Envfile +0 -64
- data/test/multiverse/suites/rack/before_suite.rb +0 -12
- data/test/multiverse/suites/rack/builder_map_test.rb +0 -128
- data/test/multiverse/suites/rack/config/newrelic.yml +0 -18
- data/test/multiverse/suites/rack/example_app.rb +0 -119
- data/test/multiverse/suites/rack/http_response_code_test.rb +0 -49
- data/test/multiverse/suites/rack/nested_non_rack_app_test.rb +0 -66
- data/test/multiverse/suites/rack/puma_rack_builder_test.rb +0 -84
- data/test/multiverse/suites/rack/rack_auto_instrumentation_test.rb +0 -151
- data/test/multiverse/suites/rack/rack_cascade_test.rb +0 -44
- data/test/multiverse/suites/rack/rack_env_mutation_test.rb +0 -52
- data/test/multiverse/suites/rack/rack_parameter_filtering_test.rb +0 -49
- data/test/multiverse/suites/rack/rack_unsupported_version_test.rb +0 -43
- data/test/multiverse/suites/rack/response_content_type_test.rb +0 -49
- data/test/multiverse/suites/rack/url_map_test.rb +0 -155
- data/test/multiverse/suites/rails/Envfile +0 -61
- data/test/multiverse/suites/rails/action_cable_test.rb +0 -81
- data/test/multiverse/suites/rails/action_controller_live_rum_test.rb +0 -39
- data/test/multiverse/suites/rails/activejob_test.rb +0 -151
- data/test/multiverse/suites/rails/app/views/foos/_foo.html.haml +0 -1
- data/test/multiverse/suites/rails/app/views/views/_a_partial.html.erb +0 -2
- data/test/multiverse/suites/rails/app/views/views/_mid_partial.html.erb +0 -1
- data/test/multiverse/suites/rails/app/views/views/_top_partial.html.erb +0 -3
- data/test/multiverse/suites/rails/app/views/views/deep_partial.html.erb +0 -3
- data/test/multiverse/suites/rails/app/views/views/haml_view.html.haml +0 -6
- data/test/multiverse/suites/rails/app/views/views/index.html.erb +0 -4
- data/test/multiverse/suites/rails/app.rb +0 -44
- data/test/multiverse/suites/rails/bad_instrumentation_test.rb +0 -29
- data/test/multiverse/suites/rails/config/newrelic.yml +0 -30
- data/test/multiverse/suites/rails/dummy.txt +0 -1
- data/test/multiverse/suites/rails/error_tracing_test.rb +0 -346
- data/test/multiverse/suites/rails/gc_instrumentation_test.rb +0 -73
- data/test/multiverse/suites/rails/ignore_test.rb +0 -79
- data/test/multiverse/suites/rails/middleware_instrumentation_test.rb +0 -41
- data/test/multiverse/suites/rails/middlewares.rb +0 -19
- data/test/multiverse/suites/rails/parameter_capture_test.rb +0 -328
- data/test/multiverse/suites/rails/queue_time_test.rb +0 -89
- data/test/multiverse/suites/rails/rails2_app/app/controllers/application.rb +0 -7
- data/test/multiverse/suites/rails/rails2_app/config/boot.rb +0 -127
- data/test/multiverse/suites/rails/rails2_app/config/database.yml +0 -18
- data/test/multiverse/suites/rails/rails2_app/config/environment.rb +0 -16
- data/test/multiverse/suites/rails/rails2_app/config/environments/development.rb +0 -10
- data/test/multiverse/suites/rails/rails2_app/config/initializers/load_newrelic_rpm.rb +0 -9
- data/test/multiverse/suites/rails/rails2_app/config/preinitializer.rb +0 -25
- data/test/multiverse/suites/rails/rails2_app/config/routes.rb +0 -19
- data/test/multiverse/suites/rails/rails2_app/db/schema.rb +0 -5
- data/test/multiverse/suites/rails/rails3_app/app_rails3_plus.rb +0 -99
- data/test/multiverse/suites/rails/request_statistics_test.rb +0 -192
- data/test/multiverse/suites/rails/transaction_ignoring_test.rb +0 -41
- data/test/multiverse/suites/rails/view_instrumentation_test.rb +0 -254
- data/test/multiverse/suites/rake/Envfile +0 -43
- data/test/multiverse/suites/rake/Rakefile +0 -54
- data/test/multiverse/suites/rake/config/newrelic.yml +0 -18
- data/test/multiverse/suites/rake/multitask_test.rb +0 -40
- data/test/multiverse/suites/rake/rake_test.rb +0 -209
- data/test/multiverse/suites/rake/rake_test_helper.rb +0 -66
- data/test/multiverse/suites/rake/unsupported_rake_test.rb +0 -19
- data/test/multiverse/suites/redis/Envfile +0 -23
- data/test/multiverse/suites/redis/config/newrelic.yml +0 -19
- data/test/multiverse/suites/redis/redis_instrumentation_test.rb +0 -331
- data/test/multiverse/suites/redis/redis_unsupported_version_test.rb +0 -20
- data/test/multiverse/suites/resque/Envfile +0 -9
- data/test/multiverse/suites/resque/Rakefile +0 -3
- data/test/multiverse/suites/resque/config/newrelic.yml +0 -19
- data/test/multiverse/suites/resque/instrumentation_test.rb +0 -159
- data/test/multiverse/suites/resque/resque_marshalling_test.rb +0 -61
- data/test/multiverse/suites/sequel/Envfile +0 -41
- data/test/multiverse/suites/sequel/config/newrelic.yml +0 -18
- data/test/multiverse/suites/sequel/database.rb +0 -54
- data/test/multiverse/suites/sequel/sequel_extension_test.rb +0 -142
- data/test/multiverse/suites/sequel/sequel_helpers.rb +0 -62
- data/test/multiverse/suites/sequel/sequel_plugin_test.rb +0 -230
- data/test/multiverse/suites/sequel/sequel_safety_test.rb +0 -30
- data/test/multiverse/suites/sidekiq/Envfile +0 -43
- data/test/multiverse/suites/sidekiq/after_suite.rb +0 -16
- data/test/multiverse/suites/sidekiq/config/newrelic.yml +0 -20
- data/test/multiverse/suites/sidekiq/log/.gitkeep +0 -0
- data/test/multiverse/suites/sidekiq/sidekiq_instrumentation_test.rb +0 -220
- data/test/multiverse/suites/sidekiq/sidekiq_server.rb +0 -35
- data/test/multiverse/suites/sidekiq/test_model.rb +0 -12
- data/test/multiverse/suites/sidekiq/test_worker.rb +0 -71
- data/test/multiverse/suites/sinatra/Envfile +0 -27
- data/test/multiverse/suites/sinatra/config/newrelic.yml +0 -21
- data/test/multiverse/suites/sinatra/ignoring_test.rb +0 -226
- data/test/multiverse/suites/sinatra/nested_middleware_test.rb +0 -47
- data/test/multiverse/suites/sinatra/sinatra_classic_test.rb +0 -103
- data/test/multiverse/suites/sinatra/sinatra_error_tracing_test.rb +0 -48
- data/test/multiverse/suites/sinatra/sinatra_metric_explosion_test.rb +0 -102
- data/test/multiverse/suites/sinatra/sinatra_modular_test.rb +0 -93
- data/test/multiverse/suites/sinatra/sinatra_parameter_capture_test.rb +0 -82
- data/test/multiverse/suites/sinatra/sinatra_routes_test.rb +0 -49
- data/test/multiverse/suites/sinatra/sinatra_test_cases.rb +0 -226
- data/test/multiverse/suites/typhoeus/Envfile +0 -68
- data/test/multiverse/suites/typhoeus/config/newrelic.yml +0 -18
- data/test/multiverse/suites/typhoeus/typhoeus_test.rb +0 -145
- data/test/multiverse/suites/yajl/Envfile +0 -20
- data/test/multiverse/suites/yajl/config/newrelic.yml +0 -21
- data/test/multiverse/suites/yajl/yajl_test.rb +0 -16
- data/test/multiverse/test/multiverse_test.rb +0 -59
- data/test/multiverse/test/suite_examples/one/a/Envfile +0 -3
- data/test/multiverse/test/suite_examples/one/a/a_test.rb +0 -14
- data/test/multiverse/test/suite_examples/one/a/config/newrelic.yml +0 -22
- data/test/multiverse/test/suite_examples/one/b/Envfile +0 -3
- data/test/multiverse/test/suite_examples/one/b/b_test.rb +0 -14
- data/test/multiverse/test/suite_examples/one/b/config/newrelic.yml +0 -22
- data/test/multiverse/test/suite_examples/three/a/Envfile +0 -2
- data/test/multiverse/test/suite_examples/three/a/fail_test.rb +0 -10
- data/test/multiverse/test/suite_examples/three/b/Envfile +0 -2
- data/test/multiverse/test/suite_examples/three/b/win_test.rb +0 -10
- data/test/multiverse/test/suite_examples/two/a/Envfile +0 -1
- data/test/multiverse/test/suite_examples/two/a/fail_test.rb +0 -10
- data/test/new_relic/FAKECHANGELOG +0 -21
- data/test/new_relic/agent/agent/connect_test.rb +0 -308
- data/test/new_relic/agent/agent/start_test.rb +0 -186
- data/test/new_relic/agent/agent/start_worker_thread_test.rb +0 -74
- data/test/new_relic/agent/agent_logger_test.rb +0 -389
- data/test/new_relic/agent/agent_test.rb +0 -710
- data/test/new_relic/agent/agent_test_controller.rb +0 -84
- data/test/new_relic/agent/apdex_from_server_test.rb +0 -13
- data/test/new_relic/agent/api_tests/datastore_api_test.rb +0 -64
- data/test/new_relic/agent/attribute_filter_test.rb +0 -218
- data/test/new_relic/agent/attribute_processing_test.rb +0 -164
- data/test/new_relic/agent/audit_logger_test.rb +0 -208
- data/test/new_relic/agent/autostart_test.rb +0 -79
- data/test/new_relic/agent/aws_info_test.rb +0 -76
- data/test/new_relic/agent/busy_calculator_test.rb +0 -96
- data/test/new_relic/agent/commands/agent_command_router_test.rb +0 -256
- data/test/new_relic/agent/commands/agent_command_test.rb +0 -37
- data/test/new_relic/agent/commands/thread_profiler_session_test.rb +0 -216
- data/test/new_relic/agent/commands/xray_session_collection_test.rb +0 -332
- data/test/new_relic/agent/commands/xray_session_test.rb +0 -42
- data/test/new_relic/agent/configuration/default_source_test.rb +0 -229
- data/test/new_relic/agent/configuration/dotted_hash_test.rb +0 -53
- data/test/new_relic/agent/configuration/environment_source_test.rb +0 -201
- data/test/new_relic/agent/configuration/high_security_source_test.rb +0 -92
- data/test/new_relic/agent/configuration/manager_test.rb +0 -455
- data/test/new_relic/agent/configuration/manual_source_test.rb +0 -18
- data/test/new_relic/agent/configuration/orphan_configuration_test.rb +0 -91
- data/test/new_relic/agent/configuration/server_source_test.rb +0 -202
- data/test/new_relic/agent/configuration/yaml_source_test.rb +0 -117
- data/test/new_relic/agent/cross_app_monitor_test.rb +0 -248
- data/test/new_relic/agent/custom_event_aggregator_test.rb +0 -127
- data/test/new_relic/agent/database/postgres_explain_obfuscator_test.rb +0 -34
- data/test/new_relic/agent/database/sql_obfuscation_test.rb +0 -52
- data/test/new_relic/agent/database_test.rb +0 -482
- data/test/new_relic/agent/datastores/metric_helper_test.rb +0 -203
- data/test/new_relic/agent/datastores/mongo/event_formatter_test.rb +0 -175
- data/test/new_relic/agent/datastores/mongo/metric_translator_test.rb +0 -270
- data/test/new_relic/agent/datastores/mongo/obfuscator_test.rb +0 -99
- data/test/new_relic/agent/datastores/mongo/statement_formatter_test.rb +0 -72
- data/test/new_relic/agent/datastores/redis_test.rb +0 -126
- data/test/new_relic/agent/datastores_test.rb +0 -202
- data/test/new_relic/agent/deprecator_test.rb +0 -52
- data/test/new_relic/agent/encoding_normalizer_test.rb +0 -69
- data/test/new_relic/agent/error_collector_test.rb +0 -407
- data/test/new_relic/agent/error_event_aggregator_test.rb +0 -237
- data/test/new_relic/agent/error_trace_aggregator_test.rb +0 -298
- data/test/new_relic/agent/event_aggregator_test.rb +0 -178
- data/test/new_relic/agent/event_buffer_test_cases.rb +0 -168
- data/test/new_relic/agent/event_listener_test.rb +0 -70
- data/test/new_relic/agent/event_loop_test.rb +0 -202
- data/test/new_relic/agent/harvester_test.rb +0 -79
- data/test/new_relic/agent/hostname_test.rb +0 -121
- data/test/new_relic/agent/http_clients/uri_util_test.rb +0 -64
- data/test/new_relic/agent/inbound_request_monitor_test.rb +0 -49
- data/test/new_relic/agent/instrumentation/action_cable_subscriber_test.rb +0 -124
- data/test/new_relic/agent/instrumentation/action_controller_subscriber_test.rb +0 -299
- data/test/new_relic/agent/instrumentation/action_view_subscriber_test.rb +0 -249
- data/test/new_relic/agent/instrumentation/active_job_test.rb +0 -20
- data/test/new_relic/agent/instrumentation/active_record_helper_test.rb +0 -66
- data/test/new_relic/agent/instrumentation/active_record_subscriber_test.rb +0 -210
- data/test/new_relic/agent/instrumentation/controller_instrumentation_test.rb +0 -328
- data/test/new_relic/agent/instrumentation/delayed_job_instrumentation_test.rb +0 -23
- data/test/new_relic/agent/instrumentation/instance_identification_test.rb +0 -169
- data/test/new_relic/agent/instrumentation/instrumentation_test.rb +0 -14
- data/test/new_relic/agent/instrumentation/middleware_proxy_test.rb +0 -256
- data/test/new_relic/agent/instrumentation/middleware_tracing_test.rb +0 -49
- data/test/new_relic/agent/instrumentation/mongodb_command_subscriber_test.rb +0 -112
- data/test/new_relic/agent/instrumentation/net_instrumentation_test.rb +0 -41
- data/test/new_relic/agent/instrumentation/queue_time_test.rb +0 -103
- data/test/new_relic/agent/instrumentation/rack_test.rb +0 -44
- data/test/new_relic/agent/instrumentation/sequel_helper_test.rb +0 -36
- data/test/new_relic/agent/instrumentation/sinatra/transaction_namer_test.rb +0 -62
- data/test/new_relic/agent/instrumentation/sinatra_test.rb +0 -80
- data/test/new_relic/agent/instrumentation/task_instrumentation_test.rb +0 -186
- data/test/new_relic/agent/javascript_instrumentor_test.rb +0 -340
- data/test/new_relic/agent/memory_logger_test.rb +0 -85
- data/test/new_relic/agent/method_interrobang_test.rb +0 -31
- data/test/new_relic/agent/method_tracer/class_methods/add_method_tracer_test.rb +0 -112
- data/test/new_relic/agent/method_tracer/instance_methods/trace_execution_scoped_test.rb +0 -215
- data/test/new_relic/agent/method_tracer_test.rb +0 -480
- data/test/new_relic/agent/method_visibility_test.rb +0 -90
- data/test/new_relic/agent/mock_scope_listener.rb +0 -30
- data/test/new_relic/agent/new_relic_service/json_marshaller_test.rb +0 -27
- data/test/new_relic/agent/new_relic_service_test.rb +0 -972
- data/test/new_relic/agent/obfuscator_test.rb +0 -77
- data/test/new_relic/agent/parameter_filtering_test.rb +0 -39
- data/test/new_relic/agent/payload_metric_mapping_test.rb +0 -74
- data/test/new_relic/agent/pipe_channel_manager_test.rb +0 -316
- data/test/new_relic/agent/pipe_service_test.rb +0 -151
- data/test/new_relic/agent/rpm_agent_test.rb +0 -91
- data/test/new_relic/agent/rules_engine_test.rb +0 -136
- data/test/new_relic/agent/sampled_buffer_test.rb +0 -142
- data/test/new_relic/agent/sampler_collection_test.rb +0 -90
- data/test/new_relic/agent/sampler_test.rb +0 -66
- data/test/new_relic/agent/samplers/cpu_sampler_test.rb +0 -79
- data/test/new_relic/agent/samplers/memory_sampler_test.rb +0 -66
- data/test/new_relic/agent/samplers/vm_sampler_test.rb +0 -349
- data/test/new_relic/agent/sized_buffer_test.rb +0 -29
- data/test/new_relic/agent/sql_sampler_test.rb +0 -463
- data/test/new_relic/agent/stats_engine/gc_profiler_test.rb +0 -176
- data/test/new_relic/agent/stats_engine/metric_stats_test.rb +0 -328
- data/test/new_relic/agent/stats_engine/stats_hash_test.rb +0 -195
- data/test/new_relic/agent/stats_engine_test.rb +0 -32
- data/test/new_relic/agent/stats_test.rb +0 -187
- data/test/new_relic/agent/synthetics_event_aggregator_test.rb +0 -180
- data/test/new_relic/agent/synthetics_event_buffer_test.rb +0 -54
- data/test/new_relic/agent/synthetics_monitor_test.rb +0 -93
- data/test/new_relic/agent/system_info_test.rb +0 -133
- data/test/new_relic/agent/threading/agent_thread_test.rb +0 -149
- data/test/new_relic/agent/threading/backtrace_node_test.rb +0 -184
- data/test/new_relic/agent/threading/backtrace_service_test.rb +0 -603
- data/test/new_relic/agent/threading/fake_thread.rb +0 -43
- data/test/new_relic/agent/threading/thread_profile_test.rb +0 -271
- data/test/new_relic/agent/threading/threaded_test_case.rb +0 -18
- data/test/new_relic/agent/traced_method_stack_test.rb +0 -187
- data/test/new_relic/agent/transaction/abstract_segment_test.rb +0 -103
- data/test/new_relic/agent/transaction/attributes_test.rb +0 -268
- data/test/new_relic/agent/transaction/datastore_segment_test.rb +0 -336
- data/test/new_relic/agent/transaction/developer_mode_sample_buffer_test.rb +0 -75
- data/test/new_relic/agent/transaction/external_request_segment_test.rb +0 -330
- data/test/new_relic/agent/transaction/request_attributes_test.rb +0 -84
- data/test/new_relic/agent/transaction/segment_test.rb +0 -77
- data/test/new_relic/agent/transaction/slowest_sample_buffer_test.rb +0 -67
- data/test/new_relic/agent/transaction/synthetics_sample_buffer_test.rb +0 -38
- data/test/new_relic/agent/transaction/trace_node_test.rb +0 -361
- data/test/new_relic/agent/transaction/trace_test.rb +0 -394
- data/test/new_relic/agent/transaction/tracing_test.rb +0 -176
- data/test/new_relic/agent/transaction/xray_sample_buffer_test.rb +0 -71
- data/test/new_relic/agent/transaction_error_primitive_test.rb +0 -117
- data/test/new_relic/agent/transaction_event_aggregator_test.rb +0 -211
- data/test/new_relic/agent/transaction_event_primitive_test.rb +0 -195
- data/test/new_relic/agent/transaction_event_recorder_test.rb +0 -80
- data/test/new_relic/agent/transaction_interrobang_test.rb +0 -33
- data/test/new_relic/agent/transaction_metrics_test.rb +0 -113
- data/test/new_relic/agent/transaction_sample_builder_test.rb +0 -215
- data/test/new_relic/agent/transaction_sampler_test.rb +0 -860
- data/test/new_relic/agent/transaction_state_test.rb +0 -122
- data/test/new_relic/agent/transaction_test.rb +0 -1476
- data/test/new_relic/agent/transaction_timings_test.rb +0 -91
- data/test/new_relic/agent/utilization_data_test.rb +0 -258
- data/test/new_relic/agent/vm/monotonic_gc_profiler_test.rb +0 -42
- data/test/new_relic/agent/vm/mri_vm_test.rb +0 -40
- data/test/new_relic/agent/vm/snapshot_test.rb +0 -13
- data/test/new_relic/agent/vm_test.rb +0 -48
- data/test/new_relic/agent/worker_loop_test.rb +0 -98
- data/test/new_relic/agent_test.rb +0 -461
- data/test/new_relic/cli/commands/deployments_test.rb +0 -136
- data/test/new_relic/cli/commands/install_test.rb +0 -27
- data/test/new_relic/coerce_test.rb +0 -93
- data/test/new_relic/collection_helper_test.rb +0 -152
- data/test/new_relic/control/class_methods_test.rb +0 -52
- data/test/new_relic/control/frameworks/rails_test.rb +0 -29
- data/test/new_relic/control/instance_methods_test.rb +0 -50
- data/test/new_relic/control/instrumentation_test.rb +0 -41
- data/test/new_relic/control_test.rb +0 -169
- data/test/new_relic/data_container_tests.rb +0 -87
- data/test/new_relic/dependency_detection_test.rb +0 -155
- data/test/new_relic/dispatcher_test.rb +0 -60
- data/test/new_relic/environment_report_test.rb +0 -107
- data/test/new_relic/evil_server.rb +0 -55
- data/test/new_relic/fake_collector.rb +0 -390
- data/test/new_relic/fake_external_server.rb +0 -65
- data/test/new_relic/fake_instance_metadata_service.rb +0 -45
- data/test/new_relic/fake_rpm_site.rb +0 -35
- data/test/new_relic/fake_server.rb +0 -104
- data/test/new_relic/filtering_test_app.rb +0 -19
- data/test/new_relic/framework_test.rb +0 -58
- data/test/new_relic/http_client_test_cases.rb +0 -639
- data/test/new_relic/language_support_test.rb +0 -98
- data/test/new_relic/latest_changes_test.rb +0 -34
- data/test/new_relic/license_test.rb +0 -125
- data/test/new_relic/load_test.rb +0 -15
- data/test/new_relic/local_environment_test.rb +0 -103
- data/test/new_relic/marshalling_test_cases.rb +0 -183
- data/test/new_relic/metric_data_test.rb +0 -144
- data/test/new_relic/metric_parser/metric_parser_test.rb +0 -17
- data/test/new_relic/metric_spec_test.rb +0 -144
- data/test/new_relic/multiverse_helpers.rb +0 -289
- data/test/new_relic/noticed_error_test.rb +0 -267
- data/test/new_relic/rack/agent_hooks_test.rb +0 -44
- data/test/new_relic/rack/agent_middleware_test.rb +0 -32
- data/test/new_relic/rack/browser_monitoring_test.rb +0 -195
- data/test/new_relic/rack/developer_mode/segment_summary_test.rb +0 -96
- data/test/new_relic/rack/developer_mode_helper_test.rb +0 -136
- data/test/new_relic/rack/developer_mode_test.rb +0 -96
- data/test/new_relic/transaction_ignoring_test_cases.rb +0 -102
- data/test/nullverse/default_source_require_test.rb +0 -21
- data/test/nullverse/nullverse_helper.rb +0 -10
- data/test/performance/README.md +0 -175
- data/test/performance/lib/performance/baseline.rb +0 -36
- data/test/performance/lib/performance/baseline_compare_reporter.rb +0 -103
- data/test/performance/lib/performance/baseline_save_reporter.rb +0 -24
- data/test/performance/lib/performance/console_reporter.rb +0 -66
- data/test/performance/lib/performance/formatting_helpers.rb +0 -22
- data/test/performance/lib/performance/hako_client.rb +0 -31
- data/test/performance/lib/performance/hako_reporter.rb +0 -26
- data/test/performance/lib/performance/instrumentation/cpu_usage.rb +0 -26
- data/test/performance/lib/performance/instrumentation/gc_stats.rb +0 -56
- data/test/performance/lib/performance/instrumentation/perf_tools.rb +0 -30
- data/test/performance/lib/performance/instrumentation/stackprof.rb +0 -46
- data/test/performance/lib/performance/instrumentor.rb +0 -96
- data/test/performance/lib/performance/json_reporter.rb +0 -15
- data/test/performance/lib/performance/platform.rb +0 -31
- data/test/performance/lib/performance/reporting.rb +0 -36
- data/test/performance/lib/performance/result.rb +0 -104
- data/test/performance/lib/performance/runner.rb +0 -221
- data/test/performance/lib/performance/table.rb +0 -105
- data/test/performance/lib/performance/test_case.rb +0 -152
- data/test/performance/lib/performance/timer.rb +0 -40
- data/test/performance/lib/performance.rb +0 -38
- data/test/performance/script/baselines +0 -102
- data/test/performance/script/mega-runner +0 -37
- data/test/performance/script/runner +0 -131
- data/test/performance/suites/active_record.rb +0 -26
- data/test/performance/suites/active_record_subscriber.rb +0 -100
- data/test/performance/suites/agent_attributes.rb +0 -62
- data/test/performance/suites/config.rb +0 -35
- data/test/performance/suites/datastores.rb +0 -59
- data/test/performance/suites/error_collector.rb +0 -28
- data/test/performance/suites/external_segment.rb +0 -82
- data/test/performance/suites/marshalling.rb +0 -148
- data/test/performance/suites/queue_time.rb +0 -21
- data/test/performance/suites/rack_middleware.rb +0 -136
- data/test/performance/suites/redis.rb +0 -45
- data/test/performance/suites/rules_engine.rb +0 -35
- data/test/performance/suites/rum_autoinsertion.rb +0 -75
- data/test/performance/suites/segment_terms_rule.rb +0 -27
- data/test/performance/suites/sql_obfuscation.rb +0 -50
- data/test/performance/suites/startup.rb +0 -12
- data/test/performance/suites/stats_hash.rb +0 -31
- data/test/performance/suites/thread_profiling.rb +0 -116
- data/test/performance/suites/trace_execution_scoped.rb +0 -31
- data/test/performance/suites/transaction_tracing.rb +0 -106
- data/test/script/before_install/gemstash_mirror.sh +0 -10
- data/test/script/before_script/install_mongodb.sh +0 -12
- data/test/script/ci.sh +0 -15
- data/test/script/external_server.rb +0 -31
- data/test/script/path_hash.rb +0 -49
- data/test/test_helper.rb +0 -59
- data/ui/helpers/developer_mode_helper.rb +0 -325
- data/ui/helpers/google_pie_chart.rb +0 -54
- data/ui/views/layouts/newrelic_default.rhtml +0 -48
- data/ui/views/newrelic/_explain_plans.rhtml +0 -27
- data/ui/views/newrelic/_sample.rhtml +0 -20
- data/ui/views/newrelic/_segment.rhtml +0 -28
- data/ui/views/newrelic/_segment_limit_message.rhtml +0 -1
- data/ui/views/newrelic/_segment_row.rhtml +0 -12
- data/ui/views/newrelic/_show_sample_detail.rhtml +0 -24
- data/ui/views/newrelic/_show_sample_sql.rhtml +0 -24
- data/ui/views/newrelic/_show_sample_summary.rhtml +0 -3
- data/ui/views/newrelic/_sql_row.rhtml +0 -16
- data/ui/views/newrelic/_stack_trace.rhtml +0 -15
- data/ui/views/newrelic/_table.rhtml +0 -12
- data/ui/views/newrelic/explain_sql.rhtml +0 -43
- data/ui/views/newrelic/file/images/arrow-close.png +0 -0
- data/ui/views/newrelic/file/images/arrow-open.png +0 -0
- data/ui/views/newrelic/file/images/blue_bar.gif +0 -0
- data/ui/views/newrelic/file/images/file_icon.png +0 -0
- data/ui/views/newrelic/file/images/gray_bar.gif +0 -0
- data/ui/views/newrelic/file/images/new-relic-rpm-desktop.gif +0 -0
- data/ui/views/newrelic/file/images/new_relic_rpm_desktop.gif +0 -0
- data/ui/views/newrelic/file/images/textmate.png +0 -0
- data/ui/views/newrelic/file/javascript/jquery-1.4.2.js +0 -6243
- data/ui/views/newrelic/file/javascript/transaction_sample.js +0 -123
- data/ui/views/newrelic/file/stylesheets/style.css +0 -490
- data/ui/views/newrelic/index.rhtml +0 -70
- data/ui/views/newrelic/sample_not_found.rhtml +0 -2
- data/ui/views/newrelic/show_sample.rhtml +0 -81
- data/ui/views/newrelic/threads.rhtml +0 -45
- data/vendor/gems/metric_parser-0.1.0.pre1/.specification +0 -116
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/metric_parser.rb +0 -5
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/action_mailer.rb +0 -18
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/active_merchant.rb +0 -35
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/active_record.rb +0 -37
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/apdex.rb +0 -93
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/background_transaction.rb +0 -11
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/client.rb +0 -50
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller.rb +0 -71
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller_cpu.rb +0 -47
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller_ext.rb +0 -21
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/database.rb +0 -52
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/database_pool.rb +0 -28
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/dot_net.rb +0 -32
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/dot_net_parser.rb +0 -21
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/errors.rb +0 -15
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/external.rb +0 -59
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/frontend.rb +0 -44
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/gc.rb +0 -24
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/hibernate_session.rb +0 -11
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/java.rb +0 -35
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/java_parser.rb +0 -21
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/jsp.rb +0 -38
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/jsp_tag.rb +0 -11
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/mem_cache.rb +0 -56
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/metric_parser.rb +0 -138
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/middleware.rb +0 -33
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/nested.rb +0 -23
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/orm.rb +0 -31
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/other_transaction.rb +0 -44
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet.rb +0 -11
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet_context_listener.rb +0 -11
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet_filter.rb +0 -11
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet_init.rb +0 -11
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/solr.rb +0 -31
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/solr_request_handler.rb +0 -19
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring.rb +0 -58
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring_controller.rb +0 -10
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring_view.rb +0 -10
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/struts_action.rb +0 -24
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/struts_result.rb +0 -24
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/version.rb +0 -9
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/view.rb +0 -74
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_frontend.rb +0 -22
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_service.rb +0 -18
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_transaction.rb +0 -137
- data/vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser.rb +0 -70
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9d189b04c1171316153a227be91c6abad18f00a
|
4
|
+
data.tar.gz: 2b1c100c3778ba5fa95937d6d87bbe9949fb99a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e77e92639fc53364aaf68627c4d41f1bc9e61ad6f2ce1978732d206a3b7eaf84ee72f06a934a92087179b3c534ea4803d7da5fe6d134416bd32b14f1e7532483
|
7
|
+
data.tar.gz: 566143ee90b3f3c027cb4201824766986d62c66cc78f2311da53861f23dcd272deb528dabceb36efd37db5fcc8e9f8b28f45d12f3729362feea58044dbe87b76
|
data/.travis.yml
CHANGED
@@ -2,6 +2,7 @@ services:
|
|
2
2
|
- mysql
|
3
3
|
- redis-server
|
4
4
|
- memcached
|
5
|
+
- rabbitmq
|
5
6
|
|
6
7
|
language: ruby
|
7
8
|
|
@@ -31,10 +32,10 @@ notifications:
|
|
31
32
|
|
32
33
|
rvm:
|
33
34
|
# Run slowest builds first to try and optimize overall cycle time.
|
34
|
-
- jruby-9.1.
|
35
|
-
- 2.4.
|
36
|
-
- 2.3.
|
37
|
-
- 2.2.
|
35
|
+
- jruby-9.1.12.0
|
36
|
+
- 2.4.1
|
37
|
+
- 2.3.4
|
38
|
+
- 2.2.7
|
38
39
|
- 2.1.10
|
39
40
|
- 2.0.0-p648
|
40
41
|
|
@@ -61,6 +62,7 @@ env:
|
|
61
62
|
- TYPE=UNIT ENVIRONMENT=rails41
|
62
63
|
- TYPE=UNIT ENVIRONMENT=rails42
|
63
64
|
- TYPE=UNIT ENVIRONMENT=rails50
|
65
|
+
- TYPE=UNIT ENVIRONMENT=rails51
|
64
66
|
- TYPE=UNIT ENVIRONMENT=norails
|
65
67
|
- TYPE=FUNCTIONAL GROUP=agent
|
66
68
|
- TYPE=FUNCTIONAL GROUP=api
|
@@ -79,39 +81,39 @@ matrix:
|
|
79
81
|
exclude:
|
80
82
|
# Unsupported Rails/Ruby combinations
|
81
83
|
# 2.4
|
82
|
-
- rvm: 2.4.
|
84
|
+
- rvm: 2.4.1
|
83
85
|
env: TYPE=UNIT ENVIRONMENT=rails21
|
84
|
-
- rvm: 2.4.
|
86
|
+
- rvm: 2.4.1
|
85
87
|
env: TYPE=UNIT ENVIRONMENT=rails22
|
86
|
-
- rvm: 2.4.
|
88
|
+
- rvm: 2.4.1
|
87
89
|
env: TYPE=UNIT ENVIRONMENT=rails23
|
88
|
-
- rvm: 2.4.
|
90
|
+
- rvm: 2.4.1
|
89
91
|
env: TYPE=UNIT ENVIRONMENT=rails30
|
90
|
-
- rvm: 2.4.
|
92
|
+
- rvm: 2.4.1
|
91
93
|
env: TYPE=UNIT ENVIRONMENT=rails31
|
92
|
-
- rvm: 2.4.
|
94
|
+
- rvm: 2.4.1
|
93
95
|
env: TYPE=UNIT ENVIRONMENT=rails32
|
94
|
-
- rvm: 2.4.
|
96
|
+
- rvm: 2.4.1
|
95
97
|
env: TYPE=UNIT ENVIRONMENT=rails40
|
96
|
-
- rvm: 2.4.
|
98
|
+
- rvm: 2.4.1
|
97
99
|
env: TYPE=UNIT ENVIRONMENT=rails41
|
98
|
-
- rvm: 2.4.
|
100
|
+
- rvm: 2.4.1
|
99
101
|
env: TYPE=UNIT ENVIRONMENT=rails42
|
100
102
|
|
101
103
|
# 2.3
|
102
|
-
- rvm: 2.3.
|
104
|
+
- rvm: 2.3.4
|
103
105
|
env: TYPE=UNIT ENVIRONMENT=rails21
|
104
|
-
- rvm: 2.3.
|
106
|
+
- rvm: 2.3.4
|
105
107
|
env: TYPE=UNIT ENVIRONMENT=rails22
|
106
|
-
- rvm: 2.3.
|
108
|
+
- rvm: 2.3.4
|
107
109
|
env: TYPE=UNIT ENVIRONMENT=rails23
|
108
110
|
|
109
111
|
# 2.2
|
110
|
-
- rvm: 2.2.
|
112
|
+
- rvm: 2.2.7
|
111
113
|
env: TYPE=UNIT ENVIRONMENT=rails21
|
112
|
-
- rvm: 2.2.
|
114
|
+
- rvm: 2.2.7
|
113
115
|
env: TYPE=UNIT ENVIRONMENT=rails22
|
114
|
-
- rvm: 2.2.
|
116
|
+
- rvm: 2.2.7
|
115
117
|
env: TYPE=UNIT ENVIRONMENT=rails23
|
116
118
|
|
117
119
|
# 2.1
|
@@ -123,6 +125,8 @@ matrix:
|
|
123
125
|
env: TYPE=UNIT ENVIRONMENT=rails23
|
124
126
|
- rvm: 2.1.10
|
125
127
|
env: TYPE=UNIT ENVIRONMENT=rails50
|
128
|
+
- rvm: 2.1.10
|
129
|
+
env: TYPE=UNIT ENVIRONMENT=rails51
|
126
130
|
|
127
131
|
# 2.0
|
128
132
|
- rvm: 2.0.0-p648
|
@@ -133,17 +137,19 @@ matrix:
|
|
133
137
|
env: TYPE=UNIT ENVIRONMENT=rails23
|
134
138
|
- rvm: 2.0.0-p648
|
135
139
|
env: TYPE=UNIT ENVIRONMENT=rails50
|
140
|
+
- rvm: 2.0.0-p648
|
141
|
+
env: TYPE=UNIT ENVIRONMENT=rails51
|
136
142
|
|
137
143
|
# jruby 9.0
|
138
|
-
- rvm: jruby-9.1.
|
144
|
+
- rvm: jruby-9.1.12.0
|
139
145
|
env: TYPE=UNIT ENVIRONMENT=rails21
|
140
|
-
- rvm: jruby-9.1.
|
146
|
+
- rvm: jruby-9.1.12.0
|
141
147
|
env: TYPE=UNIT ENVIRONMENT=rails22
|
142
|
-
- rvm: jruby-9.1.
|
148
|
+
- rvm: jruby-9.1.12.0
|
143
149
|
env: TYPE=UNIT ENVIRONMENT=rails23
|
144
|
-
- rvm: jruby-9.1.
|
150
|
+
- rvm: jruby-9.1.12.0
|
145
151
|
env: TYPE=UNIT ENVIRONMENT=rails30
|
146
|
-
- rvm: jruby-9.1.
|
152
|
+
- rvm: jruby-9.1.12.0
|
147
153
|
env: TYPE=UNIT ENVIRONMENT=rails31
|
148
|
-
- rvm: jruby-9.1.
|
154
|
+
- rvm: jruby-9.1.12.0
|
149
155
|
env: TYPE=UNIT ENVIRONMENT=rails32
|
data/.yardopts
CHANGED
@@ -7,10 +7,10 @@ lib/new_relic/agent/instrumentation/rack.rb
|
|
7
7
|
lib/new_relic/agent/instrumentation/metric_frame.rb
|
8
8
|
lib/new_relic/agent/stats_engine/metric_stats.rb
|
9
9
|
lib/new_relic/agent/datastores.rb
|
10
|
+
lib/new_relic/agent/messaging.rb
|
10
11
|
lib/new_relic/agent/sql_sampler.rb
|
11
12
|
lib/new_relic/agent/transaction.rb
|
12
13
|
lib/new_relic/agent/transaction_sampler.rb
|
13
|
-
lib/new_relic/rack/developer_mode.rb
|
14
14
|
lib/new_relic/rack/agent_hooks.rb
|
15
15
|
lib/new_relic/rack/browser_monitoring.rb
|
16
16
|
lib/new_relic/rack/error_collector.rb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,131 @@
|
|
1
1
|
# New Relic Ruby Agent Release Notes #
|
2
2
|
|
3
|
+
## v4.4.0 ##
|
4
|
+
|
5
|
+
* Include test helper for 3rd party use
|
6
|
+
|
7
|
+
In 4.2.0, all test files were excluded from being packaged in the gem. An
|
8
|
+
agent class method `NewRelic::Agent.require_test_helper` was used by 3rd
|
9
|
+
party gem authors to test extensions to the agent. The required file is now
|
10
|
+
included in the gem.
|
11
|
+
|
12
|
+
* Collect cloud metadata from Azure, GCP, PCF, and AWS cloud platform
|
13
|
+
|
14
|
+
The agent now collects additional metadata when running in AWS, GCP, Azure, and
|
15
|
+
PCF. This information is used to provide an enhanced experience when the agent
|
16
|
+
is deployed on those platforms.
|
17
|
+
|
18
|
+
* Install `at_exit` hook when running JRuby
|
19
|
+
|
20
|
+
The agent now installs an `at_exit` hook when running JRuby, which wasn't
|
21
|
+
done before because of constraints related to older JRuby versions that
|
22
|
+
are no longer supported.
|
23
|
+
|
24
|
+
* User/Utilization and System/Utilization metrics not recorded after Resque forks
|
25
|
+
|
26
|
+
The agent no longer records invalid User/Utilization and System/Utilization
|
27
|
+
metrics, which can lead to negative values, in forks of Resque processes.
|
28
|
+
|
29
|
+
* Add `identifier` field to agent connect settings
|
30
|
+
|
31
|
+
The agent now includes a unique identifier in its connect settings, ensuring
|
32
|
+
that when multiple agents connect to multiple different apps, data are reported
|
33
|
+
for each of the apps.
|
34
|
+
|
35
|
+
* Clear transaction state after forking now opt-in
|
36
|
+
|
37
|
+
The agent waits to connect until the first web request when it detects it's
|
38
|
+
running in a forking dispatcher. When clearing the transaction state in this
|
39
|
+
situation we lose the first frame of the transaction and the subsequent
|
40
|
+
trace becomes corrupted. We've made this feature opt-in and is turned off by
|
41
|
+
default. This behavior only affects the first transaction after a dispatcher
|
42
|
+
forks.
|
43
|
+
|
44
|
+
## v4.3.0 ##
|
45
|
+
|
46
|
+
* Instrumentation for the Bunny AMQP Client
|
47
|
+
|
48
|
+
The Bunny AMQP Client is now automatically instrumented. The agent will
|
49
|
+
report data for messages sent and received by an application. Data on messages
|
50
|
+
is available in both APM and Insights. Applications connected through a
|
51
|
+
RabbitMQ exchange will now also be visible on Service Maps as part of Cross
|
52
|
+
Application Tracing. See the [message queues documentation page](https://docs.newrelic.com/docs/agents/ruby-agent/features/message-queues)
|
53
|
+
for more details.
|
54
|
+
|
55
|
+
* Safely normalize external hostnames
|
56
|
+
|
57
|
+
The agent has been updated to check for nil host values before downcasing the
|
58
|
+
hostname. Thanks Rafael Valério for the contribution!
|
59
|
+
|
60
|
+
* PageView events will not be generated for ignored transactions
|
61
|
+
|
62
|
+
The agent now checks if transaction is ignored before injecting the New Relic
|
63
|
+
Browser Agent. This will prevent PageView events from being generated for
|
64
|
+
ignored transactions.
|
65
|
+
|
66
|
+
* Datastores required explicitly in agent
|
67
|
+
|
68
|
+
The agent has been modified to explicity `require` the Datastores module
|
69
|
+
whereas previously there were situations where the module could be
|
70
|
+
implicitly defined. Thanks Kevin Griffin for the contribution!
|
71
|
+
|
72
|
+
* Clear transaction state after forking
|
73
|
+
|
74
|
+
Previously, if a transaction was started and the process forks, the transaction
|
75
|
+
state survived the fork and `#after_fork` call in thread local storage. Now,
|
76
|
+
this state is cleared by `#after_fork`.
|
77
|
+
|
78
|
+
* Postgis adapter reports as Postgres for datastores
|
79
|
+
|
80
|
+
The agent now maps the Postgis adapter to Postgres for datastore metrics.
|
81
|
+
Thanks Vojtěch Vondra for the contribution!
|
82
|
+
|
83
|
+
* Deprecate `:trace_only` option
|
84
|
+
|
85
|
+
The `NewRelic::Agent.notice_error` API has been updated to deprecate the
|
86
|
+
`:trace_only` option in favor of `:expected`.
|
87
|
+
|
88
|
+
## v4.2.0 ##
|
89
|
+
|
90
|
+
* Sinatra 2.0 and Padrino 0.14.x Support
|
91
|
+
|
92
|
+
The agent has been verified against the latest versions of Sinatra and Padrino.
|
93
|
+
|
94
|
+
* Rails 5.1 Support
|
95
|
+
|
96
|
+
The Ruby agent has been validated against the latest release of Ruby on Rails!
|
97
|
+
|
98
|
+
* APP_ENV considered when determining environment
|
99
|
+
|
100
|
+
The agent will now consider the APP_ENV environment when starting up.
|
101
|
+
|
102
|
+
* Test files excluded from gem
|
103
|
+
|
104
|
+
The gemspec has been updated to exclude test files from being packaged into the
|
105
|
+
gem. Thanks dimko for the contribution!
|
106
|
+
|
107
|
+
## v4.1.0 ##
|
108
|
+
|
109
|
+
* Developer Mode removed
|
110
|
+
|
111
|
+
The Ruby Agent's Developer Mode, which provided a very limited view of your
|
112
|
+
application performance data, has been removed. For more information, check
|
113
|
+
out our [community forum](https://discuss.newrelic.com/t/feedback-on-the-ruby-agent-s-developer-mode/46957).
|
114
|
+
|
115
|
+
* Support NEW_RELIC_ENV for Rails apps
|
116
|
+
|
117
|
+
Previously, users could set the agent environment with NEW_RELIC_ENV only
|
118
|
+
for non-Rails apps. For Rails app, the agent environment would use whatever
|
119
|
+
the Rails environment was set to. Now, NEW_RELIC_ENV can also be used for
|
120
|
+
Rails apps, so that it is possible to have an agent environment that is
|
121
|
+
different from the Rails environment. Thanks Andrea Campolonghi for the
|
122
|
+
contribution, as well as Steve Schwartz for also looking into this issue!
|
123
|
+
|
124
|
+
* Normalization of external hostnames
|
125
|
+
|
126
|
+
Hostnames from URIs used in external HTTP requests are now always downcased
|
127
|
+
to prevent duplicate metrics when only case is different.
|
128
|
+
|
3
129
|
## v4.0.0 ##
|
4
130
|
|
5
131
|
* Require Ruby 2.0.0+
|
data/LICENSE
CHANGED
@@ -1,30 +1,4 @@
|
|
1
|
-
|
2
|
-
and distributed under an MIT license.
|
3
|
-
See https://github.com/jquery/jquery/blob/1.4.2/MIT-LICENSE.txt
|
4
|
-
|
5
|
-
Copyright (c) 2010 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
|
-
|
27
|
-
All other components of this product are
|
1
|
+
All components of this product are
|
28
2
|
Copyright (c) 2008-2017 New Relic, Inc. All rights reserved.
|
29
3
|
|
30
4
|
Certain inventions disclosed in this file may be claimed within
|
data/README.md
CHANGED
@@ -3,21 +3,10 @@
|
|
3
3
|
New Relic is a performance management system, developed by
|
4
4
|
New Relic, Inc (http://www.newrelic.com). It provides you with deep
|
5
5
|
information about the performance of your Rails or Ruby
|
6
|
-
application as it runs in production
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
The New Relic Ruby Agent runs in one of two modes:
|
11
|
-
|
12
|
-
**Production Mode**
|
13
|
-
Low overhead instrumentation that captures detailed information on
|
14
|
-
your application running in production and transmits them to
|
15
|
-
newrelic.com where you can monitor them in real time.
|
16
|
-
|
17
|
-
**Developer Mode**
|
18
|
-
A Rack middleware that maps `/newrelic` to an application for showing
|
19
|
-
detailed performance metrics on a page by page basis. Installed
|
20
|
-
automatically in Rails applications.
|
6
|
+
application as it runs in production and transmits them to
|
7
|
+
newrelic.com where you can monitor them in real time. The New Relic
|
8
|
+
Ruby Agent is dual-purposed as a either a Gem or a Rails plugin,
|
9
|
+
hosted on [github](https://github.com/newrelic/rpm/tree/master).
|
21
10
|
|
22
11
|
## Supported Environments
|
23
12
|
|
@@ -90,9 +79,6 @@ Then make sure you set `RACK_ENV` to the environment corresponding to the
|
|
90
79
|
configuration definitions in the newrelic.yml file; e.g., development,
|
91
80
|
staging, production, etc.
|
92
81
|
|
93
|
-
To use Developer Mode in Sinatra, add `NewRelic::Rack::DeveloperMode` to
|
94
|
-
the middleware stack. See the `config.ru` sample below.
|
95
|
-
|
96
82
|
#### Other Environments
|
97
83
|
|
98
84
|
You can use the Ruby Agent to monitor any Ruby application. Add:
|
@@ -118,45 +104,6 @@ frameworks. You can find a list of community created intrumentation plugins
|
|
118
104
|
(e.g. [newrelic-redis](https://github.com/evanphx/newrelic-redis)) in the
|
119
105
|
[extends_newrelic_rpm project](https://github.com/newrelic/extends_newrelic_rpm).
|
120
106
|
|
121
|
-
## Developer Mode
|
122
|
-
|
123
|
-
When running the Developer Mode, the Ruby Agent will track the
|
124
|
-
performance of every HTTP request serviced by your application, and
|
125
|
-
store in memory this information for the last 100 HTTP transactions.
|
126
|
-
|
127
|
-
To view this performance information, including detailed SQL statement
|
128
|
-
analysis, open `/newrelic` in your web application. For instance if
|
129
|
-
you are running mongrel or thin on port 3000, enter the following into
|
130
|
-
your browser:
|
131
|
-
|
132
|
-
http://localhost:3000/newrelic
|
133
|
-
|
134
|
-
Developer Mode is only initialized if the `developer_mode` setting in
|
135
|
-
the newrelic.yml file is set to true. By default, it is turned off in
|
136
|
-
all environments but `development`.
|
137
|
-
|
138
|
-
#### Developer Mode in Rails
|
139
|
-
|
140
|
-
Developer Mode is available automatically in Rails Applications based
|
141
|
-
on Rails 2.3 and later. No additional configuration is required. When
|
142
|
-
your application starts and `developer_mode` is enabled, the Ruby
|
143
|
-
Agent injects a middleware into your Rails middleware stack.
|
144
|
-
|
145
|
-
For earlier versions of Rails that support Rack, you can use
|
146
|
-
a `config.ru` as below.
|
147
|
-
|
148
|
-
#### Developer Mode in Rack Applications
|
149
|
-
|
150
|
-
Developer Mode is available for any Rack based application such as
|
151
|
-
Sinatra by installing the NewRelic::Rack::DeveloperMode
|
152
|
-
middleware. This middleware passes all requests that do not start with
|
153
|
-
/newrelic.
|
154
|
-
|
155
|
-
Here's an example entry for Developer Mode in a `config.ru` file:
|
156
|
-
|
157
|
-
require 'new_relic/rack/developer_mode'
|
158
|
-
use NewRelic::Rack::DeveloperMode
|
159
|
-
|
160
107
|
## Production Mode
|
161
108
|
|
162
109
|
When your application runs in the production environment, the New
|
@@ -377,7 +377,6 @@ module NewRelic
|
|
377
377
|
def should_install_exit_handler?
|
378
378
|
(
|
379
379
|
Agent.config[:send_data_on_exit] &&
|
380
|
-
!NewRelic::LanguageSupport.jruby? &&
|
381
380
|
!sinatra_classic_app?
|
382
381
|
)
|
383
382
|
end
|
@@ -543,6 +542,9 @@ module NewRelic
|
|
543
542
|
@transaction_event_recorder.drop_buffered_data
|
544
543
|
@custom_event_aggregator.reset!
|
545
544
|
@sql_sampler.reset!
|
545
|
+
if Agent.config[:clear_transaction_state_after_fork]
|
546
|
+
TransactionState.tl_clear
|
547
|
+
end
|
546
548
|
end
|
547
549
|
|
548
550
|
# Clear out state for any objects that we know lock from our parents
|
@@ -802,7 +804,8 @@ module NewRelic
|
|
802
804
|
:environment => @environment_report,
|
803
805
|
:settings => Agent.config.to_collector_hash,
|
804
806
|
:high_security => Agent.config[:high_security],
|
805
|
-
:utilization => UtilizationData.new.to_collector_hash
|
807
|
+
:utilization => UtilizationData.new.to_collector_hash,
|
808
|
+
:identifier => "ruby:#{local_host}:#{Agent.config.app_names.sort.join(',')}"
|
806
809
|
}
|
807
810
|
end
|
808
811
|
|
@@ -108,7 +108,7 @@ module NewRelic
|
|
108
108
|
def self.agent_enabled
|
109
109
|
Proc.new {
|
110
110
|
NewRelic::Agent.config[:enabled] &&
|
111
|
-
(NewRelic::Agent.config[:
|
111
|
+
(NewRelic::Agent.config[:test_mode] || NewRelic::Agent.config[:monitor_mode]) &&
|
112
112
|
NewRelic::Agent::Autostart.agent_should_start?
|
113
113
|
}
|
114
114
|
end
|
@@ -278,19 +278,12 @@ module NewRelic
|
|
278
278
|
:allowed_from_server => false,
|
279
279
|
:description => 'When <code>true</code>, the agent transmits data about your app to the New Relic <a href="https://docs.newrelic.com/docs/apm/new-relic-apm/getting-started/glossary#collector">collector</a>.'
|
280
280
|
},
|
281
|
-
:
|
282
|
-
:default => value_of(:developer),
|
283
|
-
:public => true,
|
284
|
-
:type => Boolean,
|
285
|
-
:allowed_from_server => false,
|
286
|
-
:description => 'When <code>true</code>, enables developer mode, a local analytics package built into the agent for rack applications. Access developer mode analytics by visiting <b>/newrelic</b> in your application.'
|
287
|
-
},
|
288
|
-
:developer => {
|
281
|
+
:test_mode => {
|
289
282
|
:default => false,
|
290
283
|
:public => false,
|
291
284
|
:type => Boolean,
|
292
285
|
:allowed_from_server => false,
|
293
|
-
:description => '
|
286
|
+
:description => 'Used in tests for agent to start up but not connect to collector. Formerly used <code>developer_mode</code> in test config for this purpose.'
|
294
287
|
},
|
295
288
|
:log_level => {
|
296
289
|
:default => 'info',
|
@@ -433,13 +426,6 @@ module NewRelic
|
|
433
426
|
:allowed_from_server => false,
|
434
427
|
:description => 'Timeout for waiting on connect to complete before a rake task'
|
435
428
|
},
|
436
|
-
:'profiling.available' => {
|
437
|
-
:default => DefaultSource.profiling_available,
|
438
|
-
:public => false,
|
439
|
-
:type => Boolean,
|
440
|
-
:allowed_from_server => false,
|
441
|
-
:description => 'Determines if ruby-prof is available for developer mode profiling.'
|
442
|
-
},
|
443
429
|
:apdex_t => {
|
444
430
|
:default => 0.5,
|
445
431
|
:public => true,
|
@@ -669,13 +655,6 @@ module NewRelic
|
|
669
655
|
:allowed_from_server => false,
|
670
656
|
:description => 'If <code>true</code>, disables view instrumentation.'
|
671
657
|
},
|
672
|
-
:disable_backtrace_cleanup => {
|
673
|
-
:default => false,
|
674
|
-
:public => true,
|
675
|
-
:type => Boolean,
|
676
|
-
:allowed_from_server => false,
|
677
|
-
:description => 'If <code>true</code>, the agent won\'t remove <code>newrelic_rpm</code> from backtraces.'
|
678
|
-
},
|
679
658
|
:disable_harvest_thread => {
|
680
659
|
:default => false,
|
681
660
|
:public => false,
|
@@ -895,6 +874,13 @@ module NewRelic
|
|
895
874
|
:allowed_from_server => false,
|
896
875
|
:description => 'Disables installation of Redis instrumentation. Standard key to use is disable_redis.'
|
897
876
|
},
|
877
|
+
:'message_tracer.segment_parameters.enabled' => {
|
878
|
+
:default => true,
|
879
|
+
:public => true,
|
880
|
+
:type => Boolean,
|
881
|
+
:allowed_from_server => true,
|
882
|
+
:description => 'If <code>true</code>, the agent will collect metadata about messages and attach them as segment parameters.'
|
883
|
+
},
|
898
884
|
:'slow_sql.enabled' => {
|
899
885
|
:default => value_of(:'transaction_tracer.enabled'),
|
900
886
|
:public => true,
|
@@ -1251,6 +1237,14 @@ module NewRelic
|
|
1251
1237
|
:allowed_from_server => false,
|
1252
1238
|
:description => 'If <code>true</code>, disables instrumentation for ActiveRecord 5.'
|
1253
1239
|
},
|
1240
|
+
:disable_bunny => {
|
1241
|
+
:default => false,
|
1242
|
+
:public => true,
|
1243
|
+
:type => Boolean,
|
1244
|
+
:dynamic_name => true,
|
1245
|
+
:allowed_from_server => false,
|
1246
|
+
:description => 'If <code>true</code>, disables instrumentation for the bunny gem.'
|
1247
|
+
},
|
1254
1248
|
:disable_curb => {
|
1255
1249
|
:default => false,
|
1256
1250
|
:public => true,
|
@@ -1315,14 +1309,6 @@ module NewRelic
|
|
1315
1309
|
:allowed_from_server => false,
|
1316
1310
|
:description => 'If <code>true</code>, prevents the agent from hooking into Puma::Rack::URLMap to install middleware tracing.'
|
1317
1311
|
},
|
1318
|
-
:disable_rubyprof => {
|
1319
|
-
:default => false,
|
1320
|
-
:public => true,
|
1321
|
-
:type => Boolean,
|
1322
|
-
:dynamic_name => true,
|
1323
|
-
:allowed_from_server => false,
|
1324
|
-
:description => 'If <code>true</code>, the agent won\'t use RubyProf in developer mode.'
|
1325
|
-
},
|
1326
1312
|
:disable_typhoeus => {
|
1327
1313
|
:default => false,
|
1328
1314
|
:public => true,
|
@@ -1575,8 +1561,33 @@ module NewRelic
|
|
1575
1561
|
:public => true,
|
1576
1562
|
:type => Boolean,
|
1577
1563
|
:allowed_from_server => false,
|
1564
|
+
:dynamic_name => true,
|
1578
1565
|
:description => 'If <code>true</code>, the agent automatically detects that it is running in an AWS environment.'
|
1579
1566
|
},
|
1567
|
+
:'utilization.detect_azure' => {
|
1568
|
+
:default => true,
|
1569
|
+
:public => true,
|
1570
|
+
:type => Boolean,
|
1571
|
+
:allowed_from_server => false,
|
1572
|
+
:dynamic_name => true,
|
1573
|
+
:description => 'If <code>true</code>, the agent automatically detects that it is running in an Azure environment.'
|
1574
|
+
},
|
1575
|
+
:'utilization.detect_gcp' => {
|
1576
|
+
:default => true,
|
1577
|
+
:public => true,
|
1578
|
+
:type => Boolean,
|
1579
|
+
:allowed_from_server => false,
|
1580
|
+
:dynamic_name => true,
|
1581
|
+
:description => 'If <code>true</code>, the agent automatically detects that it is running in an Google Cloud Platform environment.'
|
1582
|
+
},
|
1583
|
+
:'utilization.detect_pcf' => {
|
1584
|
+
:default => true,
|
1585
|
+
:public => true,
|
1586
|
+
:type => Boolean,
|
1587
|
+
:allowed_from_server => false,
|
1588
|
+
:dynamic_name => true,
|
1589
|
+
:description => 'If <code>true</code>, the agent automatically detects that it is running in a Pivotal Cloud Foundry environment.'
|
1590
|
+
},
|
1580
1591
|
:'utilization.detect_docker' => {
|
1581
1592
|
:default => true,
|
1582
1593
|
:public => true,
|
@@ -1621,6 +1632,13 @@ module NewRelic
|
|
1621
1632
|
:type => Boolean,
|
1622
1633
|
:allowed_from_server => false,
|
1623
1634
|
:description => 'If <code>false</code>, the agent will not add <code>database_name</code> parameter to transaction or slow sql traces.'
|
1635
|
+
},
|
1636
|
+
:'clear_transaction_state_after_fork' => {
|
1637
|
+
:default => false,
|
1638
|
+
:public => true,
|
1639
|
+
:type => Boolean,
|
1640
|
+
:allowed_from_server => false,
|
1641
|
+
:description => 'If <code>true</code>, the agent will clear <code>TransactionState</code> in <code>Agent.drop_buffered_data</code>.'
|
1624
1642
|
}
|
1625
1643
|
}.freeze
|
1626
1644
|
end
|
@@ -33,12 +33,12 @@ module NewRelic
|
|
33
33
|
debug("Wiring up Cross Application Tracing to events after finished configuring")
|
34
34
|
|
35
35
|
events.subscribe(:before_call) do |env| #THREAD_LOCAL_ACCESS
|
36
|
-
if
|
36
|
+
if id = decoded_id(env) and should_process_request?(id)
|
37
37
|
state = NewRelic::Agent::TransactionState.tl_get
|
38
38
|
|
39
|
-
|
39
|
+
state.client_cross_app_id = id
|
40
40
|
save_referring_transaction_info(state, env)
|
41
|
-
|
41
|
+
CrossAppTracing.assign_intrinsic_transaction_attributes state
|
42
42
|
end
|
43
43
|
end
|
44
44
|
|
@@ -50,14 +50,6 @@ module NewRelic
|
|
50
50
|
|
51
51
|
end
|
52
52
|
|
53
|
-
def save_client_cross_app_id(state, request_headers)
|
54
|
-
state.client_cross_app_id = decoded_id(request_headers)
|
55
|
-
end
|
56
|
-
|
57
|
-
def clear_client_cross_app_id(state)
|
58
|
-
state.client_cross_app_id = nil
|
59
|
-
end
|
60
|
-
|
61
53
|
def save_referring_transaction_info(state, request_headers)
|
62
54
|
txn_header = request_headers[NEWRELIC_TXN_HEADER_KEY] or return
|
63
55
|
txn_info = deserialize_header(txn_header, NEWRELIC_TXN_HEADER)
|
@@ -93,30 +85,19 @@ module NewRelic
|
|
93
85
|
content_length = content_length_from_request(request_headers)
|
94
86
|
|
95
87
|
set_response_headers(state, response_headers, timings, content_length)
|
96
|
-
set_metrics(state.client_cross_app_id, timings)
|
97
88
|
end
|
98
89
|
end
|
99
|
-
clear_client_cross_app_id(state)
|
100
90
|
end
|
101
91
|
end
|
102
92
|
|
103
|
-
def should_process_request
|
104
|
-
return cross_app_enabled? && trusts?(
|
93
|
+
def should_process_request? id
|
94
|
+
return cross_app_enabled? && CrossAppTracing.trusts?(id)
|
105
95
|
end
|
106
96
|
|
107
97
|
def cross_app_enabled?
|
108
98
|
NewRelic::Agent::CrossAppTracing.cross_app_enabled?
|
109
99
|
end
|
110
100
|
|
111
|
-
# Expects an ID of format "12#345", and will only accept that!
|
112
|
-
def trusts?(request)
|
113
|
-
id = decoded_id(request)
|
114
|
-
split_id = id.match(/(\d+)#\d+/)
|
115
|
-
return false if split_id.nil?
|
116
|
-
|
117
|
-
NewRelic::Agent.config[:trusted_account_ids].include?(split_id.captures.first.to_i)
|
118
|
-
end
|
119
|
-
|
120
101
|
def set_response_headers(state, response_headers, timings, content_length)
|
121
102
|
response_headers[NEWRELIC_APPDATA_HEADER] = build_payload(state, timings, content_length)
|
122
103
|
end
|
@@ -133,26 +114,6 @@ module NewRelic
|
|
133
114
|
payload = obfuscator.obfuscate(::JSON.dump(payload))
|
134
115
|
end
|
135
116
|
|
136
|
-
def set_transaction_attributes(state)
|
137
|
-
# We expect to get the before call to set the id (if we have it) before
|
138
|
-
# this, and then write our custom parameter when the transaction starts
|
139
|
-
return unless txn = state.current_transaction
|
140
|
-
|
141
|
-
if state.client_cross_app_id
|
142
|
-
txn.attributes.add_intrinsic_attribute(:client_cross_process_id, state.client_cross_app_id)
|
143
|
-
end
|
144
|
-
|
145
|
-
referring_guid = client_referring_transaction_guid(state)
|
146
|
-
if referring_guid
|
147
|
-
txn.attributes.add_intrinsic_attribute(:referring_transaction_guid, referring_guid)
|
148
|
-
end
|
149
|
-
end
|
150
|
-
|
151
|
-
def set_metrics(id, timings)
|
152
|
-
metric_name = "ClientApplication/#{id}/all"
|
153
|
-
NewRelic::Agent.record_metric(metric_name, timings.app_time_in_seconds)
|
154
|
-
end
|
155
|
-
|
156
117
|
def decoded_id(request)
|
157
118
|
encoded_id = request[NEWRELIC_ID_HEADER_KEY]
|
158
119
|
return "" if encoded_id.nil?
|