newrelic_rpm 8.10.1 → 8.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -1
- data/.rubocop.yml +20 -190
- data/.rubocop_todo.yml +11 -202
- data/.simplecov +6 -4
- data/Brewfile +1 -0
- data/CHANGELOG.md +113 -41
- data/Gemfile +0 -1
- data/README.md +1 -1
- data/Rakefile +3 -20
- data/Thorfile +0 -1
- data/bin/nrdebug +65 -43
- data/config.dot +5 -5
- data/docker-compose.yml +22 -0
- data/init.rb +1 -2
- data/install.rb +1 -2
- data/lib/new_relic/agent/adaptive_sampler.rb +0 -1
- data/lib/new_relic/agent/agent/shutdown.rb +1 -1
- data/lib/new_relic/agent/agent/special_startup.rb +2 -1
- data/lib/new_relic/agent/agent/start_worker_thread.rb +0 -1
- data/lib/new_relic/agent/agent/startup.rb +1 -1
- data/lib/new_relic/agent/agent.rb +100 -73
- data/lib/new_relic/agent/agent_logger.rb +4 -5
- data/lib/new_relic/agent/attribute_filter.rb +39 -21
- data/lib/new_relic/agent/attribute_processing.rb +3 -4
- data/lib/new_relic/agent/attributes.rb +1 -1
- data/lib/new_relic/agent/audit_logger.rb +3 -3
- data/lib/new_relic/agent/autostart.rb +0 -1
- data/lib/new_relic/agent/chained_call.rb +0 -1
- data/lib/new_relic/agent/commands/agent_command.rb +0 -1
- data/lib/new_relic/agent/commands/agent_command_router.rb +3 -4
- data/lib/new_relic/agent/commands/thread_profiler_session.rb +1 -1
- data/lib/new_relic/agent/configuration/default_source.rb +82 -31
- data/lib/new_relic/agent/configuration/dotted_hash.rb +2 -2
- data/lib/new_relic/agent/configuration/environment_source.rb +4 -4
- data/lib/new_relic/agent/configuration/event_harvest_config.rb +0 -1
- data/lib/new_relic/agent/configuration/high_security_source.rb +1 -1
- data/lib/new_relic/agent/configuration/manager.rb +4 -2
- data/lib/new_relic/agent/configuration/manual_source.rb +0 -1
- data/lib/new_relic/agent/configuration/mask_defaults.rb +2 -3
- data/lib/new_relic/agent/configuration/security_policy_source.rb +10 -1
- data/lib/new_relic/agent/configuration/server_source.rb +0 -1
- data/lib/new_relic/agent/configuration/yaml_source.rb +3 -3
- data/lib/new_relic/agent/configuration.rb +0 -1
- data/lib/new_relic/agent/connect/request_builder.rb +2 -2
- data/lib/new_relic/agent/connect/response_handler.rb +1 -2
- data/lib/new_relic/agent/custom_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/database/explain_plan_helpers.rb +0 -1
- data/lib/new_relic/agent/database/obfuscation_helpers.rb +1 -1
- data/lib/new_relic/agent/database/obfuscator.rb +0 -1
- data/lib/new_relic/agent/database/postgres_explain_obfuscator.rb +0 -1
- data/lib/new_relic/agent/database.rb +20 -14
- data/lib/new_relic/agent/database_adapter.rb +2 -1
- data/lib/new_relic/agent/datastores/metric_helper.rb +0 -4
- data/lib/new_relic/agent/datastores/mongo/event_formatter.rb +5 -5
- data/lib/new_relic/agent/datastores/mongo/metric_translator.rb +2 -5
- data/lib/new_relic/agent/datastores/mongo.rb +0 -1
- data/lib/new_relic/agent/datastores/nosql_obfuscator.rb +41 -0
- data/lib/new_relic/agent/datastores/redis.rb +0 -1
- data/lib/new_relic/agent/datastores.rb +0 -1
- data/lib/new_relic/agent/deprecator.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/cross_app_payload.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/cross_app_tracing.rb +3 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_attributes.rb +3 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_metrics.rb +1 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_payload.rb +1 -2
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_transport_type.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/trace_context.rb +1 -1
- data/lib/new_relic/agent/distributed_tracing/trace_context_payload.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing.rb +0 -1
- data/lib/new_relic/agent/encoding_normalizer.rb +2 -1
- data/lib/new_relic/agent/error_collector.rb +3 -1
- data/lib/new_relic/agent/error_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/error_filter.rb +5 -5
- data/lib/new_relic/agent/error_trace_aggregator.rb +2 -2
- data/lib/new_relic/agent/event_aggregator.rb +1 -1
- data/lib/new_relic/agent/event_buffer.rb +0 -1
- data/lib/new_relic/agent/event_listener.rb +0 -1
- data/lib/new_relic/agent/event_loop.rb +4 -3
- data/lib/new_relic/agent/external.rb +1 -2
- data/lib/new_relic/agent/guid_generator.rb +0 -1
- data/lib/new_relic/agent/harvester.rb +0 -1
- data/lib/new_relic/agent/heap.rb +2 -3
- data/lib/new_relic/agent/hostname.rb +0 -1
- data/lib/new_relic/agent/http_clients/abstract.rb +2 -1
- data/lib/new_relic/agent/http_clients/curb_wrappers.rb +0 -1
- data/lib/new_relic/agent/http_clients/excon_wrappers.rb +0 -1
- data/lib/new_relic/agent/http_clients/http_rb_wrappers.rb +1 -2
- data/lib/new_relic/agent/http_clients/httpclient_wrappers.rb +1 -2
- data/lib/new_relic/agent/http_clients/net_http_wrappers.rb +0 -1
- data/lib/new_relic/agent/http_clients/typhoeus_wrappers.rb +2 -2
- data/lib/new_relic/agent/http_clients/uri_util.rb +0 -1
- data/lib/new_relic/agent/instrumentation/action_cable_subscriber.rb +0 -1
- data/lib/new_relic/agent/instrumentation/action_controller_subscriber.rb +0 -1
- data/lib/new_relic/agent/instrumentation/action_view_subscriber.rb +1 -2
- data/lib/new_relic/agent/instrumentation/active_job.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_merchant.rb +3 -2
- data/lib/new_relic/agent/instrumentation/active_record.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_notifications.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_subscriber.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_storage.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_storage_subscriber.rb +2 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger.rb +0 -1
- data/lib/new_relic/agent/instrumentation/acts_as_solr.rb +1 -1
- data/lib/new_relic/agent/instrumentation/authlogic.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny.rb +0 -1
- data/lib/new_relic/agent/instrumentation/controller_instrumentation.rb +3 -3
- data/lib/new_relic/agent/instrumentation/curb/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/curb/instrumentation.rb +14 -11
- data/lib/new_relic/agent/instrumentation/curb/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/curb.rb +0 -1
- data/lib/new_relic/agent/instrumentation/data_mapper.rb +1 -2
- data/lib/new_relic/agent/instrumentation/delayed_job/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/delayed_job/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/delayed_job/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/delayed_job_instrumentation.rb +1 -1
- data/lib/new_relic/agent/instrumentation/elasticsearch/chain.rb +29 -0
- data/lib/new_relic/agent/instrumentation/elasticsearch/instrumentation.rb +66 -0
- data/lib/new_relic/agent/instrumentation/elasticsearch/prepend.rb +13 -0
- data/lib/new_relic/agent/instrumentation/elasticsearch.rb +31 -0
- data/lib/new_relic/agent/instrumentation/excon/middleware.rb +0 -1
- data/lib/new_relic/agent/instrumentation/excon.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grape/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grape/instrumentation.rb +1 -1
- data/lib/new_relic/agent/instrumentation/grape/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grape.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/request_wrapper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/rpc_desc_prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/rpc_server_prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc_client.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc_server.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb.rb +0 -1
- data/lib/new_relic/agent/instrumentation/ignore_actions.rb +0 -1
- data/lib/new_relic/agent/instrumentation/logger/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/logger/instrumentation.rb +4 -1
- data/lib/new_relic/agent/instrumentation/logger/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/logger.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/dalli.rb +1 -2
- data/lib/new_relic/agent/instrumentation/memcache/helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/prepend.rb +1 -2
- data/lib/new_relic/agent/instrumentation/memcache.rb +4 -5
- data/lib/new_relic/agent/instrumentation/middleware_proxy.rb +1 -2
- data/lib/new_relic/agent/instrumentation/middleware_tracing.rb +0 -1
- data/lib/new_relic/agent/instrumentation/mongo.rb +0 -1
- data/lib/new_relic/agent/instrumentation/mongodb_command_subscriber.rb +3 -2
- data/lib/new_relic/agent/instrumentation/net_http/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/net_http/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/net_http/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/net_http.rb +0 -1
- data/lib/new_relic/agent/instrumentation/notifications_subscriber.rb +4 -3
- data/lib/new_relic/agent/instrumentation/padrino/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/padrino/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/padrino/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/padrino.rb +0 -1
- data/lib/new_relic/agent/instrumentation/passenger_instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/queue_time.rb +0 -2
- data/lib/new_relic/agent/instrumentation/rack/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rack/helpers.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rack/instrumentation.rb +3 -1
- data/lib/new_relic/agent/instrumentation/rack/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rack.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails3/action_controller.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_middleware.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_notifications/action_cable.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_notifications/action_controller.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_notifications/action_view.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rainbows_instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rake/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rake/instrumentation.rb +6 -1
- data/lib/new_relic/agent/instrumentation/rake/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rake.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sequel.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sequel_helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sidekiq.rb +2 -2
- data/lib/new_relic/agent/instrumentation/sinatra/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/ignorer.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/transaction_namer.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra.rb +1 -1
- data/lib/new_relic/agent/instrumentation/sunspot.rb +0 -1
- data/lib/new_relic/agent/instrumentation/thread/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/thread/instrumentation.rb +1 -1
- data/lib/new_relic/agent/instrumentation/thread/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/thread.rb +0 -1
- data/lib/new_relic/agent/instrumentation/tilt/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/tilt/instrumentation.rb +1 -1
- data/lib/new_relic/agent/instrumentation/tilt/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/tilt.rb +0 -1
- data/lib/new_relic/agent/instrumentation/typhoeus/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/typhoeus/instrumentation.rb +3 -4
- data/lib/new_relic/agent/instrumentation/typhoeus/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/typhoeus.rb +0 -1
- data/lib/new_relic/agent/instrumentation.rb +0 -1
- data/lib/new_relic/agent/internal_agent_error.rb +0 -1
- data/lib/new_relic/agent/javascript_instrumentor.rb +2 -2
- data/lib/new_relic/agent/linking_metadata.rb +0 -1
- data/lib/new_relic/agent/local_log_decorator.rb +1 -1
- data/lib/new_relic/agent/log_event_aggregator.rb +1 -1
- data/lib/new_relic/agent/log_once.rb +0 -1
- data/lib/new_relic/agent/log_priority.rb +0 -1
- data/lib/new_relic/agent/logging.rb +0 -1
- data/lib/new_relic/agent/memory_logger.rb +0 -1
- data/lib/new_relic/agent/messaging.rb +2 -2
- data/lib/new_relic/agent/method_tracer.rb +4 -1
- data/lib/new_relic/agent/method_tracer_helpers.rb +1 -2
- data/lib/new_relic/agent/monitors/cross_app_monitor.rb +0 -1
- data/lib/new_relic/agent/monitors/distributed_tracing_monitor.rb +1 -1
- data/lib/new_relic/agent/monitors/inbound_request_monitor.rb +0 -1
- data/lib/new_relic/agent/monitors/synthetics_monitor.rb +0 -1
- data/lib/new_relic/agent/monitors.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/encoders.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/json_marshaller.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/marshaller.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/security_policy_settings.rb +0 -1
- data/lib/new_relic/agent/new_relic_service.rb +195 -142
- data/lib/new_relic/agent/{noticible_error.rb → noticeable_error.rb} +1 -2
- data/lib/new_relic/agent/null_logger.rb +0 -1
- data/lib/new_relic/agent/obfuscator.rb +1 -2
- data/lib/new_relic/agent/parameter_filtering.rb +0 -1
- data/lib/new_relic/agent/payload_metric_mapping.rb +0 -1
- data/lib/new_relic/agent/pipe_channel_manager.rb +2 -1
- data/lib/new_relic/agent/pipe_service.rb +0 -1
- data/lib/new_relic/agent/prepend_supportability.rb +0 -1
- data/lib/new_relic/agent/priority_sampled_buffer.rb +2 -3
- data/lib/new_relic/agent/range_extensions.rb +0 -1
- data/lib/new_relic/agent/rules_engine/replacement_rule.rb +0 -1
- data/lib/new_relic/agent/rules_engine/segment_terms_rule.rb +0 -1
- data/lib/new_relic/agent/rules_engine.rb +1 -1
- data/lib/new_relic/agent/sampler.rb +0 -1
- data/lib/new_relic/agent/sampler_collection.rb +0 -1
- data/lib/new_relic/agent/samplers/cpu_sampler.rb +1 -1
- data/lib/new_relic/agent/samplers/delayed_job_sampler.rb +0 -1
- data/lib/new_relic/agent/samplers/memory_sampler.rb +10 -6
- data/lib/new_relic/agent/samplers/object_sampler.rb +0 -1
- data/lib/new_relic/agent/samplers/vm_sampler.rb +2 -1
- data/lib/new_relic/agent/span_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/span_event_primitive.rb +1 -2
- data/lib/new_relic/agent/sql_sampler.rb +0 -1
- data/lib/new_relic/agent/stats.rb +13 -3
- data/lib/new_relic/agent/stats_engine/gc_profiler.rb +1 -2
- data/lib/new_relic/agent/stats_engine/stats_hash.rb +1 -2
- data/lib/new_relic/agent/stats_engine.rb +0 -1
- data/lib/new_relic/agent/synthetics_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/system_info.rb +4 -2
- data/lib/new_relic/agent/threading/agent_thread.rb +3 -3
- data/lib/new_relic/agent/threading/backtrace_node.rb +0 -1
- data/lib/new_relic/agent/threading/backtrace_service.rb +1 -1
- data/lib/new_relic/agent/threading/thread_profile.rb +4 -2
- data/lib/new_relic/agent/timestamp_sampled_buffer.rb +0 -1
- data/lib/new_relic/agent/tracer.rb +6 -3
- data/lib/new_relic/agent/transaction/abstract_segment.rb +5 -3
- data/lib/new_relic/agent/transaction/datastore_segment.rb +3 -1
- data/lib/new_relic/agent/transaction/distributed_tracer.rb +4 -1
- data/lib/new_relic/agent/transaction/distributed_tracing.rb +1 -1
- data/lib/new_relic/agent/transaction/external_request_segment.rb +2 -2
- data/lib/new_relic/agent/transaction/message_broker_segment.rb +1 -1
- data/lib/new_relic/agent/transaction/request_attributes.rb +0 -1
- data/lib/new_relic/agent/transaction/segment.rb +1 -1
- data/lib/new_relic/agent/transaction/slowest_sample_buffer.rb +0 -1
- data/lib/new_relic/agent/transaction/synthetics_sample_buffer.rb +0 -1
- data/lib/new_relic/agent/transaction/trace.rb +4 -1
- data/lib/new_relic/agent/transaction/trace_builder.rb +0 -1
- data/lib/new_relic/agent/transaction/trace_context.rb +0 -1
- data/lib/new_relic/agent/transaction/trace_node.rb +3 -3
- data/lib/new_relic/agent/transaction/tracing.rb +0 -1
- data/lib/new_relic/agent/transaction/transaction_sample_buffer.rb +2 -2
- data/lib/new_relic/agent/transaction.rb +13 -5
- data/lib/new_relic/agent/transaction_error_primitive.rb +0 -1
- data/lib/new_relic/agent/transaction_event_aggregator.rb +1 -1
- data/lib/new_relic/agent/transaction_event_primitive.rb +0 -1
- data/lib/new_relic/agent/transaction_event_recorder.rb +1 -2
- data/lib/new_relic/agent/transaction_metrics.rb +1 -2
- data/lib/new_relic/agent/transaction_sampler.rb +0 -1
- data/lib/new_relic/agent/transaction_time_aggregator.rb +2 -2
- data/lib/new_relic/agent/utilization/aws.rb +0 -1
- data/lib/new_relic/agent/utilization/azure.rb +1 -2
- data/lib/new_relic/agent/utilization/gcp.rb +1 -2
- data/lib/new_relic/agent/utilization/pcf.rb +2 -2
- data/lib/new_relic/agent/utilization/vendor.rb +3 -2
- data/lib/new_relic/agent/utilization_data.rb +3 -1
- data/lib/new_relic/agent/vm/jruby_vm.rb +0 -1
- data/lib/new_relic/agent/vm/monotonic_gc_profiler.rb +0 -1
- data/lib/new_relic/agent/vm/mri_vm.rb +35 -23
- data/lib/new_relic/agent/vm/snapshot.rb +1 -2
- data/lib/new_relic/agent/vm.rb +0 -1
- data/lib/new_relic/agent/worker_loop.rb +0 -1
- data/lib/new_relic/agent.rb +17 -18
- data/lib/new_relic/cli/command.rb +1 -2
- data/lib/new_relic/cli/commands/deployments.rb +72 -21
- data/lib/new_relic/cli/commands/install.rb +1 -1
- data/lib/new_relic/coerce.rb +6 -1
- data/lib/new_relic/collection_helper.rb +2 -2
- data/lib/new_relic/constants.rb +0 -1
- data/lib/new_relic/control/class_methods.rb +0 -1
- data/lib/new_relic/control/frameworks/external.rb +0 -1
- data/lib/new_relic/control/frameworks/rails.rb +5 -1
- data/lib/new_relic/control/frameworks/rails3.rb +0 -1
- data/lib/new_relic/control/frameworks/rails4.rb +0 -1
- data/lib/new_relic/control/frameworks/rails_notifications.rb +0 -1
- data/lib/new_relic/control/frameworks/ruby.rb +0 -1
- data/lib/new_relic/control/frameworks/sinatra.rb +0 -1
- data/lib/new_relic/control/frameworks.rb +0 -1
- data/lib/new_relic/control/instance_methods.rb +17 -40
- data/lib/new_relic/control/instrumentation.rb +2 -1
- data/lib/new_relic/control/private_instance_methods.rb +48 -0
- data/lib/new_relic/control/server_methods.rb +0 -1
- data/lib/new_relic/control.rb +0 -1
- data/lib/new_relic/delayed_job_injection.rb +0 -1
- data/lib/new_relic/dependency_detection.rb +5 -4
- data/lib/new_relic/environment_report.rb +23 -14
- data/lib/new_relic/helper.rb +2 -2
- data/lib/new_relic/language_support.rb +3 -3
- data/lib/new_relic/latest_changes.rb +4 -4
- data/lib/new_relic/local_environment.rb +9 -4
- data/lib/new_relic/metric_data.rb +27 -22
- data/lib/new_relic/metric_spec.rb +2 -1
- data/lib/new_relic/noticed_error.rb +3 -6
- data/lib/new_relic/rack/agent_hooks.rb +0 -1
- data/lib/new_relic/rack/agent_middleware.rb +2 -1
- data/lib/new_relic/rack/browser_monitoring.rb +131 -123
- data/lib/new_relic/rack.rb +0 -1
- data/lib/new_relic/recipes/capistrano3.rb +2 -59
- data/lib/new_relic/recipes/capistrano_legacy.rb +1 -2
- data/lib/new_relic/recipes/helpers/send_deployment.rb +69 -0
- data/lib/new_relic/recipes.rb +0 -1
- data/lib/new_relic/supportability_helper.rb +1 -2
- data/lib/new_relic/traced_thread.rb +1 -1
- data/lib/new_relic/version.rb +2 -3
- data/lib/newrelic_rpm.rb +0 -1
- data/lib/sequel/extensions/newrelic_instrumentation.rb +2 -3
- data/lib/sequel/plugins/newrelic_instrumentation.rb +0 -1
- data/lib/tasks/all.rb +0 -1
- data/lib/tasks/config.rake +4 -113
- data/lib/tasks/coverage_report.rake +14 -19
- data/lib/tasks/{config.html.erb → helpers/config.html.erb} +0 -0
- data/lib/tasks/{config.text.erb → helpers/config.text.erb} +0 -0
- data/lib/tasks/helpers/format.rb +123 -0
- data/lib/tasks/helpers/matches.rb +12 -0
- data/lib/tasks/helpers/prompt.rb +24 -0
- data/lib/tasks/helpers/removers.rb +33 -0
- data/lib/tasks/install.rake +0 -1
- data/lib/tasks/instrumentation_generator/README.md +1 -1
- data/lib/tasks/instrumentation_generator/instrumentation.thor +45 -17
- data/lib/tasks/instrumentation_generator/templates/Envfile.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/chain.tt +2 -2
- data/lib/tasks/instrumentation_generator/templates/chain_method.tt +3 -2
- data/lib/tasks/instrumentation_generator/templates/dependency_detection.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/instrumentation.tt +2 -2
- data/lib/tasks/instrumentation_generator/templates/instrumentation_method.tt +1 -1
- data/lib/tasks/instrumentation_generator/templates/prepend.tt +1 -2
- data/lib/tasks/instrumentation_generator/templates/prepend_method.tt +1 -1
- data/lib/tasks/instrumentation_generator/templates/test.tt +1 -2
- data/lib/tasks/multiverse.rake +0 -1
- data/lib/tasks/multiverse.rb +3 -29
- data/lib/tasks/newrelic.rb +0 -1
- data/lib/tasks/tests.rake +3 -8
- data/newrelic.yml +23 -4
- data/newrelic_rpm.gemspec +8 -9
- data/recipes/newrelic.rb +0 -1
- data/test/agent_helper.rb +23 -35
- metadata +20 -80
- data/lib/new_relic/agent/datastores/mongo/obfuscator.rb +0 -44
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -31,8 +30,8 @@ EOS
|
|
31
30
|
|
32
31
|
current_item = nil
|
33
32
|
latest.each do |line|
|
34
|
-
if line
|
35
|
-
if line
|
33
|
+
if line =~ /^\s*\*.*/
|
34
|
+
if line =~ /\(#{patch_level}\)/
|
36
35
|
# Found a patch level item, so start tracking the lines!
|
37
36
|
current_item = line
|
38
37
|
else
|
@@ -53,10 +52,11 @@ EOS
|
|
53
52
|
changes = []
|
54
53
|
version_count = 0
|
55
54
|
contents.each_line do |line|
|
56
|
-
if line
|
55
|
+
if line =~ /##\s+v[\d.]+/
|
57
56
|
version_count += 1
|
58
57
|
end
|
59
58
|
break if version_count >= 2
|
59
|
+
|
60
60
|
changes << line.sub(/^ \* /, "* ").chomp
|
61
61
|
end
|
62
62
|
changes
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -35,8 +34,8 @@ module NewRelic
|
|
35
34
|
end
|
36
35
|
|
37
36
|
def initialize
|
38
|
-
# Extend self with any
|
39
|
-
# the discover methods to discover new
|
37
|
+
# Extend self with any submodules of LocalEnvironment. These can override
|
38
|
+
# the discover methods to discover new frameworks and dispatchers.
|
40
39
|
NewRelic::LocalEnvironment.constants.each do |const|
|
41
40
|
mod = NewRelic::LocalEnvironment.const_get(const)
|
42
41
|
self.extend(mod) if mod.instance_of?(Module)
|
@@ -86,6 +85,7 @@ module NewRelic
|
|
86
85
|
def check_for_torquebox
|
87
86
|
return unless defined?(::JRuby) &&
|
88
87
|
(org.torquebox::TorqueBox rescue nil)
|
88
|
+
|
89
89
|
@discovered_dispatcher = :torquebox
|
90
90
|
end
|
91
91
|
|
@@ -94,11 +94,13 @@ module NewRelic
|
|
94
94
|
(((com.sun.grizzly.jruby.rack.DefaultRackApplicationFactory rescue nil) &&
|
95
95
|
defined?(com::sun::grizzly::jruby::rack::DefaultRackApplicationFactory)) ||
|
96
96
|
(jruby_rack? && defined?(::GlassFish::Server)))
|
97
|
+
|
97
98
|
@discovered_dispatcher = :glassfish
|
98
99
|
end
|
99
100
|
|
100
101
|
def check_for_trinidad
|
101
102
|
return unless defined?(::JRuby) && jruby_rack? && defined?(::Trinidad::Server)
|
103
|
+
|
102
104
|
@discovered_dispatcher = :trinidad
|
103
105
|
end
|
104
106
|
|
@@ -108,17 +110,20 @@ module NewRelic
|
|
108
110
|
|
109
111
|
def check_for_webrick
|
110
112
|
return unless defined?(::WEBrick) && defined?(::WEBrick::VERSION)
|
113
|
+
|
111
114
|
@discovered_dispatcher = :webrick
|
112
115
|
end
|
113
116
|
|
114
117
|
def check_for_fastcgi
|
115
118
|
return unless defined?(::FCGI)
|
119
|
+
|
116
120
|
@discovered_dispatcher = :fastcgi
|
117
121
|
end
|
118
122
|
|
119
123
|
# this case covers starting by mongrel_rails
|
120
124
|
def check_for_mongrel
|
121
125
|
return unless defined?(::Mongrel) && defined?(::Mongrel::HttpServer)
|
126
|
+
|
122
127
|
@discovered_dispatcher = :mongrel
|
123
128
|
end
|
124
129
|
|
@@ -183,7 +188,7 @@ module NewRelic
|
|
183
188
|
end
|
184
189
|
|
185
190
|
def check_for_litespeed
|
186
|
-
if caller.pop
|
191
|
+
if caller.pop.include?('fcgi-bin/RailsRunner.rb')
|
187
192
|
@discovered_dispatcher = :litespeed
|
188
193
|
end
|
189
194
|
end
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -9,9 +8,11 @@ module NewRelic
|
|
9
8
|
class MetricData
|
10
9
|
# a NewRelic::MetricSpec object
|
11
10
|
attr_reader :metric_spec
|
12
|
-
#
|
11
|
+
# a NewRelic::Agent::Stats object
|
13
12
|
attr_accessor :stats
|
14
13
|
|
14
|
+
include NewRelic::Coerce
|
15
|
+
|
15
16
|
def initialize(metric_spec, stats)
|
16
17
|
@original_spec = nil
|
17
18
|
@metric_spec = metric_spec
|
@@ -22,8 +23,12 @@ module NewRelic
|
|
22
23
|
(metric_spec.eql?(o.metric_spec)) && (stats.eql?(o.stats))
|
23
24
|
end
|
24
25
|
|
25
|
-
def
|
26
|
-
|
26
|
+
def hash
|
27
|
+
[metric_spec, stats].hash
|
28
|
+
end
|
29
|
+
|
30
|
+
def inspect
|
31
|
+
"#<MetricData metric_spec:#{metric_spec.inspect}, stats:#{stats.inspect}>"
|
27
32
|
end
|
28
33
|
|
29
34
|
# assigns a new metric spec, and retains the old metric spec as
|
@@ -33,8 +38,13 @@ module NewRelic
|
|
33
38
|
@metric_spec = new_spec
|
34
39
|
end
|
35
40
|
|
36
|
-
def
|
37
|
-
|
41
|
+
def original_spec
|
42
|
+
@original_spec || @metric_spec
|
43
|
+
end
|
44
|
+
|
45
|
+
def to_collector_array(encoder = nil)
|
46
|
+
stat_key = {'name' => metric_spec.name, 'scope' => metric_spec.scope}
|
47
|
+
[stat_key, stats_collector_array(stat_key)]
|
38
48
|
end
|
39
49
|
|
40
50
|
def to_json(*a)
|
@@ -45,23 +55,18 @@ module NewRelic
|
|
45
55
|
"#{metric_spec.name}(#{metric_spec.scope}): #{stats}"
|
46
56
|
end
|
47
57
|
|
48
|
-
|
49
|
-
"#<MetricData metric_spec:#{metric_spec.inspect}, stats:#{stats.inspect}>"
|
50
|
-
end
|
51
|
-
|
52
|
-
include NewRelic::Coerce
|
58
|
+
private
|
53
59
|
|
54
|
-
def
|
55
|
-
|
56
|
-
|
57
|
-
[
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
float(stats.
|
62
|
-
|
63
|
-
|
64
|
-
]]
|
60
|
+
def stats_collector_array(stat_key)
|
61
|
+
[[:call_count, Integer], [:total_call_time, Float],
|
62
|
+
[:total_exclusive_time, Float], [:min_call_time, Float],
|
63
|
+
[:max_call_time, Float], [:sum_of_squares, Float]].map do |attr_types|
|
64
|
+
if attr_types[1].eql?(Integer)
|
65
|
+
int(stats.send(attr_types[0]), stat_key)
|
66
|
+
elsif attr_types[1].eql?(Float)
|
67
|
+
float(stats.send(attr_types[0]), stat_key)
|
68
|
+
end
|
69
|
+
end
|
65
70
|
end
|
66
71
|
end
|
67
72
|
end
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -45,6 +44,7 @@ class NewRelic::MetricSpec
|
|
45
44
|
|
46
45
|
def to_s
|
47
46
|
return name if scope.empty?
|
47
|
+
|
48
48
|
"#{name}:#{scope}"
|
49
49
|
end
|
50
50
|
|
@@ -60,6 +60,7 @@ class NewRelic::MetricSpec
|
|
60
60
|
def <=>(o)
|
61
61
|
namecmp = self.name <=> o.name
|
62
62
|
return namecmp if namecmp != 0
|
63
|
+
|
63
64
|
return (self.scope || '') <=> (o.scope || '')
|
64
65
|
end
|
65
66
|
end
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -135,10 +134,8 @@ class NewRelic::NoticedError
|
|
135
134
|
|
136
135
|
def build_error_attributes
|
137
136
|
@attributes_from_notice_error ||= {}
|
138
|
-
@attributes_from_notice_error
|
139
|
-
|
140
|
-
ERROR_CLASS_KEY => string(exception_class_name)
|
141
|
-
})
|
137
|
+
@attributes_from_notice_error[ERROR_MESSAGE_KEY] = string(message)
|
138
|
+
@attributes_from_notice_error[ERROR_CLASS_KEY] = string(exception_class_name)
|
142
139
|
|
143
140
|
@attributes_from_notice_error[ERROR_EXPECTED_KEY] = true if expected
|
144
141
|
end
|
@@ -189,7 +186,7 @@ class NewRelic::NoticedError
|
|
189
186
|
if exception.nil?
|
190
187
|
@exception_class_name = UNKNOWN_ERROR_CLASS_NAME
|
191
188
|
@message = NIL_ERROR_MESSAGE
|
192
|
-
elsif exception.is_a?(NewRelic::Agent::
|
189
|
+
elsif exception.is_a?(NewRelic::Agent::NoticeableError)
|
193
190
|
@exception_class_name = exception.class_name
|
194
191
|
@message = exception.message
|
195
192
|
else
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -34,11 +33,13 @@ module NewRelic
|
|
34
33
|
# response code before it goes back to the client.
|
35
34
|
def capture_http_response_code(state, result)
|
36
35
|
return if NewRelic::Agent.config[:disable_middleware_instrumentation]
|
36
|
+
|
37
37
|
super
|
38
38
|
end
|
39
39
|
|
40
40
|
def capture_response_content_type(state, result)
|
41
41
|
return if NewRelic::Agent.config[:disable_middleware_instrumentation]
|
42
|
+
|
42
43
|
super
|
43
44
|
end
|
44
45
|
end
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -7,152 +6,161 @@ require 'rack'
|
|
7
6
|
require 'new_relic/rack/agent_middleware'
|
8
7
|
require 'new_relic/agent/instrumentation/middleware_proxy'
|
9
8
|
|
10
|
-
module NewRelic
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
9
|
+
module NewRelic
|
10
|
+
module Rack
|
11
|
+
# This middleware is used by the agent for the Real user monitoring (RUM)
|
12
|
+
# feature, and will usually be automatically injected in the middleware chain.
|
13
|
+
# If automatic injection is not working, you may manually use it in your
|
14
|
+
# middleware chain instead.
|
15
|
+
#
|
16
|
+
# @api public
|
17
|
+
#
|
18
|
+
class BrowserMonitoring < AgentMiddleware
|
19
|
+
# The maximum number of bytes of the response body that we will
|
20
|
+
# examine in order to look for a RUM insertion point.
|
21
|
+
SCAN_LIMIT = 50_000
|
22
|
+
|
23
|
+
CONTENT_TYPE = 'Content-Type'.freeze
|
24
|
+
CONTENT_DISPOSITION = 'Content-Disposition'.freeze
|
25
|
+
CONTENT_LENGTH = 'Content-Length'.freeze
|
26
|
+
ATTACHMENT = 'attachment'.freeze
|
27
|
+
TEXT_HTML = 'text/html'.freeze
|
28
|
+
|
29
|
+
BODY_START = "<body".freeze
|
30
|
+
HEAD_START = "<head".freeze
|
31
|
+
GT = ">".freeze
|
32
|
+
|
33
|
+
ALREADY_INSTRUMENTED_KEY = "newrelic.browser_monitoring_already_instrumented"
|
34
|
+
CHARSET_RE = /<\s*meta[^>]+charset\s*=[^>]*>/im.freeze
|
35
|
+
X_UA_COMPATIBLE_RE = /<\s*meta[^>]+http-equiv\s*=\s*['"]x-ua-compatible['"][^>]*>/im.freeze
|
36
|
+
|
37
|
+
def traced_call(env)
|
38
|
+
result = @app.call(env)
|
39
|
+
(status, headers, response) = result
|
40
|
+
|
41
|
+
js_to_inject = NewRelic::Agent.browser_timing_header
|
42
|
+
if (js_to_inject != NewRelic::EMPTY_STR) && should_instrument?(env, status, headers)
|
43
|
+
response_string = autoinstrument_source(response, headers, js_to_inject)
|
44
|
+
if headers.key?(CONTENT_LENGTH)
|
45
|
+
content_length = response_string ? response_string.bytesize : 0
|
46
|
+
headers[CONTENT_LENGTH] = content_length.to_s
|
47
|
+
end
|
48
|
+
|
49
|
+
env[ALREADY_INSTRUMENTED_KEY] = true
|
50
|
+
if response_string
|
51
|
+
response = ::Rack::Response.new(response_string, status, headers)
|
52
|
+
response.finish
|
53
|
+
else
|
54
|
+
result
|
55
|
+
end
|
49
56
|
else
|
50
57
|
result
|
51
58
|
end
|
52
|
-
else
|
53
|
-
result
|
54
59
|
end
|
55
|
-
end
|
56
60
|
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
!is_streaming?(env, headers)
|
66
|
-
end
|
67
|
-
|
68
|
-
def is_html?(headers)
|
69
|
-
headers[CONTENT_TYPE] && headers[CONTENT_TYPE].include?(TEXT_HTML)
|
70
|
-
end
|
71
|
-
|
72
|
-
def is_attachment?(headers)
|
73
|
-
headers[CONTENT_DISPOSITION] && headers[CONTENT_DISPOSITION].include?(ATTACHMENT)
|
74
|
-
end
|
61
|
+
def should_instrument?(env, status, headers)
|
62
|
+
NewRelic::Agent.config[:'browser_monitoring.auto_instrument'] &&
|
63
|
+
status == 200 &&
|
64
|
+
!env[ALREADY_INSTRUMENTED_KEY] &&
|
65
|
+
html?(headers) &&
|
66
|
+
!attachment?(headers) &&
|
67
|
+
!streaming?(env, headers)
|
68
|
+
end
|
75
69
|
|
76
|
-
|
77
|
-
|
70
|
+
private
|
71
|
+
|
72
|
+
def autoinstrument_source(response, headers, js_to_inject)
|
73
|
+
source = gather_source(response)
|
74
|
+
close_old_response(response)
|
75
|
+
return nil unless source
|
76
|
+
|
77
|
+
# Only scan the first 50k (roughly) then give up.
|
78
|
+
beginning_of_source = source[0..SCAN_LIMIT]
|
79
|
+
meta_tag_positions = find_meta_tag_positions(beginning_of_source)
|
80
|
+
if body_start = find_body_start(beginning_of_source)
|
81
|
+
if insertion_index = find_insertion_index(meta_tag_positions, beginning_of_source, body_start)
|
82
|
+
source = source_injection(source, insertion_index, js_to_inject)
|
83
|
+
else
|
84
|
+
NewRelic::Agent.logger.debug("Skipping RUM instrumentation. Could not properly determine location to inject script.")
|
85
|
+
end
|
86
|
+
else
|
87
|
+
msg = "Skipping RUM instrumentation. Unable to find <body> tag in first #{SCAN_LIMIT} bytes of document."
|
88
|
+
NewRelic::Agent.logger.log_once(:warn, :rum_insertion_failure, msg)
|
89
|
+
NewRelic::Agent.logger.debug(msg)
|
90
|
+
end
|
78
91
|
|
79
|
-
|
80
|
-
|
81
|
-
|
92
|
+
source
|
93
|
+
rescue => e
|
94
|
+
NewRelic::Agent.logger.debug("Skipping RUM instrumentation on exception.", e)
|
95
|
+
nil
|
96
|
+
end
|
82
97
|
|
83
|
-
|
84
|
-
|
98
|
+
def html?(headers)
|
99
|
+
headers[CONTENT_TYPE] && headers[CONTENT_TYPE].include?(TEXT_HTML)
|
100
|
+
end
|
85
101
|
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
return nil unless source
|
102
|
+
def attachment?(headers)
|
103
|
+
headers[CONTENT_DISPOSITION] && headers[CONTENT_DISPOSITION].include?(ATTACHMENT)
|
104
|
+
end
|
90
105
|
|
91
|
-
|
92
|
-
|
106
|
+
def streaming?(env, headers)
|
107
|
+
return true if headers && headers['Transfer-Encoding'] == 'chunked'
|
93
108
|
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
find_charset_position(beginning_of_source)
|
98
|
-
].compact
|
109
|
+
defined?(ActionController::Live) &&
|
110
|
+
env['action_controller.instance'].class.included_modules.include?(ActionController::Live)
|
111
|
+
end
|
99
112
|
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
insertion_index
|
104
|
-
|
113
|
+
def source_injection(source, insertion_index, js_to_inject)
|
114
|
+
source[0...insertion_index] <<
|
115
|
+
js_to_inject <<
|
116
|
+
source[insertion_index..-1]
|
117
|
+
end
|
105
118
|
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
source[insertion_index..-1]
|
119
|
+
def find_insertion_index(tag_positions, source_beginning, body_start)
|
120
|
+
if !tag_positions.empty?
|
121
|
+
tag_positions.max
|
110
122
|
else
|
111
|
-
|
123
|
+
find_end_of_head_open(source_beginning) || body_start
|
112
124
|
end
|
113
|
-
else
|
114
|
-
msg = "Skipping RUM instrumentation. Unable to find <body> tag in first #{SCAN_LIMIT} bytes of document."
|
115
|
-
NewRelic::Agent.logger.log_once(:warn, :rum_insertion_failure, msg)
|
116
|
-
NewRelic::Agent.logger.debug(msg)
|
117
125
|
end
|
118
126
|
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
127
|
+
def find_meta_tag_positions(source_beginning)
|
128
|
+
[
|
129
|
+
find_x_ua_compatible_position(source_beginning),
|
130
|
+
find_charset_position(source_beginning)
|
131
|
+
].compact
|
132
|
+
end
|
124
133
|
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
134
|
+
def gather_source(response)
|
135
|
+
source = nil
|
136
|
+
response.each { |fragment| source ? (source << fragment.to_s) : (source = fragment.to_s) }
|
137
|
+
source
|
138
|
+
end
|
130
139
|
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
response.close
|
140
|
+
# Per "The Response > The Body" section of Rack spec, we should close
|
141
|
+
# if our response is able. http://rack.rubyforge.org/doc/SPEC.html
|
142
|
+
def close_old_response(response)
|
143
|
+
response.close if response.respond_to?(:close)
|
136
144
|
end
|
137
|
-
end
|
138
145
|
|
139
|
-
|
140
|
-
|
141
|
-
|
146
|
+
def find_body_start(beginning_of_source)
|
147
|
+
beginning_of_source.index(BODY_START)
|
148
|
+
end
|
142
149
|
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
150
|
+
def find_x_ua_compatible_position(beginning_of_source)
|
151
|
+
match = X_UA_COMPATIBLE_RE.match(beginning_of_source)
|
152
|
+
match.end(0) if match
|
153
|
+
end
|
147
154
|
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
155
|
+
def find_charset_position(beginning_of_source)
|
156
|
+
match = CHARSET_RE.match(beginning_of_source)
|
157
|
+
match.end(0) if match
|
158
|
+
end
|
152
159
|
|
153
|
-
|
154
|
-
|
155
|
-
|
160
|
+
def find_end_of_head_open(beginning_of_source)
|
161
|
+
head_open = beginning_of_source.index(HEAD_START)
|
162
|
+
beginning_of_source.index(GT, head_open) + 1 if head_open
|
163
|
+
end
|
156
164
|
end
|
157
165
|
end
|
158
166
|
end
|
data/lib/new_relic/rack.rb
CHANGED
@@ -1,11 +1,12 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
5
4
|
|
6
5
|
require 'capistrano/framework'
|
6
|
+
require_relative 'helpers/send_deployment'
|
7
7
|
|
8
8
|
namespace :newrelic do
|
9
|
+
include SendDeployment
|
9
10
|
# notifies New Relic of a deployment
|
10
11
|
desc "Record a deployment in New Relic (newrelic.com)"
|
11
12
|
task :notice_deployment do
|
@@ -19,62 +20,4 @@ namespace :newrelic do
|
|
19
20
|
end
|
20
21
|
end
|
21
22
|
end
|
22
|
-
|
23
|
-
def send_deployment_notification_to_newrelic
|
24
|
-
environment = fetch(:newrelic_rails_env, fetch(:rack_env, fetch(:rails_env, fetch(:stage, "production"))))
|
25
|
-
|
26
|
-
require 'new_relic/cli/command'
|
27
|
-
|
28
|
-
begin
|
29
|
-
# allow overrides to be defined for revision, description, changelog, appname, and user
|
30
|
-
rev = fetch(:newrelic_revision)
|
31
|
-
description = fetch(:newrelic_desc)
|
32
|
-
changelog = fetch(:newrelic_changelog)
|
33
|
-
appname = fetch(:newrelic_appname)
|
34
|
-
user = fetch(:newrelic_user)
|
35
|
-
license_key = fetch(:newrelic_license_key)
|
36
|
-
|
37
|
-
has_scm_from_plugin = respond_to?(:scm_plugin_installed?) && scm_plugin_installed?
|
38
|
-
has_scm_from_config = defined?(scm) && !scm.nil? && scm != :none
|
39
|
-
|
40
|
-
if has_scm_from_plugin || has_scm_from_config
|
41
|
-
changelog ||= lookup_changelog
|
42
|
-
rev ||= fetch(:current_revision)
|
43
|
-
end
|
44
|
-
|
45
|
-
new_revision = rev
|
46
|
-
deploy_options = {
|
47
|
-
:environment => environment,
|
48
|
-
:revision => new_revision,
|
49
|
-
:changelog => changelog,
|
50
|
-
:description => description,
|
51
|
-
:appname => appname,
|
52
|
-
:user => user,
|
53
|
-
:license_key => license_key
|
54
|
-
}
|
55
|
-
|
56
|
-
debug("Uploading deployment to New Relic")
|
57
|
-
deployment = NewRelic::Cli::Deployments.new(deploy_options)
|
58
|
-
deployment.run
|
59
|
-
info("Uploaded deployment information to New Relic")
|
60
|
-
rescue NewRelic::Cli::Command::CommandFailure => e
|
61
|
-
info(e.message)
|
62
|
-
rescue => e
|
63
|
-
info("Error creating New Relic deployment (#{e})\n#{e.backtrace.join("\n")}")
|
64
|
-
end
|
65
|
-
end
|
66
|
-
|
67
|
-
def lookup_changelog
|
68
|
-
previous_revision = fetch(:previous_revision)
|
69
|
-
current_revision = fetch(:current_revision)
|
70
|
-
return unless current_revision && previous_revision
|
71
|
-
|
72
|
-
debug("Retrieving changelog for New Relic Deployment details")
|
73
|
-
|
74
|
-
if Rake::Task.task_defined?("git:check")
|
75
|
-
log_command = "git --no-pager log --no-color --pretty=format:' * %an: %s' " +
|
76
|
-
"--abbrev-commit --no-merges #{previous_revision}..#{current_revision}"
|
77
|
-
`#{log_command}`
|
78
|
-
end
|
79
|
-
end
|
80
23
|
end
|
@@ -1,9 +1,8 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
5
4
|
|
6
|
-
make_notify_task =
|
5
|
+
make_notify_task = proc do
|
7
6
|
namespace(:newrelic) do
|
8
7
|
# on all deployments, notify New Relic
|
9
8
|
desc("Record a deployment in New Relic (newrelic.com)")
|