newrelic_rpm 8.10.1 → 8.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -1
- data/.rubocop.yml +20 -190
- data/.rubocop_todo.yml +11 -202
- data/.simplecov +6 -4
- data/Brewfile +1 -0
- data/CHANGELOG.md +113 -41
- data/Gemfile +0 -1
- data/README.md +1 -1
- data/Rakefile +3 -20
- data/Thorfile +0 -1
- data/bin/nrdebug +65 -43
- data/config.dot +5 -5
- data/docker-compose.yml +22 -0
- data/init.rb +1 -2
- data/install.rb +1 -2
- data/lib/new_relic/agent/adaptive_sampler.rb +0 -1
- data/lib/new_relic/agent/agent/shutdown.rb +1 -1
- data/lib/new_relic/agent/agent/special_startup.rb +2 -1
- data/lib/new_relic/agent/agent/start_worker_thread.rb +0 -1
- data/lib/new_relic/agent/agent/startup.rb +1 -1
- data/lib/new_relic/agent/agent.rb +100 -73
- data/lib/new_relic/agent/agent_logger.rb +4 -5
- data/lib/new_relic/agent/attribute_filter.rb +39 -21
- data/lib/new_relic/agent/attribute_processing.rb +3 -4
- data/lib/new_relic/agent/attributes.rb +1 -1
- data/lib/new_relic/agent/audit_logger.rb +3 -3
- data/lib/new_relic/agent/autostart.rb +0 -1
- data/lib/new_relic/agent/chained_call.rb +0 -1
- data/lib/new_relic/agent/commands/agent_command.rb +0 -1
- data/lib/new_relic/agent/commands/agent_command_router.rb +3 -4
- data/lib/new_relic/agent/commands/thread_profiler_session.rb +1 -1
- data/lib/new_relic/agent/configuration/default_source.rb +82 -31
- data/lib/new_relic/agent/configuration/dotted_hash.rb +2 -2
- data/lib/new_relic/agent/configuration/environment_source.rb +4 -4
- data/lib/new_relic/agent/configuration/event_harvest_config.rb +0 -1
- data/lib/new_relic/agent/configuration/high_security_source.rb +1 -1
- data/lib/new_relic/agent/configuration/manager.rb +4 -2
- data/lib/new_relic/agent/configuration/manual_source.rb +0 -1
- data/lib/new_relic/agent/configuration/mask_defaults.rb +2 -3
- data/lib/new_relic/agent/configuration/security_policy_source.rb +10 -1
- data/lib/new_relic/agent/configuration/server_source.rb +0 -1
- data/lib/new_relic/agent/configuration/yaml_source.rb +3 -3
- data/lib/new_relic/agent/configuration.rb +0 -1
- data/lib/new_relic/agent/connect/request_builder.rb +2 -2
- data/lib/new_relic/agent/connect/response_handler.rb +1 -2
- data/lib/new_relic/agent/custom_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/database/explain_plan_helpers.rb +0 -1
- data/lib/new_relic/agent/database/obfuscation_helpers.rb +1 -1
- data/lib/new_relic/agent/database/obfuscator.rb +0 -1
- data/lib/new_relic/agent/database/postgres_explain_obfuscator.rb +0 -1
- data/lib/new_relic/agent/database.rb +20 -14
- data/lib/new_relic/agent/database_adapter.rb +2 -1
- data/lib/new_relic/agent/datastores/metric_helper.rb +0 -4
- data/lib/new_relic/agent/datastores/mongo/event_formatter.rb +5 -5
- data/lib/new_relic/agent/datastores/mongo/metric_translator.rb +2 -5
- data/lib/new_relic/agent/datastores/mongo.rb +0 -1
- data/lib/new_relic/agent/datastores/nosql_obfuscator.rb +41 -0
- data/lib/new_relic/agent/datastores/redis.rb +0 -1
- data/lib/new_relic/agent/datastores.rb +0 -1
- data/lib/new_relic/agent/deprecator.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/cross_app_payload.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/cross_app_tracing.rb +3 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_attributes.rb +3 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_metrics.rb +1 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_payload.rb +1 -2
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_transport_type.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/trace_context.rb +1 -1
- data/lib/new_relic/agent/distributed_tracing/trace_context_payload.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing.rb +0 -1
- data/lib/new_relic/agent/encoding_normalizer.rb +2 -1
- data/lib/new_relic/agent/error_collector.rb +3 -1
- data/lib/new_relic/agent/error_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/error_filter.rb +5 -5
- data/lib/new_relic/agent/error_trace_aggregator.rb +2 -2
- data/lib/new_relic/agent/event_aggregator.rb +1 -1
- data/lib/new_relic/agent/event_buffer.rb +0 -1
- data/lib/new_relic/agent/event_listener.rb +0 -1
- data/lib/new_relic/agent/event_loop.rb +4 -3
- data/lib/new_relic/agent/external.rb +1 -2
- data/lib/new_relic/agent/guid_generator.rb +0 -1
- data/lib/new_relic/agent/harvester.rb +0 -1
- data/lib/new_relic/agent/heap.rb +2 -3
- data/lib/new_relic/agent/hostname.rb +0 -1
- data/lib/new_relic/agent/http_clients/abstract.rb +2 -1
- data/lib/new_relic/agent/http_clients/curb_wrappers.rb +0 -1
- data/lib/new_relic/agent/http_clients/excon_wrappers.rb +0 -1
- data/lib/new_relic/agent/http_clients/http_rb_wrappers.rb +1 -2
- data/lib/new_relic/agent/http_clients/httpclient_wrappers.rb +1 -2
- data/lib/new_relic/agent/http_clients/net_http_wrappers.rb +0 -1
- data/lib/new_relic/agent/http_clients/typhoeus_wrappers.rb +2 -2
- data/lib/new_relic/agent/http_clients/uri_util.rb +0 -1
- data/lib/new_relic/agent/instrumentation/action_cable_subscriber.rb +0 -1
- data/lib/new_relic/agent/instrumentation/action_controller_subscriber.rb +0 -1
- data/lib/new_relic/agent/instrumentation/action_view_subscriber.rb +1 -2
- data/lib/new_relic/agent/instrumentation/active_job.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_merchant.rb +3 -2
- data/lib/new_relic/agent/instrumentation/active_record.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_notifications.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_subscriber.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_storage.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_storage_subscriber.rb +2 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger.rb +0 -1
- data/lib/new_relic/agent/instrumentation/acts_as_solr.rb +1 -1
- data/lib/new_relic/agent/instrumentation/authlogic.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny.rb +0 -1
- data/lib/new_relic/agent/instrumentation/controller_instrumentation.rb +3 -3
- data/lib/new_relic/agent/instrumentation/curb/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/curb/instrumentation.rb +14 -11
- data/lib/new_relic/agent/instrumentation/curb/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/curb.rb +0 -1
- data/lib/new_relic/agent/instrumentation/data_mapper.rb +1 -2
- data/lib/new_relic/agent/instrumentation/delayed_job/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/delayed_job/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/delayed_job/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/delayed_job_instrumentation.rb +1 -1
- data/lib/new_relic/agent/instrumentation/elasticsearch/chain.rb +29 -0
- data/lib/new_relic/agent/instrumentation/elasticsearch/instrumentation.rb +66 -0
- data/lib/new_relic/agent/instrumentation/elasticsearch/prepend.rb +13 -0
- data/lib/new_relic/agent/instrumentation/elasticsearch.rb +31 -0
- data/lib/new_relic/agent/instrumentation/excon/middleware.rb +0 -1
- data/lib/new_relic/agent/instrumentation/excon.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grape/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grape/instrumentation.rb +1 -1
- data/lib/new_relic/agent/instrumentation/grape/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grape.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/request_wrapper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/rpc_desc_prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/rpc_server_prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc_client.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc_server.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb.rb +0 -1
- data/lib/new_relic/agent/instrumentation/ignore_actions.rb +0 -1
- data/lib/new_relic/agent/instrumentation/logger/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/logger/instrumentation.rb +4 -1
- data/lib/new_relic/agent/instrumentation/logger/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/logger.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/dalli.rb +1 -2
- data/lib/new_relic/agent/instrumentation/memcache/helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/prepend.rb +1 -2
- data/lib/new_relic/agent/instrumentation/memcache.rb +4 -5
- data/lib/new_relic/agent/instrumentation/middleware_proxy.rb +1 -2
- data/lib/new_relic/agent/instrumentation/middleware_tracing.rb +0 -1
- data/lib/new_relic/agent/instrumentation/mongo.rb +0 -1
- data/lib/new_relic/agent/instrumentation/mongodb_command_subscriber.rb +3 -2
- data/lib/new_relic/agent/instrumentation/net_http/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/net_http/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/net_http/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/net_http.rb +0 -1
- data/lib/new_relic/agent/instrumentation/notifications_subscriber.rb +4 -3
- data/lib/new_relic/agent/instrumentation/padrino/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/padrino/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/padrino/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/padrino.rb +0 -1
- data/lib/new_relic/agent/instrumentation/passenger_instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/queue_time.rb +0 -2
- data/lib/new_relic/agent/instrumentation/rack/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rack/helpers.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rack/instrumentation.rb +3 -1
- data/lib/new_relic/agent/instrumentation/rack/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rack.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails3/action_controller.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_middleware.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_notifications/action_cable.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_notifications/action_controller.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_notifications/action_view.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rainbows_instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rake/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rake/instrumentation.rb +6 -1
- data/lib/new_relic/agent/instrumentation/rake/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rake.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sequel.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sequel_helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sidekiq.rb +2 -2
- data/lib/new_relic/agent/instrumentation/sinatra/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/ignorer.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/transaction_namer.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra.rb +1 -1
- data/lib/new_relic/agent/instrumentation/sunspot.rb +0 -1
- data/lib/new_relic/agent/instrumentation/thread/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/thread/instrumentation.rb +1 -1
- data/lib/new_relic/agent/instrumentation/thread/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/thread.rb +0 -1
- data/lib/new_relic/agent/instrumentation/tilt/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/tilt/instrumentation.rb +1 -1
- data/lib/new_relic/agent/instrumentation/tilt/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/tilt.rb +0 -1
- data/lib/new_relic/agent/instrumentation/typhoeus/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/typhoeus/instrumentation.rb +3 -4
- data/lib/new_relic/agent/instrumentation/typhoeus/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/typhoeus.rb +0 -1
- data/lib/new_relic/agent/instrumentation.rb +0 -1
- data/lib/new_relic/agent/internal_agent_error.rb +0 -1
- data/lib/new_relic/agent/javascript_instrumentor.rb +2 -2
- data/lib/new_relic/agent/linking_metadata.rb +0 -1
- data/lib/new_relic/agent/local_log_decorator.rb +1 -1
- data/lib/new_relic/agent/log_event_aggregator.rb +1 -1
- data/lib/new_relic/agent/log_once.rb +0 -1
- data/lib/new_relic/agent/log_priority.rb +0 -1
- data/lib/new_relic/agent/logging.rb +0 -1
- data/lib/new_relic/agent/memory_logger.rb +0 -1
- data/lib/new_relic/agent/messaging.rb +2 -2
- data/lib/new_relic/agent/method_tracer.rb +4 -1
- data/lib/new_relic/agent/method_tracer_helpers.rb +1 -2
- data/lib/new_relic/agent/monitors/cross_app_monitor.rb +0 -1
- data/lib/new_relic/agent/monitors/distributed_tracing_monitor.rb +1 -1
- data/lib/new_relic/agent/monitors/inbound_request_monitor.rb +0 -1
- data/lib/new_relic/agent/monitors/synthetics_monitor.rb +0 -1
- data/lib/new_relic/agent/monitors.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/encoders.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/json_marshaller.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/marshaller.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/security_policy_settings.rb +0 -1
- data/lib/new_relic/agent/new_relic_service.rb +195 -142
- data/lib/new_relic/agent/{noticible_error.rb → noticeable_error.rb} +1 -2
- data/lib/new_relic/agent/null_logger.rb +0 -1
- data/lib/new_relic/agent/obfuscator.rb +1 -2
- data/lib/new_relic/agent/parameter_filtering.rb +0 -1
- data/lib/new_relic/agent/payload_metric_mapping.rb +0 -1
- data/lib/new_relic/agent/pipe_channel_manager.rb +2 -1
- data/lib/new_relic/agent/pipe_service.rb +0 -1
- data/lib/new_relic/agent/prepend_supportability.rb +0 -1
- data/lib/new_relic/agent/priority_sampled_buffer.rb +2 -3
- data/lib/new_relic/agent/range_extensions.rb +0 -1
- data/lib/new_relic/agent/rules_engine/replacement_rule.rb +0 -1
- data/lib/new_relic/agent/rules_engine/segment_terms_rule.rb +0 -1
- data/lib/new_relic/agent/rules_engine.rb +1 -1
- data/lib/new_relic/agent/sampler.rb +0 -1
- data/lib/new_relic/agent/sampler_collection.rb +0 -1
- data/lib/new_relic/agent/samplers/cpu_sampler.rb +1 -1
- data/lib/new_relic/agent/samplers/delayed_job_sampler.rb +0 -1
- data/lib/new_relic/agent/samplers/memory_sampler.rb +10 -6
- data/lib/new_relic/agent/samplers/object_sampler.rb +0 -1
- data/lib/new_relic/agent/samplers/vm_sampler.rb +2 -1
- data/lib/new_relic/agent/span_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/span_event_primitive.rb +1 -2
- data/lib/new_relic/agent/sql_sampler.rb +0 -1
- data/lib/new_relic/agent/stats.rb +13 -3
- data/lib/new_relic/agent/stats_engine/gc_profiler.rb +1 -2
- data/lib/new_relic/agent/stats_engine/stats_hash.rb +1 -2
- data/lib/new_relic/agent/stats_engine.rb +0 -1
- data/lib/new_relic/agent/synthetics_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/system_info.rb +4 -2
- data/lib/new_relic/agent/threading/agent_thread.rb +3 -3
- data/lib/new_relic/agent/threading/backtrace_node.rb +0 -1
- data/lib/new_relic/agent/threading/backtrace_service.rb +1 -1
- data/lib/new_relic/agent/threading/thread_profile.rb +4 -2
- data/lib/new_relic/agent/timestamp_sampled_buffer.rb +0 -1
- data/lib/new_relic/agent/tracer.rb +6 -3
- data/lib/new_relic/agent/transaction/abstract_segment.rb +5 -3
- data/lib/new_relic/agent/transaction/datastore_segment.rb +3 -1
- data/lib/new_relic/agent/transaction/distributed_tracer.rb +4 -1
- data/lib/new_relic/agent/transaction/distributed_tracing.rb +1 -1
- data/lib/new_relic/agent/transaction/external_request_segment.rb +2 -2
- data/lib/new_relic/agent/transaction/message_broker_segment.rb +1 -1
- data/lib/new_relic/agent/transaction/request_attributes.rb +0 -1
- data/lib/new_relic/agent/transaction/segment.rb +1 -1
- data/lib/new_relic/agent/transaction/slowest_sample_buffer.rb +0 -1
- data/lib/new_relic/agent/transaction/synthetics_sample_buffer.rb +0 -1
- data/lib/new_relic/agent/transaction/trace.rb +4 -1
- data/lib/new_relic/agent/transaction/trace_builder.rb +0 -1
- data/lib/new_relic/agent/transaction/trace_context.rb +0 -1
- data/lib/new_relic/agent/transaction/trace_node.rb +3 -3
- data/lib/new_relic/agent/transaction/tracing.rb +0 -1
- data/lib/new_relic/agent/transaction/transaction_sample_buffer.rb +2 -2
- data/lib/new_relic/agent/transaction.rb +13 -5
- data/lib/new_relic/agent/transaction_error_primitive.rb +0 -1
- data/lib/new_relic/agent/transaction_event_aggregator.rb +1 -1
- data/lib/new_relic/agent/transaction_event_primitive.rb +0 -1
- data/lib/new_relic/agent/transaction_event_recorder.rb +1 -2
- data/lib/new_relic/agent/transaction_metrics.rb +1 -2
- data/lib/new_relic/agent/transaction_sampler.rb +0 -1
- data/lib/new_relic/agent/transaction_time_aggregator.rb +2 -2
- data/lib/new_relic/agent/utilization/aws.rb +0 -1
- data/lib/new_relic/agent/utilization/azure.rb +1 -2
- data/lib/new_relic/agent/utilization/gcp.rb +1 -2
- data/lib/new_relic/agent/utilization/pcf.rb +2 -2
- data/lib/new_relic/agent/utilization/vendor.rb +3 -2
- data/lib/new_relic/agent/utilization_data.rb +3 -1
- data/lib/new_relic/agent/vm/jruby_vm.rb +0 -1
- data/lib/new_relic/agent/vm/monotonic_gc_profiler.rb +0 -1
- data/lib/new_relic/agent/vm/mri_vm.rb +35 -23
- data/lib/new_relic/agent/vm/snapshot.rb +1 -2
- data/lib/new_relic/agent/vm.rb +0 -1
- data/lib/new_relic/agent/worker_loop.rb +0 -1
- data/lib/new_relic/agent.rb +17 -18
- data/lib/new_relic/cli/command.rb +1 -2
- data/lib/new_relic/cli/commands/deployments.rb +72 -21
- data/lib/new_relic/cli/commands/install.rb +1 -1
- data/lib/new_relic/coerce.rb +6 -1
- data/lib/new_relic/collection_helper.rb +2 -2
- data/lib/new_relic/constants.rb +0 -1
- data/lib/new_relic/control/class_methods.rb +0 -1
- data/lib/new_relic/control/frameworks/external.rb +0 -1
- data/lib/new_relic/control/frameworks/rails.rb +5 -1
- data/lib/new_relic/control/frameworks/rails3.rb +0 -1
- data/lib/new_relic/control/frameworks/rails4.rb +0 -1
- data/lib/new_relic/control/frameworks/rails_notifications.rb +0 -1
- data/lib/new_relic/control/frameworks/ruby.rb +0 -1
- data/lib/new_relic/control/frameworks/sinatra.rb +0 -1
- data/lib/new_relic/control/frameworks.rb +0 -1
- data/lib/new_relic/control/instance_methods.rb +17 -40
- data/lib/new_relic/control/instrumentation.rb +2 -1
- data/lib/new_relic/control/private_instance_methods.rb +48 -0
- data/lib/new_relic/control/server_methods.rb +0 -1
- data/lib/new_relic/control.rb +0 -1
- data/lib/new_relic/delayed_job_injection.rb +0 -1
- data/lib/new_relic/dependency_detection.rb +5 -4
- data/lib/new_relic/environment_report.rb +23 -14
- data/lib/new_relic/helper.rb +2 -2
- data/lib/new_relic/language_support.rb +3 -3
- data/lib/new_relic/latest_changes.rb +4 -4
- data/lib/new_relic/local_environment.rb +9 -4
- data/lib/new_relic/metric_data.rb +27 -22
- data/lib/new_relic/metric_spec.rb +2 -1
- data/lib/new_relic/noticed_error.rb +3 -6
- data/lib/new_relic/rack/agent_hooks.rb +0 -1
- data/lib/new_relic/rack/agent_middleware.rb +2 -1
- data/lib/new_relic/rack/browser_monitoring.rb +131 -123
- data/lib/new_relic/rack.rb +0 -1
- data/lib/new_relic/recipes/capistrano3.rb +2 -59
- data/lib/new_relic/recipes/capistrano_legacy.rb +1 -2
- data/lib/new_relic/recipes/helpers/send_deployment.rb +69 -0
- data/lib/new_relic/recipes.rb +0 -1
- data/lib/new_relic/supportability_helper.rb +1 -2
- data/lib/new_relic/traced_thread.rb +1 -1
- data/lib/new_relic/version.rb +2 -3
- data/lib/newrelic_rpm.rb +0 -1
- data/lib/sequel/extensions/newrelic_instrumentation.rb +2 -3
- data/lib/sequel/plugins/newrelic_instrumentation.rb +0 -1
- data/lib/tasks/all.rb +0 -1
- data/lib/tasks/config.rake +4 -113
- data/lib/tasks/coverage_report.rake +14 -19
- data/lib/tasks/{config.html.erb → helpers/config.html.erb} +0 -0
- data/lib/tasks/{config.text.erb → helpers/config.text.erb} +0 -0
- data/lib/tasks/helpers/format.rb +123 -0
- data/lib/tasks/helpers/matches.rb +12 -0
- data/lib/tasks/helpers/prompt.rb +24 -0
- data/lib/tasks/helpers/removers.rb +33 -0
- data/lib/tasks/install.rake +0 -1
- data/lib/tasks/instrumentation_generator/README.md +1 -1
- data/lib/tasks/instrumentation_generator/instrumentation.thor +45 -17
- data/lib/tasks/instrumentation_generator/templates/Envfile.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/chain.tt +2 -2
- data/lib/tasks/instrumentation_generator/templates/chain_method.tt +3 -2
- data/lib/tasks/instrumentation_generator/templates/dependency_detection.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/instrumentation.tt +2 -2
- data/lib/tasks/instrumentation_generator/templates/instrumentation_method.tt +1 -1
- data/lib/tasks/instrumentation_generator/templates/prepend.tt +1 -2
- data/lib/tasks/instrumentation_generator/templates/prepend_method.tt +1 -1
- data/lib/tasks/instrumentation_generator/templates/test.tt +1 -2
- data/lib/tasks/multiverse.rake +0 -1
- data/lib/tasks/multiverse.rb +3 -29
- data/lib/tasks/newrelic.rb +0 -1
- data/lib/tasks/tests.rake +3 -8
- data/newrelic.yml +23 -4
- data/newrelic_rpm.gemspec +8 -9
- data/recipes/newrelic.rb +0 -1
- data/test/agent_helper.rb +23 -35
- metadata +20 -80
- data/lib/new_relic/agent/datastores/mongo/obfuscator.rb +0 -44
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -20,7 +19,7 @@ module NewRelic
|
|
20
19
|
# macos, linux, solaris
|
21
20
|
if defined? JRuby
|
22
21
|
@sampler = JavaHeapSampler.new
|
23
|
-
elsif platform
|
22
|
+
elsif platform.include?('linux')
|
24
23
|
@sampler = ProcStatus.new
|
25
24
|
if !@sampler.can_run?
|
26
25
|
::NewRelic::Agent.logger.debug("Error attempting to use /proc/#{$$}/status file for reading memory. Using ps command instead.")
|
@@ -28,13 +27,13 @@ module NewRelic
|
|
28
27
|
else
|
29
28
|
::NewRelic::Agent.logger.debug("Using /proc/#{$$}/status for reading process memory.")
|
30
29
|
end
|
31
|
-
elsif platform
|
30
|
+
elsif platform.include?('darwin9') # 10.5
|
32
31
|
@sampler = ShellPS.new("ps -o rsz")
|
33
32
|
elsif platform =~ /darwin(1|2)\d+/ # >= 10.6
|
34
33
|
@sampler = ShellPS.new("ps -o rss")
|
35
|
-
elsif platform
|
34
|
+
elsif platform.include?('freebsd')
|
36
35
|
@sampler = ShellPS.new("ps -o rss")
|
37
|
-
elsif platform
|
36
|
+
elsif platform.include?('solaris')
|
38
37
|
@sampler = ShellPS.new("/usr/bin/ps -o rss -p")
|
39
38
|
end
|
40
39
|
|
@@ -47,7 +46,7 @@ module NewRelic
|
|
47
46
|
end
|
48
47
|
|
49
48
|
def self.platform
|
50
|
-
if RUBY_PLATFORM
|
49
|
+
if RUBY_PLATFORM.include?('java')
|
51
50
|
begin
|
52
51
|
NewRelic::Helper.run_command('uname -s').downcase
|
53
52
|
rescue NewRelic::CommandRunFailedError, NewRelic::CommandExecutableNotFoundError
|
@@ -76,12 +75,14 @@ module NewRelic
|
|
76
75
|
|
77
76
|
def can_run?
|
78
77
|
return false if @broken
|
78
|
+
|
79
79
|
m = get_memory rescue nil
|
80
80
|
m && m > 0
|
81
81
|
end
|
82
82
|
|
83
83
|
def get_sample
|
84
84
|
return nil if @broken
|
85
|
+
|
85
86
|
begin
|
86
87
|
m = get_memory
|
87
88
|
if m.nil?
|
@@ -100,6 +101,7 @@ module NewRelic
|
|
100
101
|
class JavaHeapSampler < Base
|
101
102
|
def get_memory
|
102
103
|
raise "Can't sample Java heap unless running in JRuby" unless defined? JRuby
|
104
|
+
|
103
105
|
java.lang.Runtime.getRuntime.totalMemory / (1024 * 1024).to_f rescue nil
|
104
106
|
end
|
105
107
|
|
@@ -122,6 +124,7 @@ module NewRelic
|
|
122
124
|
# if for some reason the ps command doesn't work on the resident os,
|
123
125
|
# then don't execute it any more.
|
124
126
|
raise "Faulty command: `#{@command} #{process}`" if memory.nil? || memory <= 0
|
127
|
+
|
125
128
|
memory
|
126
129
|
end
|
127
130
|
|
@@ -141,6 +144,7 @@ module NewRelic
|
|
141
144
|
if proc_status =~ /RSS:\s*(\d+) kB/i
|
142
145
|
return $1.to_f / 1024.0
|
143
146
|
end
|
147
|
+
|
144
148
|
raise "Unable to find RSS in #{proc_status_file}"
|
145
149
|
end
|
146
150
|
|
@@ -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
|
@@ -19,6 +18,7 @@ module NewRelic
|
|
19
18
|
MINOR_GC_METRIC = 'RubyVM/GC/minor_gc_count'.freeze
|
20
19
|
METHOD_INVALIDATIONS_METRIC = 'RubyVM/CacheInvalidations/method'.freeze
|
21
20
|
CONSTANT_INVALIDATIONS_METRIC = 'RubyVM/CacheInvalidations/constant'.freeze
|
21
|
+
CONSTANT_MISSES_METRIC = 'RubyVM/CacheMisses/constant'.freeze
|
22
22
|
|
23
23
|
attr_reader :transaction_count
|
24
24
|
|
@@ -115,6 +115,7 @@ module NewRelic
|
|
115
115
|
record_delta(snap, :minor_gc_count, MINOR_GC_METRIC, tcount)
|
116
116
|
record_delta(snap, :method_cache_invalidations, METHOD_INVALIDATIONS_METRIC, tcount)
|
117
117
|
record_delta(snap, :constant_cache_invalidations, CONSTANT_INVALIDATIONS_METRIC, tcount)
|
118
|
+
record_delta(snap, :constant_cache_misses, CONSTANT_MISSES_METRIC, tcount)
|
118
119
|
record_heap_live_metric(snap)
|
119
120
|
record_heap_free_metric(snap)
|
120
121
|
record_thread_count_metric(snap)
|
@@ -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
|
@@ -21,7 +20,6 @@ module NewRelic
|
|
21
20
|
TRACE_ID_KEY = 'traceId'
|
22
21
|
GUID_KEY = 'guid'
|
23
22
|
PARENT_ID_KEY = 'parentId'
|
24
|
-
GRANDPARENT_ID_KEY = 'grandparentId'
|
25
23
|
TRANSACTION_ID_KEY = 'transactionId'
|
26
24
|
SAMPLED_KEY = 'sampled'
|
27
25
|
PRIORITY_KEY = 'priority'
|
@@ -54,6 +52,7 @@ module NewRelic
|
|
54
52
|
# an error is present. Otherwise, returns nil when no error present.
|
55
53
|
def error_attributes(segment)
|
56
54
|
return if Agent.config[:high_security] || !segment.noticed_error
|
55
|
+
|
57
56
|
segment.noticed_error.build_error_attributes
|
58
57
|
segment.noticed_error_attributes
|
59
58
|
end
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -50,8 +49,14 @@ module NewRelic
|
|
50
49
|
self
|
51
50
|
end
|
52
51
|
|
53
|
-
def
|
54
|
-
|
52
|
+
def hash_merge(hash)
|
53
|
+
@call_count = hash[:count] if hash[:count]
|
54
|
+
@total_call_time = hash[:total] if hash[:total]
|
55
|
+
@total_exclusive_time = hash[:total] if hash[:total]
|
56
|
+
@min_call_time = hash[:min] if hash[:min]
|
57
|
+
@max_call_time = hash[:max] if hash[:max]
|
58
|
+
@sum_of_squares = hash[:sum_of_squares] if hash[:sum_of_squares]
|
59
|
+
self
|
55
60
|
end
|
56
61
|
|
57
62
|
def to_json(*_)
|
@@ -65,6 +70,10 @@ module NewRelic
|
|
65
70
|
}.to_json(*_)
|
66
71
|
end
|
67
72
|
|
73
|
+
def to_s
|
74
|
+
"[#{'%2i' % call_count.to_i} calls #{'%.4f' % total_call_time.to_f}s / #{'%.4f' % total_exclusive_time.to_f}s ex]"
|
75
|
+
end
|
76
|
+
|
68
77
|
def record(value = nil, aux = nil, &blk)
|
69
78
|
if blk
|
70
79
|
yield(self)
|
@@ -150,6 +159,7 @@ module NewRelic
|
|
150
159
|
def marshal_dump
|
151
160
|
instance_variables.each_with_object({}) do |name, instance_copy|
|
152
161
|
next if SKIP_MARSHALLING.include?(name)
|
162
|
+
|
153
163
|
instance_copy[name] = instance_variable_get(name)
|
154
164
|
end
|
155
165
|
end
|
@@ -1,9 +1,7 @@
|
|
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
|
-
# -*- coding: utf-8 -*-
|
7
5
|
module NewRelic
|
8
6
|
module Agent
|
9
7
|
class StatsEngine
|
@@ -13,6 +11,7 @@ module NewRelic
|
|
13
11
|
def self.init
|
14
12
|
@initialized ||= nil
|
15
13
|
return @profiler if @initialized
|
14
|
+
|
16
15
|
@profiler = if RailsBenchProfiler.enabled?
|
17
16
|
RailsBenchProfiler.new
|
18
17
|
elsif CoreGCProfiler.enabled?
|
@@ -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
|
@@ -128,7 +127,7 @@ module NewRelic
|
|
128
127
|
hash[key] = stats
|
129
128
|
# Try to restore the default_proc so we won't continually trip the error
|
130
129
|
if hash.respond_to?(:default_proc=)
|
131
|
-
hash.default_proc =
|
130
|
+
hash.default_proc = proc { |h, k| h[k] = NewRelic::Agent::Stats.new }
|
132
131
|
end
|
133
132
|
stats
|
134
133
|
end
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -174,7 +173,7 @@ module NewRelic
|
|
174
173
|
end
|
175
174
|
|
176
175
|
def self.docker_container_id
|
177
|
-
return unless ruby_os_identifier
|
176
|
+
return unless ruby_os_identifier.include?('linux')
|
178
177
|
|
179
178
|
cgroup_info = proc_try_read('/proc/self/cgroup')
|
180
179
|
return unless cgroup_info
|
@@ -225,6 +224,7 @@ module NewRelic
|
|
225
224
|
cgroup_info.split("\n").each do |line|
|
226
225
|
parts = line.split(':')
|
227
226
|
next unless parts.size == 3
|
227
|
+
|
228
228
|
_, subsystems, cgroup_id = parts
|
229
229
|
subsystems = subsystems.split(',')
|
230
230
|
subsystems.each do |subsystem|
|
@@ -241,6 +241,7 @@ module NewRelic
|
|
241
241
|
# for details on why we do it this way.
|
242
242
|
def self.proc_try_read(path)
|
243
243
|
return nil unless File.exist?(path)
|
244
|
+
|
244
245
|
content = String.new('')
|
245
246
|
File.open(path) do |f|
|
246
247
|
loop do
|
@@ -282,6 +283,7 @@ module NewRelic
|
|
282
283
|
|
283
284
|
def self.boot_id
|
284
285
|
return nil unless linux?
|
286
|
+
|
285
287
|
if bid = proc_try_read('/proc/sys/kernel/random/boot_id')
|
286
288
|
bid.chomp!
|
287
289
|
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -9,13 +8,13 @@ module NewRelic
|
|
9
8
|
class AgentThread
|
10
9
|
def self.create(label, &blk)
|
11
10
|
::NewRelic::Agent.logger.debug("Creating AgentThread: #{label}")
|
12
|
-
wrapped_blk =
|
11
|
+
wrapped_blk = proc do
|
13
12
|
if ::Thread.current[:newrelic_tracer_state] && Thread.current[:newrelic_tracer_state].current_transaction
|
14
13
|
txn = ::Thread.current[:newrelic_tracer_state].current_transaction
|
15
14
|
::NewRelic::Agent.logger.warn("AgentThread created with current transaction #{txn.best_name}")
|
16
15
|
end
|
17
16
|
begin
|
18
|
-
|
17
|
+
yield
|
19
18
|
rescue => e
|
20
19
|
::NewRelic::Agent.logger.error("AgentThread #{label} exited with error", e)
|
21
20
|
rescue Exception => e
|
@@ -61,6 +60,7 @@ module NewRelic
|
|
61
60
|
::NewRelic::Agent.logger.debug("Failed to backtrace #{thread.inspect}: #{e.class.name}: #{e.to_s}")
|
62
61
|
end
|
63
62
|
return nil unless bt
|
63
|
+
|
64
64
|
bt.reject! { |t| t.include?('/newrelic_rpm-') } unless profile_agent_code
|
65
65
|
bt
|
66
66
|
end
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -152,6 +151,7 @@ module NewRelic
|
|
152
151
|
# This method is expected to be called with @lock held
|
153
152
|
def stop
|
154
153
|
return unless @running
|
154
|
+
|
155
155
|
@running = false
|
156
156
|
self.worker_loop.stop
|
157
157
|
|
@@ -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
|
@@ -55,6 +54,7 @@ module NewRelic
|
|
55
54
|
|
56
55
|
def unique_thread_count
|
57
56
|
return 0 if @unique_threads.nil?
|
57
|
+
|
58
58
|
@unique_threads.length
|
59
59
|
end
|
60
60
|
|
@@ -79,16 +79,18 @@ module NewRelic
|
|
79
79
|
comparison = b.runnable_count <=> a.runnable_count
|
80
80
|
# we secondarily prefer lower depth
|
81
81
|
comparison = a.depth <=> b.depth if comparison == 0
|
82
|
-
# it is thus impossible for any child to
|
82
|
+
# it is thus impossible for any child to precede their parent
|
83
83
|
comparison
|
84
84
|
end
|
85
85
|
|
86
86
|
all_nodes.each_with_index do |n, i|
|
87
87
|
break if i >= count_to_keep
|
88
|
+
|
88
89
|
n.mark_for_array_conversion
|
89
90
|
end
|
90
91
|
all_nodes.each_with_index do |n, i|
|
91
92
|
break if i >= count_to_keep
|
93
|
+
|
92
94
|
n.complete_array_conversion
|
93
95
|
end
|
94
96
|
end
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -188,11 +187,13 @@ module NewRelic
|
|
188
187
|
|
189
188
|
def create_distributed_trace_payload
|
190
189
|
return unless txn = current_transaction
|
190
|
+
|
191
191
|
txn.distributed_tracer.create_distributed_trace_payload
|
192
192
|
end
|
193
193
|
|
194
194
|
def accept_distributed_trace_payload(payload)
|
195
195
|
return unless txn = current_transaction
|
196
|
+
|
196
197
|
txn.distributed_tracer.accept_distributed_trace_payload(payload)
|
197
198
|
end
|
198
199
|
|
@@ -203,6 +204,7 @@ module NewRelic
|
|
203
204
|
# @api public
|
204
205
|
def current_segment
|
205
206
|
return unless txn = current_transaction
|
207
|
+
|
206
208
|
txn.current_segment
|
207
209
|
end
|
208
210
|
|
@@ -349,6 +351,7 @@ module NewRelic
|
|
349
351
|
# is effectively just a yield to the given &block
|
350
352
|
def capture_segment_error(segment)
|
351
353
|
return unless block_given?
|
354
|
+
|
352
355
|
yield
|
353
356
|
rescue => exception
|
354
357
|
if segment && segment.is_a?(Transaction::AbstractSegment)
|
@@ -408,13 +411,13 @@ module NewRelic
|
|
408
411
|
|
409
412
|
def thread_block_with_current_transaction(*args, &block)
|
410
413
|
current_txn = ::Thread.current[:newrelic_tracer_state].current_transaction if ::Thread.current[:newrelic_tracer_state] && ::Thread.current[:newrelic_tracer_state].is_execution_traced?
|
411
|
-
|
414
|
+
proc do
|
412
415
|
begin
|
413
416
|
if current_txn
|
414
417
|
NewRelic::Agent::Tracer.state.current_transaction = current_txn
|
415
418
|
segment = NewRelic::Agent::Tracer.start_segment(name: "Ruby/Thread/#{::Thread.current.object_id}")
|
416
419
|
end
|
417
|
-
|
420
|
+
yield(*args) if block.respond_to?(:call)
|
418
421
|
ensure
|
419
422
|
segment.finish if segment
|
420
423
|
end
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -10,9 +9,9 @@ module NewRelic
|
|
10
9
|
module Agent
|
11
10
|
class Transaction
|
12
11
|
class AbstractSegment
|
13
|
-
# This class is the base class for all segments. It is
|
12
|
+
# This class is the base class for all segments. It is responsible for
|
14
13
|
# timing, naming, and defining lifecycle callbacks. One of the more
|
15
|
-
# complex
|
14
|
+
# complex responsibilities of this class is computing exclusive duration.
|
16
15
|
# One of the reasons for this complexity is that exclusive time will be
|
17
16
|
# computed using time ranges or by recording an aggregate value for
|
18
17
|
# a segments children time. The reason for this is that computing
|
@@ -56,6 +55,7 @@ module NewRelic
|
|
56
55
|
def start
|
57
56
|
@start_time ||= Process.clock_gettime(Process::CLOCK_REALTIME)
|
58
57
|
return unless transaction
|
58
|
+
|
59
59
|
parent.child_start(self) if parent
|
60
60
|
end
|
61
61
|
|
@@ -64,6 +64,7 @@ module NewRelic
|
|
64
64
|
@duration = end_time - start_time
|
65
65
|
|
66
66
|
return unless transaction
|
67
|
+
|
67
68
|
run_complete_callbacks
|
68
69
|
finalize if record_on_finish?
|
69
70
|
rescue => e
|
@@ -202,6 +203,7 @@ module NewRelic
|
|
202
203
|
|
203
204
|
def noticed_error_attributes
|
204
205
|
return unless @noticed_error
|
206
|
+
|
205
207
|
@noticed_error.attributes_from_notice_error
|
206
208
|
end
|
207
209
|
|
@@ -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
|
@@ -64,6 +63,7 @@ module NewRelic
|
|
64
63
|
# @api private
|
65
64
|
def _notice_sql(sql, config = nil, explainer = nil, binds = nil, name = nil)
|
66
65
|
return unless record_sql?
|
66
|
+
|
67
67
|
@sql_statement = Database::Statement.new(sql, config, explainer, binds, name, host, port_path_or_id, database_name)
|
68
68
|
end
|
69
69
|
|
@@ -86,6 +86,7 @@ module NewRelic
|
|
86
86
|
|
87
87
|
def notice_nosql_statement(nosql_statement)
|
88
88
|
return unless record_sql?
|
89
|
+
|
89
90
|
@nosql_statement = Database.truncate_query(nosql_statement)
|
90
91
|
nil
|
91
92
|
end
|
@@ -120,6 +121,7 @@ module NewRelic
|
|
120
121
|
|
121
122
|
def add_backtrace_parameter
|
122
123
|
return unless duration >= Agent.config[:'transaction_tracer.stack_trace_threshold']
|
124
|
+
|
123
125
|
params[:backtrace] = caller.join(NEWLINE)
|
124
126
|
end
|
125
127
|
|
@@ -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
|
@@ -75,6 +74,7 @@ module NewRelic
|
|
75
74
|
|
76
75
|
def insert_headers(headers)
|
77
76
|
return unless NewRelic::Agent.agent.connected?
|
77
|
+
|
78
78
|
insert_trace_context_header(headers)
|
79
79
|
insert_distributed_trace_header(headers)
|
80
80
|
insert_cross_app_header(headers)
|
@@ -101,12 +101,14 @@ module NewRelic
|
|
101
101
|
def insert_distributed_trace_header(headers)
|
102
102
|
return unless dt_enabled?
|
103
103
|
return if Agent.config[:'exclude_newrelic_header']
|
104
|
+
|
104
105
|
payload = create_distributed_trace_payload
|
105
106
|
headers[NewRelic::NEWRELIC_KEY] = payload.http_safe if payload
|
106
107
|
end
|
107
108
|
|
108
109
|
def insert_cat_headers(headers)
|
109
110
|
return unless CrossAppTracing.cross_app_enabled?
|
111
|
+
|
110
112
|
@is_cross_app_caller = true
|
111
113
|
insert_message_headers(headers,
|
112
114
|
transaction.guid,
|
@@ -162,6 +164,7 @@ module NewRelic
|
|
162
164
|
decoded_id = encoded_id.nil? ? EMPTY_STRING : deobfuscate(encoded_id)
|
163
165
|
|
164
166
|
return unless CrossAppTracing.trusted_valid_cross_app_id?(decoded_id)
|
167
|
+
|
165
168
|
txn_header = headers[CrossAppTracing::NR_MESSAGE_BROKER_TXN_HEADER]
|
166
169
|
txn_info = ::JSON.load(deobfuscate(txn_header))
|
167
170
|
payload = CrossAppPayload.new(decoded_id, transaction, txn_info)
|
@@ -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
|
@@ -157,6 +156,7 @@ module NewRelic
|
|
157
156
|
def assign_payload_and_sampling_params(payload)
|
158
157
|
@distributed_trace_payload = payload
|
159
158
|
return if transaction.distributed_tracer.trace_context_header_data
|
159
|
+
|
160
160
|
transaction.trace_id = payload.trace_id
|
161
161
|
transaction.distributed_tracer.parent_transaction_id = payload.transaction_id
|
162
162
|
transaction.parent_span_id = payload.id
|
@@ -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
|
@@ -83,6 +82,7 @@ module NewRelic
|
|
83
82
|
def read_response_headers(response)
|
84
83
|
return unless record_metrics? && CrossAppTracing.cross_app_enabled?
|
85
84
|
return unless CrossAppTracing.response_has_crossapp_header?(response)
|
85
|
+
|
86
86
|
unless data = CrossAppTracing.extract_appdata(response)
|
87
87
|
NewRelic::Agent.logger.debug("Couldn't extract_appdata from external segment response")
|
88
88
|
return
|
@@ -140,7 +140,7 @@ module NewRelic
|
|
140
140
|
]
|
141
141
|
}
|
142
142
|
|
143
|
-
# flag cross app in the state so transaction knows to add bits to
|
143
|
+
# flag cross app in the state so transaction knows to add bits to payload
|
144
144
|
#
|
145
145
|
transaction.distributed_tracer.is_cross_app_caller = true
|
146
146
|
|
@@ -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,6 +71,7 @@ module NewRelic
|
|
72
71
|
|
73
72
|
def name
|
74
73
|
return @name if @name
|
74
|
+
|
75
75
|
@name = METRIC_PREFIX + library
|
76
76
|
@name << SLASH << TYPES[destination_type] << SLASH << ACTIONS[action] << SLASH
|
77
77
|
|
@@ -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
|
@@ -39,6 +38,7 @@ module NewRelic
|
|
39
38
|
|
40
39
|
def merge_untrusted_agent_attributes(agent_attributes, prefix, default_destinations)
|
41
40
|
return if agent_attributes.nil?
|
41
|
+
|
42
42
|
attributes.merge_untrusted_agent_attributes(agent_attributes, prefix, default_destinations)
|
43
43
|
end
|
44
44
|
|
@@ -1,4 +1,3 @@
|
|
1
|
-
# encoding: utf-8
|
2
1
|
# This file is distributed under New Relic's license terms.
|
3
2
|
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
|
4
3
|
# frozen_string_literal: true
|
@@ -32,6 +31,7 @@ module NewRelic
|
|
32
31
|
node_count = 0
|
33
32
|
each_node do |node|
|
34
33
|
next if node == root_node
|
34
|
+
|
35
35
|
node_count += 1
|
36
36
|
end
|
37
37
|
node_count
|
@@ -52,6 +52,7 @@ module NewRelic
|
|
52
52
|
|
53
53
|
def create_node(time_since_start, metric_name = nil)
|
54
54
|
raise FinishedTraceError.new("Can't create additional node for finished trace.") if self.finished
|
55
|
+
|
55
56
|
self.node_count += 1
|
56
57
|
NewRelic::Agent::Transaction::TraceNode.new(metric_name, time_since_start)
|
57
58
|
end
|
@@ -76,6 +77,7 @@ module NewRelic
|
|
76
77
|
|
77
78
|
def collect_explain_plans!
|
78
79
|
return unless NewRelic::Agent::Database.should_collect_explain_plans?
|
80
|
+
|
79
81
|
threshold = NewRelic::Agent.config[:'transaction_tracer.explain_threshold']
|
80
82
|
|
81
83
|
each_node do |node|
|
@@ -88,6 +90,7 @@ module NewRelic
|
|
88
90
|
def prepare_sql_for_transmission!
|
89
91
|
each_node do |node|
|
90
92
|
next unless node[:sql]
|
93
|
+
|
91
94
|
node[:sql] = node[:sql].safe_sql
|
92
95
|
end
|
93
96
|
end
|