newrelic_rpm 8.10.1 → 8.11.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 -187
- data/.rubocop_todo.yml +11 -202
- data/.simplecov +6 -4
- data/CHANGELOG.md +68 -25
- data/Gemfile +0 -1
- data/README.md +1 -1
- data/Rakefile +3 -20
- data/Thorfile +0 -1
- data/bin/nrdebug +63 -43
- data/config.dot +5 -5
- 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 +0 -1
- data/lib/new_relic/agent/agent/special_startup.rb +0 -1
- data/lib/new_relic/agent/agent/start_worker_thread.rb +0 -1
- data/lib/new_relic/agent/agent/startup.rb +0 -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 +0 -1
- data/lib/new_relic/agent/audit_logger.rb +2 -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 +0 -1
- data/lib/new_relic/agent/configuration/default_source.rb +56 -27
- data/lib/new_relic/agent/configuration/dotted_hash.rb +1 -2
- data/lib/new_relic/agent/configuration/environment_source.rb +3 -4
- data/lib/new_relic/agent/configuration/event_harvest_config.rb +0 -1
- data/lib/new_relic/agent/configuration/high_security_source.rb +0 -1
- data/lib/new_relic/agent/configuration/manager.rb +1 -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 +0 -1
- data/lib/new_relic/agent/configuration/server_source.rb +0 -1
- data/lib/new_relic/agent/configuration/yaml_source.rb +2 -3
- data/lib/new_relic/agent/configuration.rb +0 -1
- data/lib/new_relic/agent/connect/request_builder.rb +1 -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 +0 -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 +13 -14
- data/lib/new_relic/agent/database_adapter.rb +0 -1
- data/lib/new_relic/agent/datastores/metric_helper.rb +0 -4
- data/lib/new_relic/agent/datastores/mongo/event_formatter.rb +2 -3
- data/lib/new_relic/agent/datastores/mongo/metric_translator.rb +1 -4
- data/lib/new_relic/agent/datastores/mongo/obfuscator.rb +0 -1
- data/lib/new_relic/agent/datastores/mongo.rb +0 -1
- 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 +0 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_attributes.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_metrics.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_payload.rb +0 -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 +0 -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 +0 -1
- data/lib/new_relic/agent/error_collector.rb +0 -1
- data/lib/new_relic/agent/error_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/error_filter.rb +4 -5
- data/lib/new_relic/agent/error_trace_aggregator.rb +1 -2
- data/lib/new_relic/agent/event_aggregator.rb +0 -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 +2 -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 +0 -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 +1 -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 +2 -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 +0 -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 +0 -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 +2 -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 +0 -1
- 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 +0 -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 +0 -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 +1 -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 +2 -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 +0 -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 +5 -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 +1 -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 +0 -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 +0 -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 +0 -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 +1 -2
- data/lib/new_relic/agent/linking_metadata.rb +0 -1
- data/lib/new_relic/agent/local_log_decorator.rb +0 -1
- data/lib/new_relic/agent/log_event_aggregator.rb +0 -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 +1 -2
- data/lib/new_relic/agent/method_tracer.rb +0 -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 +0 -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 +193 -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 +0 -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 +0 -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 +0 -1
- data/lib/new_relic/agent/samplers/delayed_job_sampler.rb +0 -1
- data/lib/new_relic/agent/samplers/memory_sampler.rb +5 -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 +0 -2
- data/lib/new_relic/agent/sql_sampler.rb +0 -1
- data/lib/new_relic/agent/stats.rb +12 -3
- data/lib/new_relic/agent/stats_engine/gc_profiler.rb +0 -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 +1 -2
- data/lib/new_relic/agent/threading/agent_thread.rb +2 -3
- data/lib/new_relic/agent/threading/backtrace_node.rb +0 -1
- data/lib/new_relic/agent/threading/backtrace_service.rb +0 -1
- data/lib/new_relic/agent/threading/thread_profile.rb +1 -2
- data/lib/new_relic/agent/timestamp_sampled_buffer.rb +0 -1
- data/lib/new_relic/agent/tracer.rb +2 -3
- data/lib/new_relic/agent/transaction/abstract_segment.rb +2 -3
- data/lib/new_relic/agent/transaction/datastore_segment.rb +0 -1
- data/lib/new_relic/agent/transaction/distributed_tracer.rb +0 -1
- data/lib/new_relic/agent/transaction/distributed_tracing.rb +0 -1
- data/lib/new_relic/agent/transaction/external_request_segment.rb +1 -2
- data/lib/new_relic/agent/transaction/message_broker_segment.rb +0 -1
- data/lib/new_relic/agent/transaction/request_attributes.rb +0 -1
- data/lib/new_relic/agent/transaction/segment.rb +0 -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 +0 -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 +2 -3
- data/lib/new_relic/agent/transaction/tracing.rb +0 -1
- data/lib/new_relic/agent/transaction/transaction_sample_buffer.rb +0 -2
- data/lib/new_relic/agent/transaction.rb +3 -5
- data/lib/new_relic/agent/transaction_error_primitive.rb +0 -1
- data/lib/new_relic/agent/transaction_event_aggregator.rb +0 -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 +1 -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 +1 -2
- data/lib/new_relic/agent/utilization/vendor.rb +1 -2
- data/lib/new_relic/agent/utilization_data.rb +0 -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 +13 -16
- 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 +0 -1
- data/lib/new_relic/coerce.rb +0 -1
- data/lib/new_relic/collection_helper.rb +1 -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 +0 -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 +0 -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 +3 -4
- data/lib/new_relic/environment_report.rb +23 -14
- data/lib/new_relic/helper.rb +1 -2
- data/lib/new_relic/language_support.rb +2 -3
- data/lib/new_relic/latest_changes.rb +3 -4
- data/lib/new_relic/local_environment.rb +3 -4
- data/lib/new_relic/metric_data.rb +27 -22
- data/lib/new_relic/metric_spec.rb +0 -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 +0 -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 +0 -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 +120 -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 +22 -16
- data/lib/tasks/instrumentation_generator/templates/Envfile.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/chain.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/dependency_detection.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/instrumentation.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/prepend.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/test.tt +0 -1
- 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 +10 -1
- data/newrelic_rpm.gemspec +6 -7
- data/recipes/newrelic.rb +0 -1
- data/test/agent_helper.rb +17 -35
- metadata +11 -5
@@ -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)")
|
@@ -0,0 +1,69 @@
|
|
1
|
+
# This file is distributed under New Relic's license terms.
|
2
|
+
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
3
|
+
# frozen_string_literal: true
|
4
|
+
|
5
|
+
module SendDeployment
|
6
|
+
def send_deployment_notification_to_newrelic
|
7
|
+
require 'new_relic/cli/command'
|
8
|
+
debug("Uploading deployment to New Relic")
|
9
|
+
NewRelic::Cli::Deployments.new(deploy_options).run
|
10
|
+
info("Uploaded deployment information to New Relic")
|
11
|
+
rescue NewRelic::Cli::Command::CommandFailure => e
|
12
|
+
info(e.message)
|
13
|
+
rescue => e
|
14
|
+
info("Error creating New Relic deployment (#{e})\n#{e.backtrace.join("\n")}")
|
15
|
+
end
|
16
|
+
|
17
|
+
private
|
18
|
+
|
19
|
+
def deploy_options
|
20
|
+
{
|
21
|
+
:environment => fetch_environment,
|
22
|
+
:revision => fetch_rev,
|
23
|
+
:changelog => fetch_changelog,
|
24
|
+
:description => fetch(:newrelic_desc),
|
25
|
+
:appname => fetch(:newrelic_appname),
|
26
|
+
:user => fetch(:newrelic_user),
|
27
|
+
:license_key => fetch(:newrelic_license_key)
|
28
|
+
}
|
29
|
+
end
|
30
|
+
|
31
|
+
def fetch_changelog
|
32
|
+
has_scm? ? fetch(:newrelic_changelog) : lookup_changelog
|
33
|
+
end
|
34
|
+
|
35
|
+
def fetch_environment
|
36
|
+
fetch(:newrelic_rails_env, fetch(:rack_env, fetch(:rails_env, fetch(:stage, "production"))))
|
37
|
+
end
|
38
|
+
|
39
|
+
def fetch_rev
|
40
|
+
newrelic_rev = fetch(:newrelic_revision)
|
41
|
+
has_scm? && !newrelic_rev ? fetch(:current_revision) : newrelic_rev
|
42
|
+
end
|
43
|
+
|
44
|
+
def has_scm?
|
45
|
+
has_scm_from_plugin? || has_scm_from_config?
|
46
|
+
end
|
47
|
+
|
48
|
+
def has_scm_from_config?
|
49
|
+
defined?(scm) && !scm.nil? && scm != :none
|
50
|
+
end
|
51
|
+
|
52
|
+
def has_scm_from_plugin?
|
53
|
+
respond_to?(:scm_plugin_installed?) && scm_plugin_installed?
|
54
|
+
end
|
55
|
+
|
56
|
+
def lookup_changelog
|
57
|
+
previous_revision = fetch(:previous_revision)
|
58
|
+
current_revision = fetch(:current_revision)
|
59
|
+
return unless current_revision && previous_revision
|
60
|
+
|
61
|
+
debug("Retrieving changelog for New Relic Deployment details")
|
62
|
+
|
63
|
+
if Rake::Task.task_defined?("git:check")
|
64
|
+
log_command = "git --no-pager log --no-color --pretty=format:' * %an: %s' " +
|
65
|
+
"--abbrev-commit --no-merges #{previous_revision}..#{current_revision}"
|
66
|
+
`#{log_command}`
|
67
|
+
end
|
68
|
+
end
|
69
|
+
end
|
data/lib/new_relic/recipes.rb
CHANGED
@@ -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
|
@@ -72,7 +71,7 @@ module NewRelic
|
|
72
71
|
def valid_api_argument_class?(arg, name, klass)
|
73
72
|
return true if arg.is_a?(klass)
|
74
73
|
|
75
|
-
caller_location = caller_locations.first.label
|
74
|
+
caller_location = caller_locations(1..1).first.label
|
76
75
|
|
77
76
|
message = "Bad argument passed to ##{caller_location}. " \
|
78
77
|
"Expected #{klass} for `#{name}` but got #{arg.class}"
|
data/lib/new_relic/version.rb
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
#!/usr/bin/ruby
|
2
|
-
# encoding: utf-8
|
3
2
|
# This file is distributed under New Relic's license terms.
|
4
3
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
5
4
|
# frozen_string_literal: true
|
@@ -7,8 +6,8 @@
|
|
7
6
|
module NewRelic
|
8
7
|
module VERSION # :nodoc:
|
9
8
|
MAJOR = 8
|
10
|
-
MINOR =
|
11
|
-
TINY =
|
9
|
+
MINOR = 11
|
10
|
+
TINY = 0
|
12
11
|
|
13
12
|
STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
|
14
13
|
end
|
data/lib/newrelic_rpm.rb
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
# -*- ruby -*-
|
2
|
-
# encoding: utf-8
|
3
2
|
# This file is distributed under New Relic's license terms.
|
4
3
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
5
4
|
# frozen_string_literal: true
|
@@ -63,7 +62,7 @@ module Sequel
|
|
63
62
|
# block in the sequel Plugin instrumentation. A simple ORM operation from the Plugin
|
64
63
|
# instrumentation may trigger a number of calls to this method. We want to append
|
65
64
|
# the statements that come from the disable_all_tracing block into this node's
|
66
|
-
# statement, otherwise we would end up
|
65
|
+
# statement, otherwise we would end up overwriting the sql statement with the
|
67
66
|
# last one executed.
|
68
67
|
def notice_sql(sql)
|
69
68
|
return unless txn = NewRelic::Agent::Tracer.current_transaction
|
@@ -83,7 +82,7 @@ module Sequel
|
|
83
82
|
].freeze
|
84
83
|
|
85
84
|
def explainer_for(sql)
|
86
|
-
|
85
|
+
proc do |*|
|
87
86
|
if THREAD_SAFE_CONNECTION_POOL_CLASSES.include?(self.pool.class)
|
88
87
|
self[sql].explain
|
89
88
|
else
|
data/lib/tasks/all.rb
CHANGED