newrelic_rpm 8.10.0 → 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 -0
- data/.rubocop.yml +32 -190
- data/.rubocop_todo.yml +52 -0
- data/.simplecov +11 -2
- data/CHANGELOG.md +91 -26
- data/Gemfile +0 -1
- data/README.md +1 -1
- data/Rakefile +3 -20
- data/Thorfile +5 -0
- 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 +8 -5
- 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 -9
- data/lib/new_relic/agent/instrumentation/grpc/client/instrumentation.rb +10 -9
- data/lib/new_relic/agent/instrumentation/grpc/client/prepend.rb +0 -6
- data/lib/new_relic/agent/instrumentation/grpc/client/request_wrapper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/helper.rb +2 -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 +12 -9
- 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 +7 -6
- 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 +7 -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 +1 -2
- 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 +20 -15
- 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 +63 -0
- data/lib/tasks/instrumentation_generator/TODO.md +33 -0
- data/lib/tasks/instrumentation_generator/instrumentation.thor +102 -0
- data/lib/tasks/instrumentation_generator/templates/Envfile.tt +9 -0
- data/lib/tasks/instrumentation_generator/templates/chain.tt +21 -0
- data/lib/tasks/instrumentation_generator/templates/chain_method.tt +7 -0
- data/lib/tasks/instrumentation_generator/templates/dependency_detection.tt +29 -0
- data/lib/tasks/instrumentation_generator/templates/instrumentation.tt +12 -0
- data/lib/tasks/instrumentation_generator/templates/instrumentation_method.tt +3 -0
- data/lib/tasks/instrumentation_generator/templates/newrelic.yml.tt +19 -0
- data/lib/tasks/instrumentation_generator/templates/prepend.tt +13 -0
- data/lib/tasks/instrumentation_generator/templates/prepend_method.tt +3 -0
- data/lib/tasks/instrumentation_generator/templates/test.tt +15 -0
- 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 +14 -19
- data/recipes/newrelic.rb +0 -1
- data/test/agent_helper.rb +22 -54
- metadata +50 -101
- data/bin/mongrel_rpm +0 -33
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,66 @@
|
|
1
1
|
# New Relic Ruby Agent Release Notes #
|
2
2
|
|
3
|
+
## v8.11.0
|
4
|
+
|
5
|
+
Version 8.11.0 of the agent updates the `newrelic deployments` command to work with API keys issued to newer accounts, fixes a memory leak in the instrumentation of Curb error handling, further preps for Ruby 3.2.0 support, and includes several community member driven cleanup and improvement efforts. Thank you to everyone involved!
|
6
|
+
|
7
|
+
|
8
|
+
* **Added support for New Relic REST API v2 when using `newrelic deployments` command**
|
9
|
+
|
10
|
+
Previously, the `newrelic deployments` command only supported the older version of the deployments api, which does not currently support newer license keys. Now you can use the New Relic REST API v2 to record deployments by providing your user API key to the agent configuration using `api_key`. When this configuration option is present, the `newrelic deployments` command will automatically use the New Relic REST API v2 deployment endpoint. [PR#1461](https://github.com/newrelic/newrelic-ruby-agent/pull/1461)
|
11
|
+
|
12
|
+
Thank you to [@Arkham](https://github.com/Arkham) for bringing this to our attention!
|
13
|
+
|
14
|
+
|
15
|
+
* **Cleanup: Performance tests, constants, rubocop-minitest assertions and refutations**
|
16
|
+
|
17
|
+
Community member [@esquith](https://github.com/esquith) contributed a whole slew of cleanup successes for our performance test configuration, orphaned constants in our code base, and RuboCop related improvements. [PR#1406](https://github.com/newrelic/newrelic-ruby-agent/pull/1406) [PR#1408](https://github.com/newrelic/newrelic-ruby-agent/pull/1408) [PR#1409](https://github.com/newrelic/newrelic-ruby-agent/pull/1409) [PR#1411](https://github.com/newrelic/newrelic-ruby-agent/pull/1411)
|
18
|
+
|
19
|
+
Thank you [@esquith](https://github.com/esquith) for these great contributions!
|
20
|
+
|
21
|
+
|
22
|
+
* **CI: Notify on a change from failure to success**
|
23
|
+
|
24
|
+
A super handy, much beloved feature of certain CI and build systems is to not only notify when builds start to fail, but also to notify again when the builds once again start to go green. Community member [@luigieai](https://github.com/luigieai) was able to figure out how to configure our existing complex, multiple-3rd-party-action based GitHub Actions pipeline to notify on a switch back to success from failure. [PR#1519](https://github.com/newrelic/newrelic-ruby-agent/pull/1519)
|
25
|
+
|
26
|
+
This is much appreciated! Thank you, [@luigieai](https://github.com/luigieai).
|
27
|
+
|
28
|
+
|
29
|
+
* **Spelling corrections**
|
30
|
+
|
31
|
+
Community member [@jsoref](https://github.com/jsoref), author of the [Check Spelling](https://github.com/marketplace/actions/check-spelling) GitHub Action, contributed a significant number of spelling corrections throughout the code base. The intelligent issues that were flagged made for a more comprehensive review than a simple dictionary based check would have been able to provide, and the changes are much appreciated. [PR#1508](https://github.com/newrelic/newrelic-ruby-agent/pull/1508)
|
32
|
+
|
33
|
+
Thank you very much, [@jsoref](https://github.com/jsoref)!
|
34
|
+
|
35
|
+
|
36
|
+
* **Ruby 3.2.0-preview2 compatibility**
|
37
|
+
|
38
|
+
Ruby 3.2.0-preview1 introduced a change to the way that Ruby reports VM stats and the approach was changed yet again to a 3rd approach with the preview2 release. New Relic reports on Ruby VM stats and is keeping track of the Ruby 3.2 development process to help ensure our customers with a smooth and worthwhile upgrade process once Ruby 3.2.0 (non-preview) is released. [PR#1436](https://github.com/newrelic/newrelic-ruby-agent/pull/1436)
|
39
|
+
|
40
|
+
|
41
|
+
* **Bugfix: Fix memory leak in the Curb instrumentation**
|
42
|
+
|
43
|
+
Community member [@charkost](https://github.com/charkost) was able to rework the `on_failure` callback logic prepped via the agent's Curb instrumentation in order to avoid some nesting that was causing memory leaks. [PR#1518](https://github.com/newrelic/newrelic-ruby-agent/pull/1518)
|
44
|
+
|
45
|
+
Many thanks for both the heads up on the issue and the fix, [@charkost](https://github.com/charkost)!
|
46
|
+
|
47
|
+
|
48
|
+
## v8.10.1
|
49
|
+
|
50
|
+
|
51
|
+
* **Bugfix: Missing unscoped metrics when instrumentation.thread.tracing is enabled**
|
52
|
+
|
53
|
+
Previously, when `instrumentation.thread.tracing` was set to true, some puma applications encountered a bug where a varying number of unscoped metrics would be missing. The agent now will correctly store and send all unscoped metrics.
|
54
|
+
|
55
|
+
Thank you to @texpert for providing details of their situation to help resolve the issue.
|
56
|
+
|
57
|
+
|
58
|
+
* **Bugfix: gRPC instrumentation causes ArgumentError when other Google gems are present**
|
59
|
+
|
60
|
+
Previously, when the agent had gRPC instrumentation enabled in an application using other gems (such as google-ads-googleads), the instrumentation could cause the error `ArgumentError: wrong number of arguments (given 3, expected 2)`. The gRPC instrumentation has been updated to prevent this issue from occurring in the future.
|
61
|
+
|
62
|
+
Thank you to @FeminismIsAwesome for bringing this issue to our attention.
|
63
|
+
|
3
64
|
|
4
65
|
## v8.10.0
|
5
66
|
|
@@ -17,12 +78,17 @@
|
|
17
78
|
| `instrumentation.grpc.host_denylist` | "" | Provide a comma delimited list of host regex patterns (ex: "private.com$,exception.*") |
|
18
79
|
|
19
80
|
|
81
|
+
* **Code-level metrics functionality is enabled by default**
|
82
|
+
|
83
|
+
The code-level metrics functionality for the Ruby agent's [CodeStream integration](https://docs.newrelic.com/docs/apm/agents/ruby-agent/features/ruby-codestream-integration) is now enabled by default after we have received positive feedback and no open bugs for the past two releases.
|
84
|
+
|
85
|
+
|
20
86
|
* **Performance: Rework timing range overlap calculations for multiple transaction segments**
|
21
87
|
|
22
|
-
Many thanks to GitHub community members @bmulholland and @hkdnet. @bmulholland alerted us to [rmosolgo/graphql-ruby#3945](https://github.com/rmosolgo/graphql-ruby/issues/3945). That Issue essentially notes that the New Relic Ruby agent incurs a significant
|
88
|
+
Many thanks to GitHub community members @bmulholland and @hkdnet. @bmulholland alerted us to [rmosolgo/graphql-ruby#3945](https://github.com/rmosolgo/graphql-ruby/issues/3945). That Issue essentially notes that the New Relic Ruby agent incurs a significant performance hit when the `graphql` RubyGem (which ships with New Relic Ruby agent support) is used with DataLoader to generate a high number of transactions. Then @hkdnet diagnosed the root cause in the Ruby agent and put together both a proof of concept fix and a full blown PR to resolve the problem. The agent keeps track multiple segments that are concurrently in play for a given transaction in order to merge the ones whose start and stop times intersect. The logic for doing this find-and-merge operation has been reworked to a) be deferred entirely until the transaction is ready to be recorded, and b) made more performant when it is needed. GraphQL DataLoader users and other users who generate lots of activity for monitoring within a short amount of time will hopefully see some good performance gains from these changes.
|
23
89
|
|
24
90
|
|
25
|
-
* **Performance: Make frozen string literals the default for the agent
|
91
|
+
* **Performance: Make frozen string literals the default for the agent**
|
26
92
|
|
27
93
|
The Ruby `frozen_string_literal: true` magic source code comment has now been applied consistently across all Ruby files belonging to the agent. This can provide a performance boost, given that Ruby can rely on the strings remaining immutable. Previously only about a third of the agent's code was freezing string literals by default. Now that 100% of the code freezes string literals by default, we have internally observed some related performance gains through testing. We are hopeful that these will translate into some real world gains in production capacities.
|
28
94
|
|
@@ -56,7 +122,6 @@
|
|
56
122
|
Previously the agent would modify each instance of the Logger class by adding a unique instance variable as part of the instrumentation. This could cause the error `FrozenError: can't modify frozen Logger` to be thrown if the Logger instance had been frozen. The agent will now check if the object is frozen before attempting to modify the object. Thanks to @mkcosta for bringing this issue to our attention.
|
57
123
|
|
58
124
|
|
59
|
-
|
60
125
|
## v8.9.0
|
61
126
|
|
62
127
|
|
@@ -97,7 +162,7 @@
|
|
97
162
|
|
98
163
|
* **APM logs-in-context log forwarding on by default**
|
99
164
|
|
100
|
-
Automatic application log forwarding is now enabled by default. This version of the agent will automatically send enriched application logs to New Relic. To learn more about
|
165
|
+
Automatic application log forwarding is now enabled by default. This version of the agent will automatically send enriched application logs to New Relic. To learn more about this feature see [here](https://docs.newrelic.com/docs/apm/new-relic-apm/getting-started/get-started-logs-context/), and additional configuration options are available [here](https://docs.newrelic.com/docs/logs/logs-context/configure-logs-context-ruby). To learn about how to toggle log ingestion on or off by account see [here](https://docs.newrelic.com/docs/logs/logs-context/disable-automatic-logging).
|
101
166
|
|
102
167
|
* **Improved async support and Thread instrumentation**
|
103
168
|
|
@@ -106,7 +171,7 @@
|
|
106
171
|
New configuration options included in this release:
|
107
172
|
| Configuration name | Default | Behavior |
|
108
173
|
| ----------- | ----------- |----------- |
|
109
|
-
| `instrumentation.thread` | `auto` (enabled) | Allows the agent to correctly nest spans inside of an
|
174
|
+
| `instrumentation.thread` | `auto` (enabled) | Allows the agent to correctly nest spans inside of an asynchronous transaction |
|
110
175
|
| `instrumentation.thread.tracing` | `false` (disabled) | Automatically add tracing to all Threads created in the application. This may be enabled by default in a future release. |
|
111
176
|
|
112
177
|
We'd like to thank @mikeantonelli for sharing a gist with us that provided our team with an entry point for this feature.
|
@@ -195,7 +260,7 @@
|
|
195
260
|
|
196
261
|
Previously, unit tests would fail with unexpected invocation errors when `NEW_RELIC_LICENSE_KEY` and `NEW_RELIC_HOST` environment variables were present. Now, tests will discard these environment variables before running.
|
197
262
|
|
198
|
-
* **Bugfix: Curb -
|
263
|
+
* **Bugfix: Curb - satisfy method_with_tracing's verb argument requirement**
|
199
264
|
|
200
265
|
When Curb instrumentation is used (either via prepend or chain), be sure to always pass the verb argument over to `method_with_tracing` which requires it. Thank you to @knarewski for bringing this issue to our attention, for providing a means of reproducing an error, and for providing a fix. That fix has been replicated by the agent team with permission. See [Issue 1033](https://github.com/newrelic/newrelic-ruby-agent/issues/1033) for more details.
|
201
266
|
|
@@ -377,7 +442,7 @@
|
|
377
442
|
|
378
443
|
* **Update configuration option default value for `span_events.max_samples_stored` from 1000 to 2000**
|
379
444
|
|
380
|
-
For more information about this
|
445
|
+
For more information about this configuration option, visit [the Ruby agent documentation](https://docs.newrelic.com/docs/agents/ruby-agent/configuration/ruby-agent-configuration/#span_events-max_samples_stored).
|
381
446
|
|
382
447
|
* **Agent now enforces server supplied maximum value for configuration option `span_events.max_samples_stored`**
|
383
448
|
|
@@ -451,7 +516,7 @@
|
|
451
516
|
|
452
517
|
* **Bugfix: resolves "can't add a new key into hash during iteration" Errors**
|
453
518
|
|
454
|
-
Thanks to @wyhaines for this fix that prevents "can't add a new key into hash during iteration" errors from
|
519
|
+
Thanks to @wyhaines for this fix that prevents "can't add a new key into hash during iteration" errors from occurring when iterating over environment data.
|
455
520
|
|
456
521
|
* **Bugfix: kwarg support fixed for Rack middleware instrumentation**
|
457
522
|
|
@@ -508,7 +573,7 @@
|
|
508
573
|
|
509
574
|
* **Ruby Agent 6.x to 7.x Migration Guide Available**
|
510
575
|
|
511
|
-
Please see our [Ruby Agent 6.x to 7.x migration guide](https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/migration-7x-guide/) for helpful strategies and tips for migrating from earlier versions of the Ruby agent to 7.0.0. We cover new configuration settings,
|
576
|
+
Please see our [Ruby Agent 6.x to 7.x migration guide](https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/migration-7x-guide/) for helpful strategies and tips for migrating from earlier versions of the Ruby agent to 7.0.0. We cover new configuration settings, diagnosing and installing SSL CA certificates and deprecated items and their replacements in this guide.
|
512
577
|
|
513
578
|
* **Ruby 2.0 and 2.1 Dropped**
|
514
579
|
|
@@ -627,7 +692,7 @@
|
|
627
692
|
* **Default prepend_net_instrumentation to false**
|
628
693
|
|
629
694
|
Previously, `prepend_net_instrumentation` defaulted to true. However, many gems are still using monkey patching on Net::HTTP, which causes compatibility issues with using prepend. Defaulting this to false minimizes instances of
|
630
|
-
unexpected
|
695
|
+
unexpected compatibility issues.
|
631
696
|
|
632
697
|
## v6.14.0
|
633
698
|
|
@@ -637,14 +702,14 @@
|
|
637
702
|
|
638
703
|
* **Bugfix: Delayed Job instrumentation fixed for Ruby 2.7+**
|
639
704
|
|
640
|
-
Previously, the agent was
|
705
|
+
Previously, the agent was erroneously separating positional and keyword arguments on the instrumented method calls into
|
641
706
|
Delayed Job's library. The led to Delayed job not auto-instrumenting correctly and has been fixed.
|
642
707
|
|
643
708
|
* **Bugfix: Ruby 2.7+ methods sometimes erroneously attributed compiler warnings to the Agent's `add_method_tracer`**
|
644
709
|
|
645
710
|
The specific edge cases presented are now fixed by this release of the agent. There are still some known corner-cases
|
646
711
|
that will be resolved with upcoming changes in next major release of the Agent. If you encounter a problem with adding
|
647
|
-
method tracers and compiler warnings raised, please continue to submit small
|
712
|
+
method tracers and compiler warnings raised, please continue to submit small reproducible examples.
|
648
713
|
|
649
714
|
* **Bugfix: Ruby 2.7+ fix for keyword arguments on Rack apps is unnecessary and removed**
|
650
715
|
|
@@ -661,14 +726,14 @@
|
|
661
726
|
|
662
727
|
Previously, when a user specifies a `newrelic.yml.erb` and no `newrelic.yml` file, the agent fails to find
|
663
728
|
the `.erb` file because it was not in the list of files searched at startup. The Ruby agent has long supported this as a
|
664
|
-
means of configuring the agent
|
729
|
+
means of configuring the agent programmatically. The `newrelic.yml.erb` filename is restored to the search
|
665
730
|
path and will be utilized if present. NOTE: `newrelic.yml` still takes precedence over `newrelic.yml.erb` If found,
|
666
731
|
the `.yml` file is used instead of the `.erb` file. Search directories and order of traversal remain unchanged.
|
667
732
|
|
668
733
|
* **Bugfix: dependency detection of Redis now works without raising an exception**
|
669
734
|
|
670
735
|
Previously, when detecting if Redis was available to instrument, the dependency detection would fail with an Exception raised
|
671
|
-
(with side effect of not attempting to instrument Redis). This is now fixed with a better dependency check that resolves
|
736
|
+
(with side effect of not attempting to instrument Redis). This is now fixed with a better dependency check that resolves falsely without raising an `Exception`.
|
672
737
|
|
673
738
|
* **Bugfix: Gracefully handles NilClass as a Middleware Class when instrumenting**
|
674
739
|
|
@@ -793,10 +858,10 @@
|
|
793
858
|
Additionally, a bug in recording the metric for "findAndModify" as all lowercased "findandmodify"
|
794
859
|
for versions 2.1 through 2.5 was fixed.
|
795
860
|
|
796
|
-
* **Bugfix: Priority Sampler causes crash in high throughput
|
861
|
+
* **Bugfix: Priority Sampler causes crash in high throughput environments in rare cases**
|
797
862
|
|
798
863
|
Previously, the priority sampling buffer would, in rare cases, generate an error in high-throughput
|
799
|
-
environments once capacity is reached and the sampling
|
864
|
+
environments once capacity is reached and the sampling algorithm engages. This issue is fixed.
|
800
865
|
|
801
866
|
* **Additional Transaction Information applied to Span Events**
|
802
867
|
|
@@ -1515,7 +1580,7 @@
|
|
1515
1580
|
|
1516
1581
|
Prior to this version, using an SSL connection to New Relic was
|
1517
1582
|
the default behavior, but could be overridden. SSL connections are
|
1518
|
-
now enforced (not
|
1583
|
+
now enforced (not overridable).
|
1519
1584
|
|
1520
1585
|
* Additional security checking before trying to explain
|
1521
1586
|
multi-statement SQL queries
|
@@ -1681,7 +1746,7 @@
|
|
1681
1746
|
The agent will now collect slow SQL explain plans, if configured to, on
|
1682
1747
|
connections using the PostGIS adapter. Thanks Ari Pollak for the contribution!
|
1683
1748
|
|
1684
|
-
* Lazily
|
1749
|
+
* Lazily initialize New Relic Config
|
1685
1750
|
|
1686
1751
|
The agent will lazily initialize the New Relic config. This allows the agent
|
1687
1752
|
to pickup configuration from environment variables set by dotenv and similar
|
@@ -1928,7 +1993,7 @@
|
|
1928
1993
|
* Include ControllerInstrumentation module with ActiveSupport.on_load
|
1929
1994
|
|
1930
1995
|
The agent will now use the `on_load :action_controller` hook to include
|
1931
|
-
the ControllerInstrumentation module
|
1996
|
+
the ControllerInstrumentation module into both the `Base` and `API`
|
1932
1997
|
classes of ActionController for Rails 5. This ensures that the proper
|
1933
1998
|
load order is retained, minimizing side-effects of having the agent in
|
1934
1999
|
an application.
|
@@ -1973,7 +2038,7 @@
|
|
1973
2038
|
better compatibility between our ActiveRecord Instrumentation and
|
1974
2039
|
other third party gems that modify ActiveRecord using `Module#prepend`.
|
1975
2040
|
|
1976
|
-
* Use license key passed
|
2041
|
+
* Use license key passed into NewRelic::Agent.manual_start
|
1977
2042
|
|
1978
2043
|
Previously, the license key passed in when manually starting the agent
|
1979
2044
|
with NewRelic::Agent.manual_start was not referenced when setting up
|
@@ -3106,7 +3171,7 @@
|
|
3106
3171
|
runtime relative to the directory that the host process is started from.
|
3107
3172
|
|
3108
3173
|
In cases where the host process was started from outside of the application's
|
3109
|
-
root directory (for example, if the process is started from
|
3174
|
+
root directory (for example, if the process is started from '/'), it will
|
3110
3175
|
now also attempt to locate its configuration file based on the value of
|
3111
3176
|
Rails.root for Rails applications.
|
3112
3177
|
|
@@ -3155,7 +3220,7 @@
|
|
3155
3220
|
Rack::Builder, or via Rails' middleware stack in Rails 3.0+.
|
3156
3221
|
|
3157
3222
|
This instrumentation may be disabled with the
|
3158
|
-
|
3223
|
+
disable_middleware_instrumentation configuration setting.
|
3159
3224
|
|
3160
3225
|
For more details, see the documentation for this feature:
|
3161
3226
|
|
@@ -3293,7 +3358,7 @@
|
|
3293
3358
|
* Separate in-transaction GC timings for web and background processes
|
3294
3359
|
|
3295
3360
|
Previously, an application with GC instrumentation enabled, and both web and
|
3296
|
-
background processes reporting
|
3361
|
+
background processes reporting into it would show an overly inflated GC band
|
3297
3362
|
on the application overview graph, because data from both web and non-web
|
3298
3363
|
transactions would be included. This has been fixed, and GC time during web
|
3299
3364
|
and non-web transactions is now tracked separately.
|
@@ -3521,7 +3586,7 @@
|
|
3521
3586
|
|
3522
3587
|
The agent's ActiveRecord 4.0 instrumentation could not gather SQL explain
|
3523
3588
|
plans on JRuby by default because of a dependency on ObjectSpace, which isn't
|
3524
|
-
|
3589
|
+
available by default. This has been fixed.
|
3525
3590
|
|
3526
3591
|
* Fix for Curb http_put_with_newrelic
|
3527
3592
|
|
@@ -4154,7 +4219,7 @@
|
|
4154
4219
|
|
4155
4220
|
* corrupt marshal data from pipe children crashing agent
|
4156
4221
|
|
4157
|
-
If the agent received corrupted data from the
|
4222
|
+
If the agent received corrupted data from the Resque worker child agent
|
4158
4223
|
it could crash the agent itself. fixed.
|
4159
4224
|
|
4160
4225
|
* should reset RubyBench GC counter between polls
|
@@ -4208,7 +4273,7 @@
|
|
4208
4273
|
* fix for issues with RAILS_ROOT deprecation warnings
|
4209
4274
|
* fixed incorrect 1.9 GC time reporting
|
4210
4275
|
* obfuscation for Slow SQL queries respects transaction trace config
|
4211
|
-
* fix for RUM instrumentation
|
4276
|
+
* fix for RUM instrumentation reporting bad timing info in some cases
|
4212
4277
|
* refactored ActiveRecord instrumentation, no longer requires Rails
|
4213
4278
|
|
4214
4279
|
## v3.3.0
|
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -91,7 +91,7 @@ This [troubleshooting framework](https://discuss.newrelic.com/t/ruby-troubleshoo
|
|
91
91
|
|
92
92
|
New Relic offers NRDiag, [a client-side diagnostic utility](https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/troubleshooting/new-relic-diagnostics) that automatically detects common problems with New Relic agents. If NRDiag detects a problem, it suggests troubleshooting steps. NRDiag can also automatically attach troubleshooting data to a New Relic Support ticket.
|
93
93
|
|
94
|
-
If the issue has been confirmed as a bug or is a Feature request, please file a
|
94
|
+
If the issue has been confirmed as a bug or is a Feature request, please file a GitHub issue.
|
95
95
|
|
96
96
|
**Support Channels**
|
97
97
|
|
data/Rakefile
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
|
@@ -7,6 +6,8 @@ require 'rubygems'
|
|
7
6
|
require 'rake/testtask'
|
8
7
|
require 'yard'
|
9
8
|
require "#{File.dirname(__FILE__)}/lib/tasks/all.rb"
|
9
|
+
require_relative 'lib/tasks/helpers/prompt'
|
10
|
+
include Prompt
|
10
11
|
|
11
12
|
YARD::Rake::YardocTask.new
|
12
13
|
|
@@ -115,25 +116,6 @@ namespace :cross_agent_tests do
|
|
115
116
|
CROSS_AGENT_TESTS_UPSTREAM_PATH = File.expand_path(File.join('..', 'cross_agent_tests')).freeze
|
116
117
|
CROSS_AGENT_TESTS_LOCAL_PATH = File.expand_path(File.join('test', 'fixtures', 'cross_agent_tests')).freeze
|
117
118
|
|
118
|
-
def prompt_to_continue(command, destination = 'local')
|
119
|
-
puts "The following rsync command will be executed to update the #{destination} copy of the specs:"
|
120
|
-
puts
|
121
|
-
puts command
|
122
|
-
puts
|
123
|
-
puts "CAUTION: Any unsaved changes that exist within the #{destination} content will be OVERWRITTEN!"
|
124
|
-
if destination.eql?('local')
|
125
|
-
puts 'CAUTION 2: Before continuing, make sure your local repo is on the correct, synced branch!'
|
126
|
-
end
|
127
|
-
puts
|
128
|
-
print "Do you wish to continue? ('y' to continue, return to cancel) [n] "
|
129
|
-
continue = STDIN.gets.chomp
|
130
|
-
if continue.downcase.eql?('y')
|
131
|
-
system(command)
|
132
|
-
else
|
133
|
-
puts 'Cancelled'
|
134
|
-
end
|
135
|
-
end
|
136
|
-
|
137
119
|
desc 'Pull latest changes from cross_agent_tests repo'
|
138
120
|
task :pull do
|
139
121
|
command = " rsync -av --exclude .git #{CROSS_AGENT_TESTS_UPSTREAM_PATH}/ #{CROSS_AGENT_TESTS_LOCAL_PATH}/"
|
@@ -147,6 +129,7 @@ namespace :cross_agent_tests do
|
|
147
129
|
end
|
148
130
|
end
|
149
131
|
|
132
|
+
desc 'Start an interactive console session'
|
150
133
|
task :console do
|
151
134
|
require 'pry'
|
152
135
|
require 'newrelic_rpm'
|
data/Thorfile
ADDED
data/bin/nrdebug
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
|
-
# encoding: utf-8
|
4
3
|
# This file is distributed under New Relic's license terms.
|
5
4
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
6
5
|
# frozen_string_literal: true
|
@@ -97,11 +96,11 @@ class LinuxProcessDataProvider < ProcessDataProvider
|
|
97
96
|
end
|
98
97
|
|
99
98
|
def procline
|
100
|
-
File.read(proc_path('cmdline')).
|
99
|
+
File.read(proc_path('cmdline')).tr("\000", " ")
|
101
100
|
end
|
102
101
|
|
103
102
|
def environment
|
104
|
-
File.read(proc_path('environ')).
|
103
|
+
File.read(proc_path('environ')).tr("\000", "\n")
|
105
104
|
end
|
106
105
|
end
|
107
106
|
|
@@ -134,8 +133,29 @@ class RubyProcess
|
|
134
133
|
backtrace_file = Tempfile.new('nrdebug_ruby_bt')
|
135
134
|
File.chmod(0666, backtrace_file.path)
|
136
135
|
|
137
|
-
|
138
|
-
|
136
|
+
body = gdb_script_body(backtrace_file)
|
137
|
+
|
138
|
+
script_file = write_script_file(body)
|
139
|
+
|
140
|
+
gdb_stderr = Tempfile.new('nrdebug_gdb_stderr')
|
141
|
+
|
142
|
+
gdb_cmd = "gdb -batch -x #{script_file.path} 2>#{gdb_stderr.path}"
|
143
|
+
gdb_output = ShellWrapper.execute(gdb_cmd)
|
144
|
+
ruby_backtrace = File.read(backtrace_file.path)
|
145
|
+
|
146
|
+
script_file.close!
|
147
|
+
backtrace_file.close!
|
148
|
+
gdb_stderr.close!
|
149
|
+
|
150
|
+
[gdb_output, ruby_backtrace]
|
151
|
+
end
|
152
|
+
|
153
|
+
private
|
154
|
+
|
155
|
+
def gdb_script_body(backtrace_file)
|
156
|
+
backtrace_gathering_code = 'Thread.list.each { |t| bt = t.backtrace rescue nil; ' \
|
157
|
+
'puts \"#{t.inspect}\n#{bt && bt.join(\"\n\")}\n\n\" }'
|
158
|
+
<<-END
|
139
159
|
attach #{pid}
|
140
160
|
t a a bt
|
141
161
|
call (void)close(1)
|
@@ -148,23 +168,14 @@ class RubyProcess
|
|
148
168
|
call (void)fflush(0)
|
149
169
|
quit
|
150
170
|
END
|
151
|
-
|
171
|
+
end
|
152
172
|
|
173
|
+
def write_script_file(body)
|
174
|
+
Logger.log("Using gdb script:\n#{body}")
|
153
175
|
script_file = Tempfile.new('nrdebug_gdb_script')
|
154
|
-
script_file.write(
|
176
|
+
script_file.write(body)
|
155
177
|
script_file.close
|
156
|
-
|
157
|
-
gdb_stderr = Tempfile.new('nrdebug_gdb_stderr')
|
158
|
-
|
159
|
-
gdb_cmd = "gdb -batch -x #{script_file.path} 2>#{gdb_stderr.path}"
|
160
|
-
gdb_output = ShellWrapper.execute(gdb_cmd)
|
161
|
-
ruby_backtrace = File.read(backtrace_file.path)
|
162
|
-
|
163
|
-
script_file.close!
|
164
|
-
backtrace_file.close!
|
165
|
-
gdb_stderr.close!
|
166
|
-
|
167
|
-
[gdb_output, ruby_backtrace]
|
178
|
+
script_file
|
168
179
|
end
|
169
180
|
end
|
170
181
|
|
@@ -201,18 +212,11 @@ class ProcessReport
|
|
201
212
|
|
202
213
|
def generate
|
203
214
|
open do |f|
|
204
|
-
|
205
|
-
section(f, "PID") { @target.pid }
|
206
|
-
section(f, "Command") { @target.procline }
|
207
|
-
section(f, "RSS") { @target.rss }
|
208
|
-
section(f, "CPU") { @target.cpu }
|
209
|
-
section(f, "Parent PID") { @target.ppid }
|
210
|
-
section(f, "OS") { ShellWrapper.execute('uname -a') }
|
211
|
-
section(f, "Environment") { @target.environment }
|
215
|
+
add_environment_sections(f)
|
212
216
|
|
213
217
|
section(f) do
|
214
218
|
c_backtraces, ruby_backtraces = @target.gather_backtraces
|
215
|
-
if c_backtraces
|
219
|
+
if c_backtraces =~ /could not attach/i
|
216
220
|
fail("Failed to attach to target process. Please try again with sudo.")
|
217
221
|
end
|
218
222
|
section(f, "C Backtraces") { c_backtraces }
|
@@ -226,23 +230,38 @@ class ProcessReport
|
|
226
230
|
end
|
227
231
|
end
|
228
232
|
end
|
233
|
+
|
234
|
+
private
|
235
|
+
|
236
|
+
def add_environment_sections(handle)
|
237
|
+
section(handle, "Time") { Time.now }
|
238
|
+
section(handle, "PID") { @target.pid }
|
239
|
+
section(handle, "Command") { @target.procline }
|
240
|
+
section(handle, "RSS") { @target.rss }
|
241
|
+
section(handle, "CPU") { @target.cpu }
|
242
|
+
section(handle, "Parent PID") { @target.ppid }
|
243
|
+
section(handle, "OS") { ShellWrapper.execute('uname -a') }
|
244
|
+
section(handle, "Environment") { @target.environment }
|
245
|
+
end
|
229
246
|
end
|
230
247
|
|
231
248
|
def prompt_for_confirmation(target_pid, target_cmd)
|
232
|
-
puts
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
249
|
+
puts <<-PROMPT
|
250
|
+
Are you sure you want to attach to PID #{target_pid} ('#{target_cmd}')}?
|
251
|
+
|
252
|
+
************************** !WARNING! **************************
|
253
|
+
Extracting debug information from this process may cause it to CRASH OR HANG.
|
254
|
+
|
255
|
+
It is highly recommended that you only run this script against processes that
|
256
|
+
are already unresponsive.
|
257
|
+
|
258
|
+
Additionally, the output may contain sensitive information from the program's
|
259
|
+
command line arguments, environment, or open file list. Please examine the
|
260
|
+
output before sharing it.
|
261
|
+
************************** !WARNING! **************************
|
262
|
+
|
263
|
+
To continue, type 'continue':
|
264
|
+
PROMPT
|
246
265
|
|
247
266
|
until $stdin.gets.strip == 'continue'
|
248
267
|
puts "Please type 'continue' to continue, or ctrl-c to abort."
|
@@ -257,7 +276,8 @@ fail("Could not find gdb, please ensure it is installed and in your PATH") if gd
|
|
257
276
|
|
258
277
|
target = RubyProcess.new(target_pid)
|
259
278
|
if !target.attachable?
|
260
|
-
fail("You do not appear to have permissions to attach to the target process.\nPlease check the process owner
|
279
|
+
fail("You do not appear to have permissions to attach to the target process.\nPlease check the process owner " \
|
280
|
+
'and try again with sudo if necessary')
|
261
281
|
end
|
262
282
|
if !target.alive?
|
263
283
|
fail("Could not find process with PID #{target_pid}")
|
data/config.dot
CHANGED
@@ -90,7 +90,7 @@ digraph AgentEnabled {
|
|
90
90
|
"Agent#log_seed_token"
|
91
91
|
"Agent#log_error"
|
92
92
|
"Agent#monitoring?"
|
93
|
-
"Agent#
|
93
|
+
"Agent#check_transaction_sampler_status"
|
94
94
|
"Agent#check_sql_sampler_status"
|
95
95
|
"Agent#config_transaction_tracer"
|
96
96
|
"Agent#set_sql_recording!"
|
@@ -134,8 +134,8 @@ digraph AgentEnabled {
|
|
134
134
|
|
135
135
|
"MetricFrame.update_apdex"
|
136
136
|
|
137
|
-
"
|
138
|
-
"
|
137
|
+
"TransactionInfo#force_persist_sample?"
|
138
|
+
"TransactionInfo#include_guid?"
|
139
139
|
|
140
140
|
"TransactionSampleBuilder#initialize"
|
141
141
|
"TransactionSampleBuilder#set_transaction_info"
|
@@ -257,8 +257,8 @@ digraph AgentEnabled {
|
|
257
257
|
|
258
258
|
"MetricFrame.update_apdex" -> "[apdex_t]"
|
259
259
|
|
260
|
-
"
|
261
|
-
"
|
260
|
+
"TransactionInfo#force_persist_sample?" -> "[apdex_t]"
|
261
|
+
"TransactionInfo#include_guid?" -> "[apdex_t]"
|
262
262
|
|
263
263
|
"TransactionSampleBuilder#initialize" -> "[transaction_tracer.limit_segments]"
|
264
264
|
"TransactionSampleBuilder#set_transaction_info" -> "[capture_params]"
|
data/init.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
|
@@ -15,7 +14,7 @@ require 'new_relic/control'
|
|
15
14
|
|
16
15
|
# Initializer for the NewRelic Ruby Agent
|
17
16
|
|
18
|
-
# After
|
17
|
+
# After version 2.0 of Rails we can access the configuration directly.
|
19
18
|
# We need it to add dev mode routes after initialization finished.
|
20
19
|
|
21
20
|
begin
|
data/install.rb
CHANGED
@@ -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
|
-
if __FILE__ == $0 || $0
|
5
|
+
if __FILE__ == $0 || $0.include?('script/plugin') || File.basename($0) == 'rake'
|
7
6
|
$LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
|
8
7
|
require 'new_relic/cli/command'
|
9
8
|
begin
|