newrelic_rpm 8.10.1 → 8.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -1
- data/.rubocop.yml +20 -187
- data/.rubocop_todo.yml +11 -202
- data/.simplecov +6 -4
- data/CHANGELOG.md +68 -25
- data/Gemfile +0 -1
- data/README.md +1 -1
- data/Rakefile +3 -20
- data/Thorfile +0 -1
- data/bin/nrdebug +63 -43
- data/config.dot +5 -5
- data/init.rb +1 -2
- data/install.rb +1 -2
- data/lib/new_relic/agent/adaptive_sampler.rb +0 -1
- data/lib/new_relic/agent/agent/shutdown.rb +0 -1
- data/lib/new_relic/agent/agent/special_startup.rb +0 -1
- data/lib/new_relic/agent/agent/start_worker_thread.rb +0 -1
- data/lib/new_relic/agent/agent/startup.rb +0 -1
- data/lib/new_relic/agent/agent.rb +100 -73
- data/lib/new_relic/agent/agent_logger.rb +4 -5
- data/lib/new_relic/agent/attribute_filter.rb +39 -21
- data/lib/new_relic/agent/attribute_processing.rb +3 -4
- data/lib/new_relic/agent/attributes.rb +0 -1
- data/lib/new_relic/agent/audit_logger.rb +2 -3
- data/lib/new_relic/agent/autostart.rb +0 -1
- data/lib/new_relic/agent/chained_call.rb +0 -1
- data/lib/new_relic/agent/commands/agent_command.rb +0 -1
- data/lib/new_relic/agent/commands/agent_command_router.rb +3 -4
- data/lib/new_relic/agent/commands/thread_profiler_session.rb +0 -1
- data/lib/new_relic/agent/configuration/default_source.rb +56 -27
- data/lib/new_relic/agent/configuration/dotted_hash.rb +1 -2
- data/lib/new_relic/agent/configuration/environment_source.rb +3 -4
- data/lib/new_relic/agent/configuration/event_harvest_config.rb +0 -1
- data/lib/new_relic/agent/configuration/high_security_source.rb +0 -1
- data/lib/new_relic/agent/configuration/manager.rb +1 -2
- data/lib/new_relic/agent/configuration/manual_source.rb +0 -1
- data/lib/new_relic/agent/configuration/mask_defaults.rb +2 -3
- data/lib/new_relic/agent/configuration/security_policy_source.rb +0 -1
- data/lib/new_relic/agent/configuration/server_source.rb +0 -1
- data/lib/new_relic/agent/configuration/yaml_source.rb +2 -3
- data/lib/new_relic/agent/configuration.rb +0 -1
- data/lib/new_relic/agent/connect/request_builder.rb +1 -2
- data/lib/new_relic/agent/connect/response_handler.rb +1 -2
- data/lib/new_relic/agent/custom_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/database/explain_plan_helpers.rb +0 -1
- data/lib/new_relic/agent/database/obfuscation_helpers.rb +0 -1
- data/lib/new_relic/agent/database/obfuscator.rb +0 -1
- data/lib/new_relic/agent/database/postgres_explain_obfuscator.rb +0 -1
- data/lib/new_relic/agent/database.rb +13 -14
- data/lib/new_relic/agent/database_adapter.rb +0 -1
- data/lib/new_relic/agent/datastores/metric_helper.rb +0 -4
- data/lib/new_relic/agent/datastores/mongo/event_formatter.rb +2 -3
- data/lib/new_relic/agent/datastores/mongo/metric_translator.rb +1 -4
- data/lib/new_relic/agent/datastores/mongo/obfuscator.rb +0 -1
- data/lib/new_relic/agent/datastores/mongo.rb +0 -1
- data/lib/new_relic/agent/datastores/redis.rb +0 -1
- data/lib/new_relic/agent/datastores.rb +0 -1
- data/lib/new_relic/agent/deprecator.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/cross_app_payload.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/cross_app_tracing.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_attributes.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_metrics.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_payload.rb +0 -2
- data/lib/new_relic/agent/distributed_tracing/distributed_trace_transport_type.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/trace_context.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing/trace_context_payload.rb +0 -1
- data/lib/new_relic/agent/distributed_tracing.rb +0 -1
- data/lib/new_relic/agent/encoding_normalizer.rb +0 -1
- data/lib/new_relic/agent/error_collector.rb +0 -1
- data/lib/new_relic/agent/error_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/error_filter.rb +4 -5
- data/lib/new_relic/agent/error_trace_aggregator.rb +1 -2
- data/lib/new_relic/agent/event_aggregator.rb +0 -1
- data/lib/new_relic/agent/event_buffer.rb +0 -1
- data/lib/new_relic/agent/event_listener.rb +0 -1
- data/lib/new_relic/agent/event_loop.rb +2 -3
- data/lib/new_relic/agent/external.rb +1 -2
- data/lib/new_relic/agent/guid_generator.rb +0 -1
- data/lib/new_relic/agent/harvester.rb +0 -1
- data/lib/new_relic/agent/heap.rb +2 -3
- data/lib/new_relic/agent/hostname.rb +0 -1
- data/lib/new_relic/agent/http_clients/abstract.rb +0 -1
- data/lib/new_relic/agent/http_clients/curb_wrappers.rb +0 -1
- data/lib/new_relic/agent/http_clients/excon_wrappers.rb +0 -1
- data/lib/new_relic/agent/http_clients/http_rb_wrappers.rb +1 -2
- data/lib/new_relic/agent/http_clients/httpclient_wrappers.rb +1 -2
- data/lib/new_relic/agent/http_clients/net_http_wrappers.rb +0 -1
- data/lib/new_relic/agent/http_clients/typhoeus_wrappers.rb +1 -2
- data/lib/new_relic/agent/http_clients/uri_util.rb +0 -1
- data/lib/new_relic/agent/instrumentation/action_cable_subscriber.rb +0 -1
- data/lib/new_relic/agent/instrumentation/action_controller_subscriber.rb +0 -1
- data/lib/new_relic/agent/instrumentation/action_view_subscriber.rb +1 -2
- data/lib/new_relic/agent/instrumentation/active_job.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_merchant.rb +2 -2
- data/lib/new_relic/agent/instrumentation/active_record.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_notifications.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_record_subscriber.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_storage.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_storage_subscriber.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/active_support_logger.rb +0 -1
- data/lib/new_relic/agent/instrumentation/acts_as_solr.rb +0 -1
- data/lib/new_relic/agent/instrumentation/authlogic.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/bunny.rb +0 -1
- data/lib/new_relic/agent/instrumentation/controller_instrumentation.rb +2 -3
- data/lib/new_relic/agent/instrumentation/curb/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/curb/instrumentation.rb +14 -11
- data/lib/new_relic/agent/instrumentation/curb/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/curb.rb +0 -1
- data/lib/new_relic/agent/instrumentation/data_mapper.rb +1 -2
- data/lib/new_relic/agent/instrumentation/delayed_job/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/delayed_job/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/delayed_job/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/delayed_job_instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/excon/middleware.rb +0 -1
- data/lib/new_relic/agent/instrumentation/excon.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grape/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grape/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grape/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grape.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/client/request_wrapper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/rpc_desc_prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc/server/rpc_server_prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc_client.rb +0 -1
- data/lib/new_relic/agent/instrumentation/grpc_server.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httpclient.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/httprb.rb +0 -1
- data/lib/new_relic/agent/instrumentation/ignore_actions.rb +0 -1
- data/lib/new_relic/agent/instrumentation/logger/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/logger/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/logger/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/logger.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/dalli.rb +1 -2
- data/lib/new_relic/agent/instrumentation/memcache/helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/memcache/prepend.rb +1 -2
- data/lib/new_relic/agent/instrumentation/memcache.rb +4 -5
- data/lib/new_relic/agent/instrumentation/middleware_proxy.rb +1 -2
- data/lib/new_relic/agent/instrumentation/middleware_tracing.rb +0 -1
- data/lib/new_relic/agent/instrumentation/mongo.rb +0 -1
- data/lib/new_relic/agent/instrumentation/mongodb_command_subscriber.rb +1 -2
- data/lib/new_relic/agent/instrumentation/net_http/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/net_http/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/net_http/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/net_http.rb +0 -1
- data/lib/new_relic/agent/instrumentation/notifications_subscriber.rb +2 -3
- data/lib/new_relic/agent/instrumentation/padrino/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/padrino/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/padrino/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/padrino.rb +0 -1
- data/lib/new_relic/agent/instrumentation/passenger_instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/queue_time.rb +0 -2
- data/lib/new_relic/agent/instrumentation/rack/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rack/helpers.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rack/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rack/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rack.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails3/action_controller.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_middleware.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_notifications/action_cable.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_notifications/action_controller.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rails_notifications/action_view.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rainbows_instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rake/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rake/instrumentation.rb +5 -1
- data/lib/new_relic/agent/instrumentation/rake/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/rake.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/redis.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/resque.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sequel.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sequel_helper.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sidekiq.rb +1 -2
- data/lib/new_relic/agent/instrumentation/sinatra/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/ignorer.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra/transaction_namer.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sinatra.rb +0 -1
- data/lib/new_relic/agent/instrumentation/sunspot.rb +0 -1
- data/lib/new_relic/agent/instrumentation/thread/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/thread/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/thread/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/thread.rb +0 -1
- data/lib/new_relic/agent/instrumentation/tilt/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/tilt/instrumentation.rb +0 -1
- data/lib/new_relic/agent/instrumentation/tilt/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/tilt.rb +0 -1
- data/lib/new_relic/agent/instrumentation/typhoeus/chain.rb +0 -1
- data/lib/new_relic/agent/instrumentation/typhoeus/instrumentation.rb +3 -4
- data/lib/new_relic/agent/instrumentation/typhoeus/prepend.rb +0 -1
- data/lib/new_relic/agent/instrumentation/typhoeus.rb +0 -1
- data/lib/new_relic/agent/instrumentation.rb +0 -1
- data/lib/new_relic/agent/internal_agent_error.rb +0 -1
- data/lib/new_relic/agent/javascript_instrumentor.rb +1 -2
- data/lib/new_relic/agent/linking_metadata.rb +0 -1
- data/lib/new_relic/agent/local_log_decorator.rb +0 -1
- data/lib/new_relic/agent/log_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/log_once.rb +0 -1
- data/lib/new_relic/agent/log_priority.rb +0 -1
- data/lib/new_relic/agent/logging.rb +0 -1
- data/lib/new_relic/agent/memory_logger.rb +0 -1
- data/lib/new_relic/agent/messaging.rb +1 -2
- data/lib/new_relic/agent/method_tracer.rb +0 -1
- data/lib/new_relic/agent/method_tracer_helpers.rb +1 -2
- data/lib/new_relic/agent/monitors/cross_app_monitor.rb +0 -1
- data/lib/new_relic/agent/monitors/distributed_tracing_monitor.rb +0 -1
- data/lib/new_relic/agent/monitors/inbound_request_monitor.rb +0 -1
- data/lib/new_relic/agent/monitors/synthetics_monitor.rb +0 -1
- data/lib/new_relic/agent/monitors.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/encoders.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/json_marshaller.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/marshaller.rb +0 -1
- data/lib/new_relic/agent/new_relic_service/security_policy_settings.rb +0 -1
- data/lib/new_relic/agent/new_relic_service.rb +193 -142
- data/lib/new_relic/agent/{noticible_error.rb → noticeable_error.rb} +1 -2
- data/lib/new_relic/agent/null_logger.rb +0 -1
- data/lib/new_relic/agent/obfuscator.rb +1 -2
- data/lib/new_relic/agent/parameter_filtering.rb +0 -1
- data/lib/new_relic/agent/payload_metric_mapping.rb +0 -1
- data/lib/new_relic/agent/pipe_channel_manager.rb +0 -1
- data/lib/new_relic/agent/pipe_service.rb +0 -1
- data/lib/new_relic/agent/prepend_supportability.rb +0 -1
- data/lib/new_relic/agent/priority_sampled_buffer.rb +2 -3
- data/lib/new_relic/agent/range_extensions.rb +0 -1
- data/lib/new_relic/agent/rules_engine/replacement_rule.rb +0 -1
- data/lib/new_relic/agent/rules_engine/segment_terms_rule.rb +0 -1
- data/lib/new_relic/agent/rules_engine.rb +0 -1
- data/lib/new_relic/agent/sampler.rb +0 -1
- data/lib/new_relic/agent/sampler_collection.rb +0 -1
- data/lib/new_relic/agent/samplers/cpu_sampler.rb +0 -1
- data/lib/new_relic/agent/samplers/delayed_job_sampler.rb +0 -1
- data/lib/new_relic/agent/samplers/memory_sampler.rb +5 -6
- data/lib/new_relic/agent/samplers/object_sampler.rb +0 -1
- data/lib/new_relic/agent/samplers/vm_sampler.rb +2 -1
- data/lib/new_relic/agent/span_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/span_event_primitive.rb +0 -2
- data/lib/new_relic/agent/sql_sampler.rb +0 -1
- data/lib/new_relic/agent/stats.rb +12 -3
- data/lib/new_relic/agent/stats_engine/gc_profiler.rb +0 -2
- data/lib/new_relic/agent/stats_engine/stats_hash.rb +1 -2
- data/lib/new_relic/agent/stats_engine.rb +0 -1
- data/lib/new_relic/agent/synthetics_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/system_info.rb +1 -2
- data/lib/new_relic/agent/threading/agent_thread.rb +2 -3
- data/lib/new_relic/agent/threading/backtrace_node.rb +0 -1
- data/lib/new_relic/agent/threading/backtrace_service.rb +0 -1
- data/lib/new_relic/agent/threading/thread_profile.rb +1 -2
- data/lib/new_relic/agent/timestamp_sampled_buffer.rb +0 -1
- data/lib/new_relic/agent/tracer.rb +2 -3
- data/lib/new_relic/agent/transaction/abstract_segment.rb +2 -3
- data/lib/new_relic/agent/transaction/datastore_segment.rb +0 -1
- data/lib/new_relic/agent/transaction/distributed_tracer.rb +0 -1
- data/lib/new_relic/agent/transaction/distributed_tracing.rb +0 -1
- data/lib/new_relic/agent/transaction/external_request_segment.rb +1 -2
- data/lib/new_relic/agent/transaction/message_broker_segment.rb +0 -1
- data/lib/new_relic/agent/transaction/request_attributes.rb +0 -1
- data/lib/new_relic/agent/transaction/segment.rb +0 -1
- data/lib/new_relic/agent/transaction/slowest_sample_buffer.rb +0 -1
- data/lib/new_relic/agent/transaction/synthetics_sample_buffer.rb +0 -1
- data/lib/new_relic/agent/transaction/trace.rb +0 -1
- data/lib/new_relic/agent/transaction/trace_builder.rb +0 -1
- data/lib/new_relic/agent/transaction/trace_context.rb +0 -1
- data/lib/new_relic/agent/transaction/trace_node.rb +2 -3
- data/lib/new_relic/agent/transaction/tracing.rb +0 -1
- data/lib/new_relic/agent/transaction/transaction_sample_buffer.rb +0 -2
- data/lib/new_relic/agent/transaction.rb +3 -5
- data/lib/new_relic/agent/transaction_error_primitive.rb +0 -1
- data/lib/new_relic/agent/transaction_event_aggregator.rb +0 -1
- data/lib/new_relic/agent/transaction_event_primitive.rb +0 -1
- data/lib/new_relic/agent/transaction_event_recorder.rb +1 -2
- data/lib/new_relic/agent/transaction_metrics.rb +1 -2
- data/lib/new_relic/agent/transaction_sampler.rb +0 -1
- data/lib/new_relic/agent/transaction_time_aggregator.rb +1 -2
- data/lib/new_relic/agent/utilization/aws.rb +0 -1
- data/lib/new_relic/agent/utilization/azure.rb +1 -2
- data/lib/new_relic/agent/utilization/gcp.rb +1 -2
- data/lib/new_relic/agent/utilization/pcf.rb +1 -2
- data/lib/new_relic/agent/utilization/vendor.rb +1 -2
- data/lib/new_relic/agent/utilization_data.rb +0 -1
- data/lib/new_relic/agent/vm/jruby_vm.rb +0 -1
- data/lib/new_relic/agent/vm/monotonic_gc_profiler.rb +0 -1
- data/lib/new_relic/agent/vm/mri_vm.rb +35 -23
- data/lib/new_relic/agent/vm/snapshot.rb +1 -2
- data/lib/new_relic/agent/vm.rb +0 -1
- data/lib/new_relic/agent/worker_loop.rb +0 -1
- data/lib/new_relic/agent.rb +13 -16
- data/lib/new_relic/cli/command.rb +1 -2
- data/lib/new_relic/cli/commands/deployments.rb +72 -21
- data/lib/new_relic/cli/commands/install.rb +0 -1
- data/lib/new_relic/coerce.rb +0 -1
- data/lib/new_relic/collection_helper.rb +1 -2
- data/lib/new_relic/constants.rb +0 -1
- data/lib/new_relic/control/class_methods.rb +0 -1
- data/lib/new_relic/control/frameworks/external.rb +0 -1
- data/lib/new_relic/control/frameworks/rails.rb +0 -1
- data/lib/new_relic/control/frameworks/rails3.rb +0 -1
- data/lib/new_relic/control/frameworks/rails4.rb +0 -1
- data/lib/new_relic/control/frameworks/rails_notifications.rb +0 -1
- data/lib/new_relic/control/frameworks/ruby.rb +0 -1
- data/lib/new_relic/control/frameworks/sinatra.rb +0 -1
- data/lib/new_relic/control/frameworks.rb +0 -1
- data/lib/new_relic/control/instance_methods.rb +17 -40
- data/lib/new_relic/control/instrumentation.rb +0 -1
- data/lib/new_relic/control/private_instance_methods.rb +48 -0
- data/lib/new_relic/control/server_methods.rb +0 -1
- data/lib/new_relic/control.rb +0 -1
- data/lib/new_relic/delayed_job_injection.rb +0 -1
- data/lib/new_relic/dependency_detection.rb +3 -4
- data/lib/new_relic/environment_report.rb +23 -14
- data/lib/new_relic/helper.rb +1 -2
- data/lib/new_relic/language_support.rb +2 -3
- data/lib/new_relic/latest_changes.rb +3 -4
- data/lib/new_relic/local_environment.rb +3 -4
- data/lib/new_relic/metric_data.rb +27 -22
- data/lib/new_relic/metric_spec.rb +0 -1
- data/lib/new_relic/noticed_error.rb +3 -6
- data/lib/new_relic/rack/agent_hooks.rb +0 -1
- data/lib/new_relic/rack/agent_middleware.rb +0 -1
- data/lib/new_relic/rack/browser_monitoring.rb +131 -123
- data/lib/new_relic/rack.rb +0 -1
- data/lib/new_relic/recipes/capistrano3.rb +2 -59
- data/lib/new_relic/recipes/capistrano_legacy.rb +1 -2
- data/lib/new_relic/recipes/helpers/send_deployment.rb +69 -0
- data/lib/new_relic/recipes.rb +0 -1
- data/lib/new_relic/supportability_helper.rb +1 -2
- data/lib/new_relic/traced_thread.rb +0 -1
- data/lib/new_relic/version.rb +2 -3
- data/lib/newrelic_rpm.rb +0 -1
- data/lib/sequel/extensions/newrelic_instrumentation.rb +2 -3
- data/lib/sequel/plugins/newrelic_instrumentation.rb +0 -1
- data/lib/tasks/all.rb +0 -1
- data/lib/tasks/config.rake +4 -113
- data/lib/tasks/coverage_report.rake +14 -19
- data/lib/tasks/{config.html.erb → helpers/config.html.erb} +0 -0
- data/lib/tasks/{config.text.erb → helpers/config.text.erb} +0 -0
- data/lib/tasks/helpers/format.rb +120 -0
- data/lib/tasks/helpers/matches.rb +12 -0
- data/lib/tasks/helpers/prompt.rb +24 -0
- data/lib/tasks/helpers/removers.rb +33 -0
- data/lib/tasks/install.rake +0 -1
- data/lib/tasks/instrumentation_generator/README.md +1 -1
- data/lib/tasks/instrumentation_generator/instrumentation.thor +22 -16
- data/lib/tasks/instrumentation_generator/templates/Envfile.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/chain.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/dependency_detection.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/instrumentation.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/prepend.tt +0 -1
- data/lib/tasks/instrumentation_generator/templates/test.tt +0 -1
- data/lib/tasks/multiverse.rake +0 -1
- data/lib/tasks/multiverse.rb +3 -29
- data/lib/tasks/newrelic.rb +0 -1
- data/lib/tasks/tests.rake +3 -8
- data/newrelic.yml +10 -1
- data/newrelic_rpm.gemspec +6 -7
- data/recipes/newrelic.rb +0 -1
- data/test/agent_helper.rb +17 -35
- metadata +11 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0513ed874184a3e737b2663f0fb404f10ddc0f4660da2b85678a1b93f1de1c2
|
4
|
+
data.tar.gz: b82877030feb527d17c10732a4bfbe9625c36c0f4a3b5fc2e57d4d389f41a857
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6ea4eaf8332be93253b1d3d9b894e59c5dee712bad8c098bc1b8c60bff904389b2ae4fb416f1d4d08b4ea36087327955d157101d523e43d1b5ddc97e382c2dc
|
7
|
+
data.tar.gz: 2139d99e93eb289e976611535a46d58a826f66477931bc93ea5577a8f2c287bc9c49fd2ea9abcaf3f7b739a8c952ed58500c9aeab8daecbbd12f57f2b4d4fe4b
|
data/.gitignore
CHANGED
data/.rubocop.yml
CHANGED
@@ -10,7 +10,10 @@ require:
|
|
10
10
|
|
11
11
|
AllCops:
|
12
12
|
TargetRubyVersion: 2.7
|
13
|
-
|
13
|
+
# Rubocop shouldn't run on auto generated files.
|
14
|
+
Exclude:
|
15
|
+
- 'test/multiverse/suites/active_record/db/schema.rb'
|
16
|
+
- 'test/multiverse/suites/active_record_pg/db/schema.rb'
|
14
17
|
NewCops: enable
|
15
18
|
|
16
19
|
Bundler/DuplicatedGem:
|
@@ -852,9 +855,6 @@ Lint/IncompatibleIoSelectWithFiberScheduler:
|
|
852
855
|
Lint/RequireRelativeSelfPath:
|
853
856
|
Enabled: true
|
854
857
|
|
855
|
-
Metrics/AbcSize:
|
856
|
-
Enabled: false
|
857
|
-
|
858
858
|
Metrics/BlockLength:
|
859
859
|
Enabled: false
|
860
860
|
|
@@ -940,173 +940,34 @@ Naming/VariableName:
|
|
940
940
|
Naming/VariableNumber:
|
941
941
|
Enabled: false
|
942
942
|
|
943
|
-
|
944
|
-
Enabled: false
|
945
|
-
|
946
|
-
Performance/ArraySemiInfiniteRangeSlice:
|
947
|
-
Enabled: false
|
948
|
-
|
949
|
-
Performance/BigDecimalWithNumericArgument:
|
950
|
-
Enabled: true
|
951
|
-
|
952
|
-
# Disabled for support of older ruby versions
|
943
|
+
# TODO: OLD RUBIES - Requires 2.7
|
953
944
|
Performance/BindCall:
|
954
945
|
Enabled: false
|
955
946
|
|
956
|
-
#
|
957
|
-
Performance/BlockGivenWithExplicitBlock:
|
958
|
-
Enabled: false
|
959
|
-
|
960
|
-
# Disabling for now
|
961
|
-
Performance/Caller:
|
962
|
-
Enabled: false
|
963
|
-
|
964
|
-
Performance/CaseWhenSplat:
|
965
|
-
Enabled: false
|
966
|
-
|
967
|
-
Performance/Casecmp:
|
968
|
-
Enabled: false
|
969
|
-
|
970
|
-
Performance/ChainArrayAllocation:
|
971
|
-
Enabled: false
|
972
|
-
|
973
|
-
Performance/CollectionLiteralInLoop:
|
974
|
-
Enabled: false
|
975
|
-
|
976
|
-
Performance/CompareWithBlock:
|
977
|
-
Enabled: true
|
978
|
-
|
979
|
-
Performance/ConcurrentMonotonicTime:
|
980
|
-
Enabled: true
|
981
|
-
|
982
|
-
# Disabling for now
|
983
|
-
Performance/ConstantRegexp:
|
984
|
-
Enabled: false
|
985
|
-
|
986
|
-
# Disabling for now
|
987
|
-
Performance/Count:
|
988
|
-
Enabled: false
|
989
|
-
|
947
|
+
# TODO: OLD RUBIES - Requites 2.5
|
990
948
|
Performance/DeletePrefix:
|
991
949
|
Enabled: false
|
992
950
|
|
993
|
-
|
994
|
-
Enabled: false
|
995
|
-
|
996
|
-
# Disabling for now
|
997
|
-
Performance/Detect:
|
998
|
-
Enabled: false
|
999
|
-
|
1000
|
-
# Disabling for now
|
1001
|
-
Performance/DoubleStartEndWith:
|
1002
|
-
Enabled: false
|
1003
|
-
# IncludeActiveSupportAliases: false
|
1004
|
-
|
1005
|
-
Performance/EndWith:
|
1006
|
-
Enabled: true
|
1007
|
-
|
1008
|
-
Performance/FixedSize:
|
1009
|
-
Enabled: true
|
1010
|
-
|
1011
|
-
Performance/FlatMap:
|
1012
|
-
Enabled: true
|
1013
|
-
EnabledForFlattenWithoutParams: false
|
1014
|
-
|
1015
|
-
# Disabling for now
|
1016
|
-
Performance/InefficientHashSearch:
|
1017
|
-
Enabled: false
|
1018
|
-
# Safe: false
|
1019
|
-
|
1020
|
-
Performance/IoReadlines:
|
1021
|
-
Enabled: false
|
1022
|
-
|
951
|
+
# TODO: OLD RUBIES - Requires 2.7
|
1023
952
|
Performance/MapCompact:
|
1024
953
|
Enabled: false
|
1025
954
|
|
955
|
+
# TODO: Enable when time can be spent on it (no autocorrect)
|
1026
956
|
Performance/MethodObjectAsBlock:
|
1027
957
|
Enabled: false
|
1028
958
|
|
1029
|
-
|
1030
|
-
Enabled: false
|
1031
|
-
|
1032
|
-
Performance/RangeInclude:
|
1033
|
-
Enabled: true
|
1034
|
-
Safe: false
|
1035
|
-
|
1036
|
-
Performance/RedundantBlockCall:
|
1037
|
-
Enabled: false
|
1038
|
-
|
1039
|
-
Performance/RedundantEqualityComparisonBlock:
|
1040
|
-
Enabled: false
|
1041
|
-
|
1042
|
-
# Disabling for now
|
1043
|
-
Performance/RedundantMatch:
|
1044
|
-
Enabled: false
|
1045
|
-
|
1046
|
-
# Disabling for now
|
1047
|
-
Performance/RedundantMerge:
|
1048
|
-
Enabled: false
|
1049
|
-
# MaxKeyValuePairs: 2
|
1050
|
-
|
1051
|
-
Performance/RedundantSortBlock:
|
1052
|
-
Enabled: true
|
1053
|
-
|
1054
|
-
Performance/RedundantSplitRegexpArgument:
|
1055
|
-
Enabled: true
|
1056
|
-
|
1057
|
-
Performance/RedundantStringChars:
|
1058
|
-
Enabled: true
|
1059
|
-
|
1060
|
-
# Disabling for now
|
959
|
+
# TODO: OLD RUBIES - Requires 2.4
|
1061
960
|
Performance/RegexpMatch:
|
1062
961
|
Enabled: false
|
1063
962
|
|
1064
|
-
#
|
1065
|
-
Performance/ReverseEach:
|
1066
|
-
Enabled: false
|
1067
|
-
|
1068
|
-
Performance/ReverseFirst:
|
1069
|
-
Enabled: true
|
1070
|
-
|
1071
|
-
Performance/SelectMap:
|
1072
|
-
Enabled: false
|
1073
|
-
|
1074
|
-
Performance/Size:
|
1075
|
-
Enabled: true
|
1076
|
-
|
1077
|
-
Performance/SortReverse:
|
1078
|
-
Enabled: true
|
1079
|
-
|
1080
|
-
Performance/Squeeze:
|
1081
|
-
Enabled: true
|
1082
|
-
|
1083
|
-
# Disabling for now
|
1084
|
-
Performance/StartWith:
|
1085
|
-
Enabled: false
|
1086
|
-
|
1087
|
-
Performance/StringIdentifierArgument:
|
1088
|
-
Enabled: true
|
1089
|
-
|
1090
|
-
Performance/StringInclude:
|
1091
|
-
Enabled: false
|
1092
|
-
|
1093
|
-
# Disabling for now
|
1094
|
-
Performance/StringReplacement:
|
1095
|
-
Enabled: false
|
1096
|
-
|
963
|
+
# TODO: OLD RUBIES - Requires 2.4
|
1097
964
|
Performance/Sum:
|
1098
965
|
Enabled: false
|
1099
966
|
|
1100
|
-
|
1101
|
-
Enabled: false
|
1102
|
-
|
1103
|
-
# Disabling for now
|
967
|
+
# TODO: OLD RUBIES - Requires 2.3
|
1104
968
|
Performance/UnfreezeString:
|
1105
969
|
Enabled: false
|
1106
970
|
|
1107
|
-
Performance/UriDefaultParser:
|
1108
|
-
Enabled: true
|
1109
|
-
|
1110
971
|
# Disabling for now
|
1111
972
|
Security/Eval:
|
1112
973
|
Enabled: false
|
@@ -1240,9 +1101,6 @@ Style/CommandLiteral:
|
|
1240
1101
|
# EnforcedStyle: mixed
|
1241
1102
|
# AllowInnerBackticks: false
|
1242
1103
|
|
1243
|
-
Style/CommentAnnotation:
|
1244
|
-
Enabled: false
|
1245
|
-
|
1246
1104
|
Style/CommentedKeyword:
|
1247
1105
|
Enabled: false
|
1248
1106
|
|
@@ -1318,10 +1176,6 @@ Style/EmptyMethod:
|
|
1318
1176
|
Enabled: false
|
1319
1177
|
# EnforcedStyle: expanded
|
1320
1178
|
|
1321
|
-
# Disabling for now
|
1322
|
-
Style/Encoding:
|
1323
|
-
Enabled: false
|
1324
|
-
|
1325
1179
|
Style/EndBlock:
|
1326
1180
|
Enabled: true
|
1327
1181
|
AutoCorrect: true
|
@@ -1476,14 +1330,17 @@ Style/MapToHash:
|
|
1476
1330
|
Style/MethodCallWithArgsParentheses:
|
1477
1331
|
Enabled: true
|
1478
1332
|
AllowedMethods:
|
1479
|
-
- puts
|
1480
|
-
- require
|
1481
|
-
- raise
|
1482
|
-
- include
|
1483
|
-
- fail
|
1484
|
-
- print
|
1485
1333
|
- add_dependency
|
1486
1334
|
- add_development_dependency
|
1335
|
+
- expect
|
1336
|
+
- fail
|
1337
|
+
- include
|
1338
|
+
- print
|
1339
|
+
- puts
|
1340
|
+
- raise
|
1341
|
+
- require
|
1342
|
+
- skip
|
1343
|
+
- stub
|
1487
1344
|
AllowedPatterns: [^assert, ^refute]
|
1488
1345
|
|
1489
1346
|
Style/MethodCallWithoutArgsParentheses:
|
@@ -1538,9 +1395,6 @@ Style/MultilineMemoization:
|
|
1538
1395
|
Style/MultilineMethodSignature:
|
1539
1396
|
Enabled: false
|
1540
1397
|
|
1541
|
-
Style/MultilineTernaryOperator:
|
1542
|
-
Enabled: false
|
1543
|
-
|
1544
1398
|
Style/MultilineWhenThen:
|
1545
1399
|
Enabled: true
|
1546
1400
|
|
@@ -1594,20 +1448,10 @@ Style/NestedTernaryOperator:
|
|
1594
1448
|
Style/Next:
|
1595
1449
|
Enabled: false
|
1596
1450
|
|
1597
|
-
# Disabling for now
|
1598
|
-
Style/NilComparison:
|
1599
|
-
Enabled: false
|
1600
|
-
# EnforcedStyle: predicate
|
1601
|
-
|
1602
1451
|
# Disabling for now
|
1603
1452
|
Style/NilLambda:
|
1604
1453
|
Enabled: false
|
1605
1454
|
|
1606
|
-
# Disabling for now
|
1607
|
-
Style/NonNilCheck:
|
1608
|
-
Enabled: false
|
1609
|
-
# IncludeSemanticChanges: false
|
1610
|
-
|
1611
1455
|
Style/Not:
|
1612
1456
|
Enabled: true
|
1613
1457
|
|
@@ -1641,10 +1485,6 @@ Style/OptionalArguments:
|
|
1641
1485
|
Style/OptionalBooleanParameter:
|
1642
1486
|
Enabled: false
|
1643
1487
|
|
1644
|
-
# Disabling for now
|
1645
|
-
Style/OrAssignment:
|
1646
|
-
Enabled: false
|
1647
|
-
|
1648
1488
|
Style/ParallelAssignment:
|
1649
1489
|
Enabled: false
|
1650
1490
|
|
@@ -1672,10 +1512,6 @@ Style/PerlBackrefs:
|
|
1672
1512
|
Style/PreferredHashMethods:
|
1673
1513
|
Enabled: false
|
1674
1514
|
|
1675
|
-
# Disabling for now
|
1676
|
-
Style/Proc:
|
1677
|
-
Enabled: false
|
1678
|
-
|
1679
1515
|
Style/QuotedSymbols:
|
1680
1516
|
Enabled: false
|
1681
1517
|
|
@@ -1963,9 +1799,6 @@ Style/WhileUntilDo:
|
|
1963
1799
|
Style/WhileUntilModifier:
|
1964
1800
|
Enabled: false
|
1965
1801
|
|
1966
|
-
Style/WordArray:
|
1967
|
-
Enabled: false
|
1968
|
-
|
1969
1802
|
# Disabling for now
|
1970
1803
|
Style/YodaCondition:
|
1971
1804
|
Enabled: false
|
data/.rubocop_todo.yml
CHANGED
@@ -1,205 +1,47 @@
|
|
1
1
|
# This configuration was generated by
|
2
2
|
# `rubocop --auto-gen-config`
|
3
|
-
# on 2022-
|
3
|
+
# on 2022-10-03 22:57:47 UTC using RuboCop version 1.36.0.
|
4
4
|
# The point is for the user to remove these configuration records
|
5
5
|
# one by one as the offenses are removed from the code base.
|
6
6
|
# Note that changes in the inspected code, or installation of new
|
7
7
|
# versions of RuboCop, may require this file to be generated again.
|
8
8
|
|
9
|
-
# Offense count:
|
10
|
-
#
|
11
|
-
|
12
|
-
|
13
|
-
Layout/EmptyLinesAroundBlockBody:
|
14
|
-
Exclude:
|
15
|
-
- 'test/multiverse/suites/active_record/db/schema.rb'
|
16
|
-
- 'test/multiverse/suites/active_record_pg/db/schema.rb'
|
17
|
-
|
18
|
-
# Offense count: 52
|
19
|
-
# This cop supports safe autocorrection (--autocorrect).
|
20
|
-
Minitest/AssertEmptyLiteral:
|
21
|
-
Enabled: false
|
22
|
-
|
23
|
-
# Offense count: 13
|
24
|
-
# This cop supports safe autocorrection (--autocorrect).
|
25
|
-
Minitest/AssertEqual:
|
9
|
+
# Offense count: 412
|
10
|
+
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
|
11
|
+
Metrics/AbcSize:
|
12
|
+
Max: 54
|
26
13
|
Exclude:
|
27
|
-
-
|
28
|
-
-
|
29
|
-
- 'test/new_relic/agent/error_trace_aggregator_test.rb'
|
30
|
-
- 'test/new_relic/agent/method_tracer_helpers_test.rb'
|
31
|
-
- 'test/new_relic/agent/method_tracer_test.rb'
|
32
|
-
- 'test/new_relic/agent/transaction_sampler_test.rb'
|
33
|
-
- 'test/new_relic/metric_data_test.rb'
|
14
|
+
- test/**/*
|
15
|
+
- infinite_tracing/test/**/*
|
34
16
|
|
35
17
|
# Offense count: 145
|
36
18
|
# This cop supports safe autocorrection (--autocorrect).
|
37
19
|
Minitest/AssertInDelta:
|
38
20
|
Enabled: false
|
39
21
|
|
40
|
-
# Offense count:
|
41
|
-
# This cop supports safe autocorrection (--autocorrect).
|
42
|
-
Minitest/AssertIncludes:
|
43
|
-
Exclude:
|
44
|
-
- 'test/agent_helper.rb'
|
45
|
-
- 'test/multiverse/suites/rails/active_support_logger_test.rb'
|
46
|
-
- 'test/multiverse/suites/sequel/sequel_plugin_test.rb'
|
47
|
-
- 'test/multiverse/suites/sinatra_agent_disabled/shim_test.rb'
|
48
|
-
- 'test/new_relic/agent/audit_logger_test.rb'
|
49
|
-
- 'test/new_relic/agent/configuration/manager_test.rb'
|
50
|
-
- 'test/new_relic/agent/configuration/orphan_configuration_test.rb'
|
51
|
-
- 'test/new_relic/agent/error_trace_aggregator_test.rb'
|
52
|
-
- 'test/new_relic/agent/javascript_instrumentor_test.rb'
|
53
|
-
- 'test/new_relic/agent/method_visibility_test.rb'
|
54
|
-
- 'test/new_relic/agent/sampler_test.rb'
|
55
|
-
- 'test/new_relic/agent/tracer_state_test.rb'
|
56
|
-
- 'test/new_relic/control/instance_methods_test.rb'
|
57
|
-
- 'test/new_relic/environment_report_test.rb'
|
58
|
-
- 'test/new_relic/metric_data_test.rb'
|
59
|
-
|
60
|
-
# Offense count: 4
|
61
|
-
# This cop supports safe autocorrection (--autocorrect).
|
62
|
-
Minitest/AssertKindOf:
|
63
|
-
Exclude:
|
64
|
-
- 'test/new_relic/agent/agent_test.rb'
|
65
|
-
- 'test/new_relic/agent/pipe_channel_manager_test.rb'
|
66
|
-
- 'test/new_relic/agent_test.rb'
|
67
|
-
|
68
|
-
# Offense count: 4
|
69
|
-
# This cop supports safe autocorrection (--autocorrect).
|
70
|
-
Minitest/AssertNil:
|
71
|
-
Exclude:
|
72
|
-
- 'test/multiverse/suites/agent_only/log_events_test.rb'
|
73
|
-
|
74
|
-
# Offense count: 5
|
75
|
-
# This cop supports safe autocorrection (--autocorrect).
|
76
|
-
Minitest/AssertPathExists:
|
77
|
-
Exclude:
|
78
|
-
- 'infinite_tracing/test/support/fixtures.rb'
|
79
|
-
- 'test/multiverse/suites/mongo/helpers/mongo_server_test.rb'
|
80
|
-
|
81
|
-
# Offense count: 140
|
22
|
+
# Offense count: 145
|
82
23
|
# This cop supports safe autocorrection (--autocorrect).
|
83
24
|
Minitest/AssertPredicate:
|
84
25
|
Enabled: false
|
85
26
|
|
86
|
-
# Offense count:
|
27
|
+
# Offense count: 7
|
87
28
|
Minitest/AssertRaisesCompoundBody:
|
88
29
|
Exclude:
|
89
30
|
- 'test/new_relic/agent/collector_response_code_test.rb'
|
90
31
|
- 'test/new_relic/agent/new_relic_service_test.rb'
|
91
32
|
- 'test/new_relic/cli/commands/deployments_test.rb'
|
92
33
|
|
93
|
-
# Offense count: 9
|
94
|
-
# This cop supports safe autocorrection (--autocorrect).
|
95
|
-
Minitest/AssertRespondTo:
|
96
|
-
Exclude:
|
97
|
-
- 'test/multiverse/suites/sequel/sequel_plugin_test.rb'
|
98
|
-
- 'test/multiverse/suites/sinatra_agent_disabled/shim_test.rb'
|
99
|
-
- 'test/new_relic/agent/configuration/default_source_test.rb'
|
100
|
-
- 'test/new_relic/collection_helper_test.rb'
|
101
|
-
- 'test/new_relic/data_container_tests.rb'
|
102
|
-
|
103
|
-
# Offense count: 35
|
104
|
-
# This cop supports safe autocorrection (--autocorrect).
|
105
|
-
Minitest/AssertTruthy:
|
106
|
-
Exclude:
|
107
|
-
- 'test/multiverse/suites/agent_only/error_events_test.rb'
|
108
|
-
- 'test/multiverse/suites/rack/puma_rack_urlmap_test.rb'
|
109
|
-
- 'test/multiverse/suites/sequel/sequel_safety_test.rb'
|
110
|
-
- 'test/new_relic/agent/commands/thread_profiler_session_test.rb'
|
111
|
-
- 'test/new_relic/agent/configuration/environment_source_test.rb'
|
112
|
-
- 'test/new_relic/agent/configuration/manager_test.rb'
|
113
|
-
- 'test/new_relic/agent/configuration/security_policy_source_test.rb'
|
114
|
-
- 'test/new_relic/agent/configuration/yaml_source_test.rb'
|
115
|
-
- 'test/new_relic/agent/distributed_tracing/distributed_trace_payload_test.rb'
|
116
|
-
- 'test/new_relic/agent/distributed_tracing/trace_context_payload_test.rb'
|
117
|
-
- 'test/new_relic/agent/priority_sampled_buffer_test.rb'
|
118
|
-
- 'test/new_relic/agent/transaction/distributed_tracing_test.rb'
|
119
|
-
- 'test/new_relic/agent_test.rb'
|
120
|
-
- 'test/new_relic/gem_notifications_tests.rb'
|
121
|
-
- 'test/new_relic/language_support_test.rb'
|
122
|
-
|
123
|
-
# Offense count: 27
|
124
|
-
Minitest/AssertWithExpectedArgument:
|
125
|
-
Exclude:
|
126
|
-
- 'infinite_tracing/test/infinite_tracing/worker_test.rb'
|
127
|
-
- 'test/agent_helper.rb'
|
128
|
-
- 'test/multiverse/suites/grpc/grpc_client_test.rb'
|
129
|
-
- 'test/multiverse/suites/rails/error_tracing_test.rb'
|
130
|
-
- 'test/multiverse/suites/sidekiq/sidekiq_instrumentation_test.rb'
|
131
|
-
- 'test/new_relic/agent/agent_test.rb'
|
132
|
-
- 'test/new_relic/agent/configuration/default_source_test.rb'
|
133
|
-
- 'test/new_relic/agent/configuration/orphan_configuration_test.rb'
|
134
|
-
- 'test/new_relic/agent/datastores/redis_test.rb'
|
135
|
-
- 'test/new_relic/agent/distributed_tracing/distributed_tracing_cross_agent_test.rb'
|
136
|
-
- 'test/new_relic/agent/method_tracer_helpers_test.rb'
|
137
|
-
- 'test/new_relic/control_test.rb'
|
138
|
-
|
139
34
|
# Offense count: 4
|
140
35
|
Minitest/DuplicateTestRun:
|
141
36
|
Exclude:
|
142
37
|
- 'test/multiverse/suites/rails/error_tracing_test.rb'
|
143
38
|
- 'test/multiverse/suites/sinatra/ignoring_test.rb'
|
144
39
|
|
145
|
-
# Offense count:
|
146
|
-
# This cop supports safe autocorrection (--autocorrect).
|
147
|
-
Minitest/LiteralAsActualArgument:
|
148
|
-
Exclude:
|
149
|
-
- 'test/multiverse/suites/rails/active_support_logger_test.rb'
|
150
|
-
- 'test/new_relic/agent/configuration/environment_source_test.rb'
|
151
|
-
- 'test/new_relic/agent/connect/request_builder_test.rb'
|
152
|
-
- 'test/new_relic/agent/error_trace_aggregator_test.rb'
|
153
|
-
- 'test/new_relic/agent/instrumentation/controller_instrumentation_test.rb'
|
154
|
-
- 'test/new_relic/agent/new_relic_service_test.rb'
|
155
|
-
- 'test/new_relic/agent/samplers/cpu_sampler_test.rb'
|
156
|
-
- 'test/new_relic/agent/samplers/memory_sampler_test.rb'
|
157
|
-
- 'test/new_relic/agent/stats_test.rb'
|
158
|
-
- 'test/new_relic/agent/transaction/abstract_segment_test.rb'
|
159
|
-
- 'test/new_relic/agent/transaction/datastore_segment_test.rb'
|
160
|
-
- 'test/new_relic/agent/transaction_sampler_test.rb'
|
161
|
-
- 'test/new_relic/gem_notifications_tests.rb'
|
162
|
-
- 'test/new_relic/marshalling_test_cases.rb'
|
163
|
-
- 'test/new_relic/noticed_error_test.rb'
|
164
|
-
|
165
|
-
# Offense count: 260
|
40
|
+
# Offense count: 263
|
166
41
|
Minitest/MultipleAssertions:
|
167
42
|
Max: 28
|
168
43
|
|
169
|
-
# Offense count:
|
170
|
-
# This cop supports safe autocorrection (--autocorrect).
|
171
|
-
Minitest/RefuteEqual:
|
172
|
-
Exclude:
|
173
|
-
- 'test/agent_helper.rb'
|
174
|
-
- 'test/multiverse/suites/config_file_loading/config_file_loading_test.rb'
|
175
|
-
- 'test/new_relic/agent/agent_test.rb'
|
176
|
-
- 'test/new_relic/agent/configuration/manager_test.rb'
|
177
|
-
- 'test/new_relic/marshalling_test_cases.rb'
|
178
|
-
|
179
|
-
# Offense count: 121
|
180
|
-
# This cop supports safe autocorrection (--autocorrect).
|
181
|
-
Minitest/RefuteFalse:
|
182
|
-
Enabled: false
|
183
|
-
|
184
|
-
# Offense count: 16
|
185
|
-
# This cop supports safe autocorrection (--autocorrect).
|
186
|
-
Minitest/RefuteIncludes:
|
187
|
-
Exclude:
|
188
|
-
- 'test/multiverse/suites/datamapper/datamapper_test.rb'
|
189
|
-
- 'test/multiverse/suites/grpc/grpc_server_test.rb'
|
190
|
-
- 'test/multiverse/suites/mongo/helpers/mongo_operation_tests.rb'
|
191
|
-
- 'test/multiverse/suites/mongo/mongo2_instrumentation_test.rb'
|
192
|
-
- 'test/multiverse/suites/rack/rack_cascade_test.rb'
|
193
|
-
- 'test/new_relic/agent/configuration/manager_test.rb'
|
194
|
-
- 'test/new_relic/control/instance_methods_test.rb'
|
195
|
-
|
196
|
-
# Offense count: 3
|
197
|
-
# This cop supports safe autocorrection (--autocorrect).
|
198
|
-
Minitest/RefutePathExists:
|
199
|
-
Exclude:
|
200
|
-
- 'test/multiverse/suites/mongo/helpers/mongo_server_test.rb'
|
201
|
-
|
202
|
-
# Offense count: 96
|
44
|
+
# Offense count: 129
|
203
45
|
# This cop supports safe autocorrection (--autocorrect).
|
204
46
|
Minitest/RefutePredicate:
|
205
47
|
Enabled: false
|
@@ -208,36 +50,3 @@ Minitest/RefutePredicate:
|
|
208
50
|
# This cop supports safe autocorrection (--autocorrect).
|
209
51
|
Minitest/TestMethodName:
|
210
52
|
Enabled: false
|
211
|
-
|
212
|
-
# Offense count: 2
|
213
|
-
# This cop supports safe autocorrection (--autocorrect).
|
214
|
-
Rake/Desc:
|
215
|
-
Exclude:
|
216
|
-
- 'Rakefile'
|
217
|
-
- 'lib/tasks/config.rake'
|
218
|
-
|
219
|
-
# Offense count: 15
|
220
|
-
Rake/MethodDefinitionInTask:
|
221
|
-
Exclude:
|
222
|
-
- 'Rakefile'
|
223
|
-
- 'infinite_tracing/tasks/proto.rake'
|
224
|
-
- 'lib/tasks/config.rake'
|
225
|
-
- 'lib/tasks/tests.rake'
|
226
|
-
|
227
|
-
# Offense count: 2
|
228
|
-
# This cop supports unsafe autocorrection (--autocorrect-all).
|
229
|
-
# Configuration parameters: EnforcedStyle.
|
230
|
-
# SupportedStyles: always, always_true, never
|
231
|
-
Style/FrozenStringLiteralComment:
|
232
|
-
Exclude:
|
233
|
-
- 'test/multiverse/suites/active_record/db/schema.rb'
|
234
|
-
- 'test/multiverse/suites/active_record_pg/db/schema.rb'
|
235
|
-
|
236
|
-
# Offense count: 26
|
237
|
-
# This cop supports safe autocorrection (--autocorrect).
|
238
|
-
# Configuration parameters: IgnoreMacros, AllowedMethods, IgnoredMethods, AllowedPatterns, IgnoredPatterns, IncludedMacros, AllowParenthesesInMultilineCall, AllowParenthesesInChaining, AllowParenthesesInCamelCaseMethod, AllowParenthesesInStringInterpolation, EnforcedStyle.
|
239
|
-
# SupportedStyles: require_parentheses, omit_parentheses
|
240
|
-
Style/MethodCallWithArgsParentheses:
|
241
|
-
Exclude:
|
242
|
-
- 'test/multiverse/suites/active_record/db/schema.rb'
|
243
|
-
- 'test/multiverse/suites/active_record_pg/db/schema.rb'
|
data/.simplecov
CHANGED
@@ -1,13 +1,15 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
require 'securerandom'
|
3
3
|
|
4
|
-
|
5
|
-
|
6
|
-
SimpleCov.
|
4
|
+
if ENV['CI']
|
5
|
+
random = SecureRandom.uuid
|
6
|
+
SimpleCov.command_name(random)
|
7
|
+
SimpleCov.coverage_dir("coverage_#{random}")
|
8
|
+
end
|
7
9
|
|
8
10
|
SimpleCov.start do
|
9
11
|
enable_coverage(:branch)
|
10
12
|
SimpleCov.root(File.join(File.dirname(__FILE__), '/lib'))
|
11
13
|
track_files("**/*.rb")
|
12
|
-
formatter(SimpleCov::Formatter::SimpleFormatter)
|
14
|
+
formatter(SimpleCov::Formatter::SimpleFormatter) if ENV['CI']
|
13
15
|
end
|