newrelic_rpm 6.9.0.363 → 6.13.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (314) hide show
  1. checksums.yaml +4 -4
  2. data/.github/ISSUE_TEMPLATE/bug_report.md +31 -0
  3. data/.github/ISSUE_TEMPLATE/config.yml +5 -0
  4. data/.github/ISSUE_TEMPLATE/feature_request.md +24 -0
  5. data/.github/actions/annotate/README.md +79 -0
  6. data/.github/actions/annotate/action.yml +6 -0
  7. data/.github/actions/annotate/dist/index.js +433 -0
  8. data/.github/actions/annotate/index.js +25 -0
  9. data/.github/actions/annotate/package-lock.json +172 -0
  10. data/.github/actions/annotate/package.json +30 -0
  11. data/.github/actions/annotate/pre-commit +5 -0
  12. data/.github/actions/build-ruby/README.md +79 -0
  13. data/.github/actions/build-ruby/action.yml +15 -0
  14. data/.github/actions/build-ruby/dist/index.js +52683 -0
  15. data/.github/actions/build-ruby/index.js +514 -0
  16. data/.github/actions/build-ruby/package-lock.json +581 -0
  17. data/.github/actions/build-ruby/package.json +32 -0
  18. data/.github/actions/build-ruby/pre-commit +5 -0
  19. data/.github/pull_request_template.md +16 -0
  20. data/.github/workflows/ci.yml +212 -0
  21. data/.github/workflows/pr_review_checklist.yml +22 -0
  22. data/.github/workflows/release.yml +78 -0
  23. data/.github/workflows/scripts/rubygems-authenticate.py +13 -0
  24. data/.github/workflows/scripts/rubygems-publish.rb +32 -0
  25. data/.github/workflows/snyk.yml +27 -0
  26. data/.github/workflows/stale.yml +21 -0
  27. data/.gitignore +6 -0
  28. data/CHANGELOG.md +254 -10
  29. data/CONTRIBUTING.md +106 -19
  30. data/Gemfile +6 -2
  31. data/LICENSE +208 -38
  32. data/README.md +81 -85
  33. data/ROADMAP.md +24 -0
  34. data/Rakefile +2 -0
  35. data/THIRD_PARTY_NOTICES.md +213 -0
  36. data/bin/nrdebug +1 -1
  37. data/init.rb +1 -1
  38. data/install.rb +1 -1
  39. data/lib/new_relic/agent.rb +14 -6
  40. data/lib/new_relic/agent/adaptive_sampler.rb +1 -1
  41. data/lib/new_relic/agent/agent.rb +15 -6
  42. data/lib/new_relic/agent/agent_logger.rb +1 -1
  43. data/lib/new_relic/agent/attribute_filter.rb +1 -1
  44. data/lib/new_relic/agent/attribute_processing.rb +1 -1
  45. data/lib/new_relic/agent/attributes.rb +3 -1
  46. data/lib/new_relic/agent/audit_logger.rb +1 -1
  47. data/lib/new_relic/agent/autostart.rb +1 -1
  48. data/lib/new_relic/agent/chained_call.rb +1 -1
  49. data/lib/new_relic/agent/commands/agent_command.rb +1 -1
  50. data/lib/new_relic/agent/commands/agent_command_router.rb +1 -1
  51. data/lib/new_relic/agent/commands/thread_profiler_session.rb +1 -1
  52. data/lib/new_relic/agent/configuration.rb +1 -1
  53. data/lib/new_relic/agent/configuration/default_source.rb +28 -1
  54. data/lib/new_relic/agent/configuration/dotted_hash.rb +1 -1
  55. data/lib/new_relic/agent/configuration/environment_source.rb +1 -1
  56. data/lib/new_relic/agent/configuration/event_harvest_config.rb +1 -1
  57. data/lib/new_relic/agent/configuration/high_security_source.rb +1 -1
  58. data/lib/new_relic/agent/configuration/manager.rb +1 -1
  59. data/lib/new_relic/agent/configuration/manual_source.rb +1 -1
  60. data/lib/new_relic/agent/configuration/mask_defaults.rb +1 -1
  61. data/lib/new_relic/agent/configuration/security_policy_source.rb +1 -1
  62. data/lib/new_relic/agent/configuration/server_source.rb +1 -1
  63. data/lib/new_relic/agent/configuration/yaml_source.rb +1 -1
  64. data/lib/new_relic/agent/connect/request_builder.rb +1 -1
  65. data/lib/new_relic/agent/connect/response_handler.rb +1 -1
  66. data/lib/new_relic/agent/custom_event_aggregator.rb +1 -1
  67. data/lib/new_relic/agent/database.rb +1 -1
  68. data/lib/new_relic/agent/database/explain_plan_helpers.rb +1 -1
  69. data/lib/new_relic/agent/database/obfuscation_helpers.rb +2 -2
  70. data/lib/new_relic/agent/database/obfuscator.rb +1 -1
  71. data/lib/new_relic/agent/database/postgres_explain_obfuscator.rb +1 -1
  72. data/lib/new_relic/agent/datastores.rb +1 -1
  73. data/lib/new_relic/agent/datastores/metric_helper.rb +1 -1
  74. data/lib/new_relic/agent/datastores/mongo.rb +2 -2
  75. data/lib/new_relic/agent/datastores/mongo/event_formatter.rb +1 -1
  76. data/lib/new_relic/agent/datastores/mongo/metric_translator.rb +1 -1
  77. data/lib/new_relic/agent/datastores/mongo/obfuscator.rb +1 -1
  78. data/lib/new_relic/agent/datastores/mongo/statement_formatter.rb +1 -1
  79. data/lib/new_relic/agent/datastores/redis.rb +1 -1
  80. data/lib/new_relic/agent/deprecator.rb +1 -1
  81. data/lib/new_relic/agent/distributed_tracing.rb +1 -1
  82. data/lib/new_relic/agent/distributed_tracing/cross_app_payload.rb +3 -2
  83. data/lib/new_relic/agent/distributed_tracing/cross_app_tracing.rb +1 -1
  84. data/lib/new_relic/agent/distributed_tracing/{distributed_trace_intrinsics.rb → distributed_trace_attributes.rb} +9 -5
  85. data/lib/new_relic/agent/distributed_tracing/distributed_trace_metrics.rb +1 -1
  86. data/lib/new_relic/agent/distributed_tracing/distributed_trace_payload.rb +3 -4
  87. data/lib/new_relic/agent/distributed_tracing/distributed_trace_transport_type.rb +1 -1
  88. data/lib/new_relic/agent/distributed_tracing/trace_context.rb +1 -1
  89. data/lib/new_relic/agent/distributed_tracing/trace_context_payload.rb +2 -2
  90. data/lib/new_relic/agent/encoding_normalizer.rb +1 -1
  91. data/lib/new_relic/agent/error_collector.rb +31 -12
  92. data/lib/new_relic/agent/error_event_aggregator.rb +5 -5
  93. data/lib/new_relic/agent/error_trace_aggregator.rb +1 -1
  94. data/lib/new_relic/agent/event_aggregator.rb +1 -1
  95. data/lib/new_relic/agent/event_buffer.rb +1 -1
  96. data/lib/new_relic/agent/event_listener.rb +1 -1
  97. data/lib/new_relic/agent/event_loop.rb +1 -1
  98. data/lib/new_relic/agent/external.rb +1 -1
  99. data/lib/new_relic/agent/guid_generator.rb +1 -1
  100. data/lib/new_relic/agent/harvester.rb +1 -1
  101. data/lib/new_relic/agent/heap.rb +1 -1
  102. data/lib/new_relic/agent/hostname.rb +8 -2
  103. data/lib/new_relic/agent/http_clients/abstract.rb +82 -0
  104. data/lib/new_relic/agent/http_clients/curb_wrappers.rb +25 -20
  105. data/lib/new_relic/agent/http_clients/excon_wrappers.rb +29 -14
  106. data/lib/new_relic/agent/http_clients/http_rb_wrappers.rb +18 -22
  107. data/lib/new_relic/agent/http_clients/httpclient_wrappers.rb +11 -12
  108. data/lib/new_relic/agent/http_clients/net_http_wrappers.rb +17 -5
  109. data/lib/new_relic/agent/http_clients/typhoeus_wrappers.rb +5 -7
  110. data/lib/new_relic/agent/http_clients/uri_util.rb +12 -11
  111. data/lib/new_relic/agent/instrumentation.rb +1 -1
  112. data/lib/new_relic/agent/instrumentation/action_cable_subscriber.rb +5 -6
  113. data/lib/new_relic/agent/instrumentation/action_controller_subscriber.rb +5 -1
  114. data/lib/new_relic/agent/instrumentation/action_view_subscriber.rb +12 -3
  115. data/lib/new_relic/agent/instrumentation/active_job.rb +1 -1
  116. data/lib/new_relic/agent/instrumentation/active_merchant.rb +1 -1
  117. data/lib/new_relic/agent/instrumentation/active_record.rb +85 -38
  118. data/lib/new_relic/agent/instrumentation/active_record_helper.rb +82 -24
  119. data/lib/new_relic/agent/instrumentation/active_record_notifications.rb +1 -1
  120. data/lib/new_relic/agent/instrumentation/active_record_prepend.rb +92 -34
  121. data/lib/new_relic/agent/instrumentation/active_record_subscriber.rb +8 -3
  122. data/lib/new_relic/agent/instrumentation/active_storage.rb +1 -1
  123. data/lib/new_relic/agent/instrumentation/active_storage_subscriber.rb +9 -5
  124. data/lib/new_relic/agent/instrumentation/acts_as_solr.rb +24 -8
  125. data/lib/new_relic/agent/instrumentation/authlogic.rb +1 -1
  126. data/lib/new_relic/agent/instrumentation/bunny.rb +114 -51
  127. data/lib/new_relic/agent/instrumentation/controller_instrumentation.rb +1 -1
  128. data/lib/new_relic/agent/instrumentation/curb.rb +92 -27
  129. data/lib/new_relic/agent/instrumentation/data_mapper.rb +4 -2
  130. data/lib/new_relic/agent/instrumentation/delayed_job_instrumentation.rb +61 -25
  131. data/lib/new_relic/agent/instrumentation/excon.rb +1 -1
  132. data/lib/new_relic/agent/instrumentation/excon/connection.rb +7 -4
  133. data/lib/new_relic/agent/instrumentation/excon/middleware.rb +3 -2
  134. data/lib/new_relic/agent/instrumentation/grape.rb +1 -1
  135. data/lib/new_relic/agent/instrumentation/http.rb +6 -3
  136. data/lib/new_relic/agent/instrumentation/httpclient.rb +5 -3
  137. data/lib/new_relic/agent/instrumentation/ignore_actions.rb +1 -1
  138. data/lib/new_relic/agent/instrumentation/memcache.rb +4 -2
  139. data/lib/new_relic/agent/instrumentation/memcache/dalli.rb +7 -3
  140. data/lib/new_relic/agent/instrumentation/merb/controller.rb +1 -1
  141. data/lib/new_relic/agent/instrumentation/merb/errors.rb +1 -1
  142. data/lib/new_relic/agent/instrumentation/middleware_proxy.rb +12 -4
  143. data/lib/new_relic/agent/instrumentation/middleware_tracing.rb +9 -7
  144. data/lib/new_relic/agent/instrumentation/mongo.rb +10 -4
  145. data/lib/new_relic/agent/instrumentation/mongodb_command_subscriber.rb +36 -3
  146. data/lib/new_relic/agent/instrumentation/net.rb +59 -22
  147. data/lib/new_relic/agent/instrumentation/notifications_subscriber.rb +26 -2
  148. data/lib/new_relic/agent/instrumentation/padrino.rb +40 -16
  149. data/lib/new_relic/agent/instrumentation/passenger_instrumentation.rb +1 -1
  150. data/lib/new_relic/agent/instrumentation/queue_time.rb +1 -1
  151. data/lib/new_relic/agent/instrumentation/rack.rb +36 -13
  152. data/lib/new_relic/agent/instrumentation/rails/action_controller.rb +1 -1
  153. data/lib/new_relic/agent/instrumentation/rails/action_web_service.rb +1 -1
  154. data/lib/new_relic/agent/instrumentation/rails3/action_controller.rb +1 -1
  155. data/lib/new_relic/agent/instrumentation/rails_middleware.rb +1 -1
  156. data/lib/new_relic/agent/instrumentation/rails_notifications/action_cable.rb +1 -1
  157. data/lib/new_relic/agent/instrumentation/rails_notifications/action_controller.rb +1 -1
  158. data/lib/new_relic/agent/instrumentation/rails_notifications/action_view.rb +1 -1
  159. data/lib/new_relic/agent/instrumentation/rainbows_instrumentation.rb +1 -1
  160. data/lib/new_relic/agent/instrumentation/rake.rb +55 -20
  161. data/lib/new_relic/agent/instrumentation/redis.rb +141 -56
  162. data/lib/new_relic/agent/instrumentation/resque.rb +1 -1
  163. data/lib/new_relic/agent/instrumentation/sequel.rb +1 -1
  164. data/lib/new_relic/agent/instrumentation/sequel_helper.rb +1 -1
  165. data/lib/new_relic/agent/instrumentation/sidekiq.rb +48 -24
  166. data/lib/new_relic/agent/instrumentation/sinatra.rb +62 -23
  167. data/lib/new_relic/agent/instrumentation/sinatra/ignorer.rb +1 -1
  168. data/lib/new_relic/agent/instrumentation/sinatra/transaction_namer.rb +1 -1
  169. data/lib/new_relic/agent/instrumentation/sunspot.rb +1 -1
  170. data/lib/new_relic/agent/instrumentation/typhoeus.rb +23 -6
  171. data/lib/new_relic/agent/internal_agent_error.rb +1 -1
  172. data/lib/new_relic/agent/javascript_instrumentor.rb +1 -1
  173. data/lib/new_relic/agent/log_once.rb +1 -1
  174. data/lib/new_relic/agent/logging.rb +2 -2
  175. data/lib/new_relic/agent/memory_logger.rb +1 -1
  176. data/lib/new_relic/agent/messaging.rb +1 -1
  177. data/lib/new_relic/agent/method_tracer.rb +16 -5
  178. data/lib/new_relic/agent/method_tracer_helpers.rb +2 -2
  179. data/lib/new_relic/agent/monitors.rb +1 -1
  180. data/lib/new_relic/agent/monitors/cross_app_monitor.rb +1 -1
  181. data/lib/new_relic/agent/monitors/distributed_tracing_monitor.rb +1 -1
  182. data/lib/new_relic/agent/monitors/inbound_request_monitor.rb +1 -1
  183. data/lib/new_relic/agent/monitors/synthetics_monitor.rb +1 -1
  184. data/lib/new_relic/agent/new_relic_service.rb +26 -5
  185. data/lib/new_relic/agent/new_relic_service/encoders.rb +1 -1
  186. data/lib/new_relic/agent/new_relic_service/json_marshaller.rb +1 -1
  187. data/lib/new_relic/agent/new_relic_service/marshaller.rb +1 -1
  188. data/lib/new_relic/agent/new_relic_service/security_policy_settings.rb +1 -1
  189. data/lib/new_relic/agent/noticible_error.rb +22 -0
  190. data/lib/new_relic/agent/null_logger.rb +1 -1
  191. data/lib/new_relic/agent/obfuscator.rb +1 -1
  192. data/lib/new_relic/agent/parameter_filtering.rb +1 -1
  193. data/lib/new_relic/agent/payload_metric_mapping.rb +1 -1
  194. data/lib/new_relic/agent/pipe_channel_manager.rb +1 -1
  195. data/lib/new_relic/agent/pipe_service.rb +1 -1
  196. data/lib/new_relic/agent/prepend_supportability.rb +1 -1
  197. data/lib/new_relic/agent/priority_sampled_buffer.rb +8 -5
  198. data/lib/new_relic/agent/range_extensions.rb +1 -1
  199. data/lib/new_relic/agent/rules_engine.rb +1 -1
  200. data/lib/new_relic/agent/rules_engine/replacement_rule.rb +1 -1
  201. data/lib/new_relic/agent/rules_engine/segment_terms_rule.rb +1 -1
  202. data/lib/new_relic/agent/sampler.rb +1 -1
  203. data/lib/new_relic/agent/sampler_collection.rb +1 -1
  204. data/lib/new_relic/agent/samplers/cpu_sampler.rb +1 -1
  205. data/lib/new_relic/agent/samplers/delayed_job_sampler.rb +1 -1
  206. data/lib/new_relic/agent/samplers/memory_sampler.rb +1 -1
  207. data/lib/new_relic/agent/samplers/object_sampler.rb +1 -1
  208. data/lib/new_relic/agent/samplers/vm_sampler.rb +1 -1
  209. data/lib/new_relic/agent/span_event_aggregator.rb +1 -1
  210. data/lib/new_relic/agent/span_event_primitive.rb +71 -37
  211. data/lib/new_relic/agent/sql_sampler.rb +4 -4
  212. data/lib/new_relic/agent/stats.rb +1 -1
  213. data/lib/new_relic/agent/stats_engine.rb +1 -1
  214. data/lib/new_relic/agent/stats_engine/gc_profiler.rb +1 -1
  215. data/lib/new_relic/agent/stats_engine/stats_hash.rb +1 -1
  216. data/lib/new_relic/agent/supported_versions.rb +1 -1
  217. data/lib/new_relic/agent/synthetics_event_aggregator.rb +1 -1
  218. data/lib/new_relic/agent/system_info.rb +13 -4
  219. data/lib/new_relic/agent/threading/agent_thread.rb +1 -1
  220. data/lib/new_relic/agent/threading/backtrace_node.rb +1 -1
  221. data/lib/new_relic/agent/threading/backtrace_service.rb +1 -1
  222. data/lib/new_relic/agent/threading/thread_profile.rb +1 -1
  223. data/lib/new_relic/agent/timestamp_sampled_buffer.rb +1 -1
  224. data/lib/new_relic/agent/tracer.rb +31 -16
  225. data/lib/new_relic/agent/transaction.rb +67 -46
  226. data/lib/new_relic/agent/transaction/abstract_segment.rb +29 -2
  227. data/lib/new_relic/agent/transaction/datastore_segment.rb +1 -1
  228. data/lib/new_relic/agent/transaction/distributed_tracer.rb +3 -3
  229. data/lib/new_relic/agent/transaction/distributed_tracing.rb +2 -2
  230. data/lib/new_relic/agent/transaction/external_request_segment.rb +28 -12
  231. data/lib/new_relic/agent/transaction/message_broker_segment.rb +1 -1
  232. data/lib/new_relic/agent/transaction/request_attributes.rb +1 -1
  233. data/lib/new_relic/agent/transaction/segment.rb +23 -3
  234. data/lib/new_relic/agent/transaction/slowest_sample_buffer.rb +1 -1
  235. data/lib/new_relic/agent/transaction/synthetics_sample_buffer.rb +1 -1
  236. data/lib/new_relic/agent/transaction/trace.rb +1 -1
  237. data/lib/new_relic/agent/transaction/trace_builder.rb +1 -1
  238. data/lib/new_relic/agent/transaction/trace_context.rb +1 -1
  239. data/lib/new_relic/agent/transaction/trace_node.rb +1 -1
  240. data/lib/new_relic/agent/transaction/tracing.rb +1 -1
  241. data/lib/new_relic/agent/transaction/transaction_sample_buffer.rb +1 -1
  242. data/lib/new_relic/agent/transaction_error_primitive.rb +8 -6
  243. data/lib/new_relic/agent/transaction_event_aggregator.rb +1 -1
  244. data/lib/new_relic/agent/transaction_event_primitive.rb +3 -3
  245. data/lib/new_relic/agent/transaction_event_recorder.rb +1 -1
  246. data/lib/new_relic/agent/transaction_metrics.rb +1 -1
  247. data/lib/new_relic/agent/transaction_sampler.rb +1 -1
  248. data/lib/new_relic/agent/transaction_time_aggregator.rb +1 -1
  249. data/lib/new_relic/agent/utilization/aws.rb +1 -1
  250. data/lib/new_relic/agent/utilization/azure.rb +1 -1
  251. data/lib/new_relic/agent/utilization/gcp.rb +1 -1
  252. data/lib/new_relic/agent/utilization/pcf.rb +1 -1
  253. data/lib/new_relic/agent/utilization/vendor.rb +1 -1
  254. data/lib/new_relic/agent/utilization_data.rb +1 -1
  255. data/lib/new_relic/agent/vm.rb +1 -1
  256. data/lib/new_relic/agent/vm/jruby_vm.rb +1 -1
  257. data/lib/new_relic/agent/vm/monotonic_gc_profiler.rb +1 -1
  258. data/lib/new_relic/agent/vm/mri_vm.rb +1 -1
  259. data/lib/new_relic/agent/vm/snapshot.rb +1 -1
  260. data/lib/new_relic/agent/worker_loop.rb +1 -1
  261. data/lib/new_relic/cli/command.rb +1 -1
  262. data/lib/new_relic/cli/commands/deployments.rb +1 -1
  263. data/lib/new_relic/cli/commands/install.rb +4 -3
  264. data/lib/new_relic/coerce.rb +1 -1
  265. data/lib/new_relic/collection_helper.rb +1 -1
  266. data/lib/new_relic/constants.rb +5 -1
  267. data/lib/new_relic/control.rb +1 -1
  268. data/lib/new_relic/control/class_methods.rb +1 -1
  269. data/lib/new_relic/control/frameworks.rb +1 -1
  270. data/lib/new_relic/control/frameworks/external.rb +1 -1
  271. data/lib/new_relic/control/frameworks/merb.rb +1 -1
  272. data/lib/new_relic/control/frameworks/rails.rb +1 -1
  273. data/lib/new_relic/control/frameworks/rails3.rb +1 -1
  274. data/lib/new_relic/control/frameworks/rails4.rb +1 -1
  275. data/lib/new_relic/control/frameworks/rails_notifications.rb +1 -1
  276. data/lib/new_relic/control/frameworks/ruby.rb +1 -1
  277. data/lib/new_relic/control/frameworks/sinatra.rb +1 -1
  278. data/lib/new_relic/control/instance_methods.rb +1 -1
  279. data/lib/new_relic/control/instrumentation.rb +1 -1
  280. data/lib/new_relic/control/server_methods.rb +1 -1
  281. data/lib/new_relic/delayed_job_injection.rb +1 -1
  282. data/lib/new_relic/dependency_detection.rb +1 -1
  283. data/lib/new_relic/environment_report.rb +6 -2
  284. data/lib/new_relic/helper.rb +1 -1
  285. data/lib/new_relic/language_support.rb +1 -1
  286. data/lib/new_relic/latest_changes.rb +2 -2
  287. data/lib/new_relic/local_environment.rb +1 -1
  288. data/lib/new_relic/metric_data.rb +1 -1
  289. data/lib/new_relic/metric_spec.rb +1 -1
  290. data/lib/new_relic/noticed_error.rb +29 -10
  291. data/lib/new_relic/rack.rb +1 -1
  292. data/lib/new_relic/rack/agent_hooks.rb +1 -1
  293. data/lib/new_relic/rack/agent_middleware.rb +1 -1
  294. data/lib/new_relic/rack/browser_monitoring.rb +3 -2
  295. data/lib/new_relic/recipes.rb +1 -1
  296. data/lib/new_relic/recipes/capistrano3.rb +1 -1
  297. data/lib/new_relic/recipes/capistrano_legacy.rb +1 -1
  298. data/lib/new_relic/supportability_helper.rb +1 -1
  299. data/lib/new_relic/version.rb +3 -3
  300. data/lib/newrelic_rpm.rb +1 -1
  301. data/lib/sequel/extensions/newrelic_instrumentation.rb +1 -1
  302. data/lib/sequel/plugins/newrelic_instrumentation.rb +1 -1
  303. data/lib/tasks/all.rb +1 -1
  304. data/lib/tasks/multiverse.rb +35 -1
  305. data/lib/tasks/newrelic.rb +1 -1
  306. data/lib/tasks/tests.rake +1 -1
  307. data/newrelic_rpm.gemspec +10 -9
  308. data/recipes/newrelic.rb +1 -1
  309. data/test/agent_helper.rb +237 -70
  310. metadata +42 -18
  311. data/.travis.yml +0 -210
  312. data/lib/new_relic/agent/http_clients/abstract_request.rb +0 -31
  313. data/lib/new_relic/metrics.rb +0 -13
  314. data/true +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3eb269d5c36e6139c7b617d3083418a8c8acf85e94c4f1005b1241aafc9471dd
4
- data.tar.gz: da6387b811e5402cd2a0da7b80acc5b88338768cf36e01b1c86d7576c2592f3d
3
+ metadata.gz: 97813a208eb3ad21826b8069ad1978523f4fc24d1c823e2ef887a33242f8dc93
4
+ data.tar.gz: 8ccc2df94bcffa988b31ffb8f4015b2ce6ab7997c8690386e3ef6a77fcdefe6b
5
5
  SHA512:
6
- metadata.gz: 077d136a9c8e3771f506ee67422983ae4782e23b9118e9cb070f35fdf3af7b8a9d9ed125725db34945d8195529c0c22bbde0a7ab313d1fae9488485e40f7398d
7
- data.tar.gz: c577d7a04fac1e22f043156635d4d2eeb3674707a2f50f7b11756855f4b4ae7e3479a6783d45decdc1a4950ce2b69e8d1d691bad6ebe67b504b098838fa6c86f
6
+ metadata.gz: 609270a7843fc1b63aef90f1e5892532f8e28e2bfbbbb077e7b3024851931ca62f68ef18bc6c2c1f5abe35db5f01d6c5d438553a7d0761a07f08d40d341604af
7
+ data.tar.gz: 44413974581e5334c04ed78d8c6802d0ffef07ec7fbfc20e785cabf6bb45b3331e01f6499d70da57aee368e69e50c1c0986d672b4c68760f1c4b09d55da4faa6
@@ -0,0 +1,31 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ ^^ Provide a general summary of the issue in the title above. ^^
11
+
12
+ ## Description
13
+ Describe the problem you're encountering.
14
+ TIP: Do NOT share sensitive information, whether personal, proprietary, or otherwise!
15
+
16
+ ## Expected Behavior
17
+ Tell us what you expected to happen.
18
+
19
+ ## [Troubleshooting](https://discuss.newrelic.com/t/troubleshooting-frameworks/108787) or [NR Diag](https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/troubleshooting/new-relic-diagnostics) results
20
+ Provide any other relevant log data.
21
+ TIP: Scrub logs and diagnostic information for sensitive information
22
+
23
+ ## Steps to Reproduce
24
+ Please be as specific as possible.
25
+ TIP: Link a sample application that demonstrates the issue.
26
+
27
+ ## Your Environment
28
+ Include as many relevant details about your environment as possible including the running version of the Ruby agent, the Ruby version being used and any other relevant environment information
29
+
30
+ ## Additional context
31
+ Add any other context about the problem here. For example, relevant community posts or support tickets.
@@ -0,0 +1,5 @@
1
+ blank_issues_enabled: false
2
+ contact_links:
3
+ - name: Troubleshooting
4
+ url: https://github.com/newrelic/newrelic-ruby-agent#support
5
+ about: checkout the README for troubleshooting directions
@@ -0,0 +1,24 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for this project
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ ### Is your feature request related to a problem? Please describe.
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
+
13
+ ### Feature Description
14
+ A clear and concise description of the feature you want or need.
15
+
16
+ ### Describe Alternatives
17
+ A clear and concise description of any alternative solutions or features you've considered. Are there examples you could link us to?
18
+
19
+ ### Additional context
20
+ Add any other context here.
21
+
22
+ ### Priority
23
+ Please help us better understand this feature request by choosing a priority from the following options:
24
+ [Nice to Have, Really Want, Must Have, Blocker]
@@ -0,0 +1,79 @@
1
+
2
+ # Install Node
3
+
4
+ Using Homebrew, install Node (npm will be installed with Node):
5
+
6
+ ```
7
+ brew install node
8
+ ```
9
+
10
+ # Install Yarn
11
+
12
+ Yarn provides dependency management, so install it:
13
+
14
+ ```
15
+ brew install yarn
16
+ ```
17
+
18
+ # Install NCC
19
+
20
+ NCC is used to compile the *.js into a dist/index.js
21
+
22
+ ```
23
+ npm i -g @zeit/ncc
24
+ ```
25
+
26
+ # Build the dist/index.js
27
+
28
+ ```
29
+ yarn run package
30
+ ```
31
+
32
+ # Installing new javascript packages
33
+
34
+ Adding new javascript packages is fairly straightforward. If you're adding a github @actions/xxx package,
35
+ simply refer to it by its short-hand name:
36
+
37
+ ```
38
+ npm install @actions/core
39
+ ```
40
+
41
+ # Optional pre-commit hook
42
+
43
+ A pre-commit hook is provided that can help keep dist/index.js in tune with local changes
44
+
45
+
46
+ # Using Node as a REPL
47
+
48
+ If you're developing or working on the index.js script, it can be handy to try out stuff
49
+ locally. To do that, use Node to start up a REPL shell by running it from the action's folder:
50
+
51
+ ```
52
+ cd .github/workflow/actions/annotate
53
+ node
54
+ ```
55
+
56
+ Example session:
57
+
58
+ ```javascript
59
+ Welcome to Node.js v14.3.0.
60
+ Type ".help" for more information.
61
+ > const os = require('os')
62
+ undefined
63
+ > const fs = require('fs')
64
+ undefined
65
+ > const path = require('path')
66
+ undefined
67
+ >
68
+ > const core = require('@actions/core')
69
+ undefined
70
+ > core.startGroup("hello")
71
+ ::group::hello
72
+ undefined
73
+ > console.debug("hello")
74
+ hello
75
+ undefined
76
+ > core.endGroup()
77
+ ::endgroup::
78
+ undefined
79
+ ```
@@ -0,0 +1,6 @@
1
+ name: 'Annotate Errors'
2
+ description: 'Annotates errors if an errrors.txt file is present'
3
+ author: New Relic
4
+ runs:
5
+ using: 'node12'
6
+ main: 'dist/index.js'
@@ -0,0 +1,433 @@
1
+ module.exports =
2
+ /******/ (function(modules, runtime) { // webpackBootstrap
3
+ /******/ "use strict";
4
+ /******/ // The module cache
5
+ /******/ var installedModules = {};
6
+ /******/
7
+ /******/ // The require function
8
+ /******/ function __webpack_require__(moduleId) {
9
+ /******/
10
+ /******/ // Check if module is in cache
11
+ /******/ if(installedModules[moduleId]) {
12
+ /******/ return installedModules[moduleId].exports;
13
+ /******/ }
14
+ /******/ // Create a new module (and put it into the cache)
15
+ /******/ var module = installedModules[moduleId] = {
16
+ /******/ i: moduleId,
17
+ /******/ l: false,
18
+ /******/ exports: {}
19
+ /******/ };
20
+ /******/
21
+ /******/ // Execute the module function
22
+ /******/ var threw = true;
23
+ /******/ try {
24
+ /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
25
+ /******/ threw = false;
26
+ /******/ } finally {
27
+ /******/ if(threw) delete installedModules[moduleId];
28
+ /******/ }
29
+ /******/
30
+ /******/ // Flag the module as loaded
31
+ /******/ module.l = true;
32
+ /******/
33
+ /******/ // Return the exports of the module
34
+ /******/ return module.exports;
35
+ /******/ }
36
+ /******/
37
+ /******/
38
+ /******/ __webpack_require__.ab = __dirname + "/";
39
+ /******/
40
+ /******/ // the startup function
41
+ /******/ function startup() {
42
+ /******/ // Load entry module and return exports
43
+ /******/ return __webpack_require__(305);
44
+ /******/ };
45
+ /******/
46
+ /******/ // run startup
47
+ /******/ return startup();
48
+ /******/ })
49
+ /************************************************************************/
50
+ /******/ ({
51
+
52
+ /***/ 87:
53
+ /***/ (function(module) {
54
+
55
+ module.exports = require("os");
56
+
57
+ /***/ }),
58
+
59
+ /***/ 305:
60
+ /***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {
61
+
62
+ const fs = __webpack_require__(747)
63
+ const core = __webpack_require__(968)
64
+ const command = __webpack_require__(823)
65
+
66
+ async function main() {
67
+ const workspacePath = process.env.GITHUB_WORKSPACE
68
+ const errorFilename = `${workspacePath}/errors.txt`
69
+
70
+ try {
71
+
72
+ if (fs.existsSync(errorFilename)) {
73
+ let lines = fs.readFileSync(errorFilename).toString('utf8')
74
+ command.issueCommand('error', undefined, lines)
75
+ }
76
+ else {
77
+ core.info(`No ${errorFilename} present. Skipping!`)
78
+ }
79
+ }
80
+ catch (error) {
81
+ core.setFailed(`Action failed with error ${error}`)
82
+ }
83
+
84
+ }
85
+
86
+ main()
87
+
88
+
89
+ /***/ }),
90
+
91
+ /***/ 622:
92
+ /***/ (function(module) {
93
+
94
+ module.exports = require("path");
95
+
96
+ /***/ }),
97
+
98
+ /***/ 747:
99
+ /***/ (function(module) {
100
+
101
+ module.exports = require("fs");
102
+
103
+ /***/ }),
104
+
105
+ /***/ 823:
106
+ /***/ (function(__unusedmodule, exports, __webpack_require__) {
107
+
108
+ "use strict";
109
+
110
+ var __importStar = (this && this.__importStar) || function (mod) {
111
+ if (mod && mod.__esModule) return mod;
112
+ var result = {};
113
+ if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
114
+ result["default"] = mod;
115
+ return result;
116
+ };
117
+ Object.defineProperty(exports, "__esModule", { value: true });
118
+ const os = __importStar(__webpack_require__(87));
119
+ /**
120
+ * Commands
121
+ *
122
+ * Command Format:
123
+ * ::name key=value,key=value::message
124
+ *
125
+ * Examples:
126
+ * ::warning::This is the message
127
+ * ::set-env name=MY_VAR::some value
128
+ */
129
+ function issueCommand(command, properties, message) {
130
+ const cmd = new Command(command, properties, message);
131
+ process.stdout.write(cmd.toString() + os.EOL);
132
+ }
133
+ exports.issueCommand = issueCommand;
134
+ function issue(name, message = '') {
135
+ issueCommand(name, {}, message);
136
+ }
137
+ exports.issue = issue;
138
+ const CMD_STRING = '::';
139
+ class Command {
140
+ constructor(command, properties, message) {
141
+ if (!command) {
142
+ command = 'missing.command';
143
+ }
144
+ this.command = command;
145
+ this.properties = properties;
146
+ this.message = message;
147
+ }
148
+ toString() {
149
+ let cmdStr = CMD_STRING + this.command;
150
+ if (this.properties && Object.keys(this.properties).length > 0) {
151
+ cmdStr += ' ';
152
+ let first = true;
153
+ for (const key in this.properties) {
154
+ if (this.properties.hasOwnProperty(key)) {
155
+ const val = this.properties[key];
156
+ if (val) {
157
+ if (first) {
158
+ first = false;
159
+ }
160
+ else {
161
+ cmdStr += ',';
162
+ }
163
+ cmdStr += `${key}=${escapeProperty(val)}`;
164
+ }
165
+ }
166
+ }
167
+ }
168
+ cmdStr += `${CMD_STRING}${escapeData(this.message)}`;
169
+ return cmdStr;
170
+ }
171
+ }
172
+ /**
173
+ * Sanitizes an input into a string so it can be passed into issueCommand safely
174
+ * @param input input to sanitize into a string
175
+ */
176
+ function toCommandValue(input) {
177
+ if (input === null || input === undefined) {
178
+ return '';
179
+ }
180
+ else if (typeof input === 'string' || input instanceof String) {
181
+ return input;
182
+ }
183
+ return JSON.stringify(input);
184
+ }
185
+ exports.toCommandValue = toCommandValue;
186
+ function escapeData(s) {
187
+ return toCommandValue(s)
188
+ .replace(/%/g, '%25')
189
+ .replace(/\r/g, '%0D')
190
+ .replace(/\n/g, '%0A');
191
+ }
192
+ function escapeProperty(s) {
193
+ return toCommandValue(s)
194
+ .replace(/%/g, '%25')
195
+ .replace(/\r/g, '%0D')
196
+ .replace(/\n/g, '%0A')
197
+ .replace(/:/g, '%3A')
198
+ .replace(/,/g, '%2C');
199
+ }
200
+ //# sourceMappingURL=command.js.map
201
+
202
+ /***/ }),
203
+
204
+ /***/ 968:
205
+ /***/ (function(__unusedmodule, exports, __webpack_require__) {
206
+
207
+ "use strict";
208
+
209
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
210
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
211
+ return new (P || (P = Promise))(function (resolve, reject) {
212
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
213
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
214
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
215
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
216
+ });
217
+ };
218
+ var __importStar = (this && this.__importStar) || function (mod) {
219
+ if (mod && mod.__esModule) return mod;
220
+ var result = {};
221
+ if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
222
+ result["default"] = mod;
223
+ return result;
224
+ };
225
+ Object.defineProperty(exports, "__esModule", { value: true });
226
+ const command_1 = __webpack_require__(823);
227
+ const os = __importStar(__webpack_require__(87));
228
+ const path = __importStar(__webpack_require__(622));
229
+ /**
230
+ * The code to exit an action
231
+ */
232
+ var ExitCode;
233
+ (function (ExitCode) {
234
+ /**
235
+ * A code indicating that the action was successful
236
+ */
237
+ ExitCode[ExitCode["Success"] = 0] = "Success";
238
+ /**
239
+ * A code indicating that the action was a failure
240
+ */
241
+ ExitCode[ExitCode["Failure"] = 1] = "Failure";
242
+ })(ExitCode = exports.ExitCode || (exports.ExitCode = {}));
243
+ //-----------------------------------------------------------------------
244
+ // Variables
245
+ //-----------------------------------------------------------------------
246
+ /**
247
+ * Sets env variable for this action and future actions in the job
248
+ * @param name the name of the variable to set
249
+ * @param val the value of the variable. Non-string values will be converted to a string via JSON.stringify
250
+ */
251
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
252
+ function exportVariable(name, val) {
253
+ const convertedVal = command_1.toCommandValue(val);
254
+ process.env[name] = convertedVal;
255
+ command_1.issueCommand('set-env', { name }, convertedVal);
256
+ }
257
+ exports.exportVariable = exportVariable;
258
+ /**
259
+ * Registers a secret which will get masked from logs
260
+ * @param secret value of the secret
261
+ */
262
+ function setSecret(secret) {
263
+ command_1.issueCommand('add-mask', {}, secret);
264
+ }
265
+ exports.setSecret = setSecret;
266
+ /**
267
+ * Prepends inputPath to the PATH (for this action and future actions)
268
+ * @param inputPath
269
+ */
270
+ function addPath(inputPath) {
271
+ command_1.issueCommand('add-path', {}, inputPath);
272
+ process.env['PATH'] = `${inputPath}${path.delimiter}${process.env['PATH']}`;
273
+ }
274
+ exports.addPath = addPath;
275
+ /**
276
+ * Gets the value of an input. The value is also trimmed.
277
+ *
278
+ * @param name name of the input to get
279
+ * @param options optional. See InputOptions.
280
+ * @returns string
281
+ */
282
+ function getInput(name, options) {
283
+ const val = process.env[`INPUT_${name.replace(/ /g, '_').toUpperCase()}`] || '';
284
+ if (options && options.required && !val) {
285
+ throw new Error(`Input required and not supplied: ${name}`);
286
+ }
287
+ return val.trim();
288
+ }
289
+ exports.getInput = getInput;
290
+ /**
291
+ * Sets the value of an output.
292
+ *
293
+ * @param name name of the output to set
294
+ * @param value value to store. Non-string values will be converted to a string via JSON.stringify
295
+ */
296
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
297
+ function setOutput(name, value) {
298
+ command_1.issueCommand('set-output', { name }, value);
299
+ }
300
+ exports.setOutput = setOutput;
301
+ /**
302
+ * Enables or disables the echoing of commands into stdout for the rest of the step.
303
+ * Echoing is disabled by default if ACTIONS_STEP_DEBUG is not set.
304
+ *
305
+ */
306
+ function setCommandEcho(enabled) {
307
+ command_1.issue('echo', enabled ? 'on' : 'off');
308
+ }
309
+ exports.setCommandEcho = setCommandEcho;
310
+ //-----------------------------------------------------------------------
311
+ // Results
312
+ //-----------------------------------------------------------------------
313
+ /**
314
+ * Sets the action status to failed.
315
+ * When the action exits it will be with an exit code of 1
316
+ * @param message add error issue message
317
+ */
318
+ function setFailed(message) {
319
+ process.exitCode = ExitCode.Failure;
320
+ error(message);
321
+ }
322
+ exports.setFailed = setFailed;
323
+ //-----------------------------------------------------------------------
324
+ // Logging Commands
325
+ //-----------------------------------------------------------------------
326
+ /**
327
+ * Gets whether Actions Step Debug is on or not
328
+ */
329
+ function isDebug() {
330
+ return process.env['RUNNER_DEBUG'] === '1';
331
+ }
332
+ exports.isDebug = isDebug;
333
+ /**
334
+ * Writes debug message to user log
335
+ * @param message debug message
336
+ */
337
+ function debug(message) {
338
+ command_1.issueCommand('debug', {}, message);
339
+ }
340
+ exports.debug = debug;
341
+ /**
342
+ * Adds an error issue
343
+ * @param message error issue message. Errors will be converted to string via toString()
344
+ */
345
+ function error(message) {
346
+ command_1.issue('error', message instanceof Error ? message.toString() : message);
347
+ }
348
+ exports.error = error;
349
+ /**
350
+ * Adds an warning issue
351
+ * @param message warning issue message. Errors will be converted to string via toString()
352
+ */
353
+ function warning(message) {
354
+ command_1.issue('warning', message instanceof Error ? message.toString() : message);
355
+ }
356
+ exports.warning = warning;
357
+ /**
358
+ * Writes info to log with console.log.
359
+ * @param message info message
360
+ */
361
+ function info(message) {
362
+ process.stdout.write(message + os.EOL);
363
+ }
364
+ exports.info = info;
365
+ /**
366
+ * Begin an output group.
367
+ *
368
+ * Output until the next `groupEnd` will be foldable in this group
369
+ *
370
+ * @param name The name of the output group
371
+ */
372
+ function startGroup(name) {
373
+ command_1.issue('group', name);
374
+ }
375
+ exports.startGroup = startGroup;
376
+ /**
377
+ * End an output group.
378
+ */
379
+ function endGroup() {
380
+ command_1.issue('endgroup');
381
+ }
382
+ exports.endGroup = endGroup;
383
+ /**
384
+ * Wrap an asynchronous function call in a group.
385
+ *
386
+ * Returns the same type as the function itself.
387
+ *
388
+ * @param name The name of the group
389
+ * @param fn The function to wrap in the group
390
+ */
391
+ function group(name, fn) {
392
+ return __awaiter(this, void 0, void 0, function* () {
393
+ startGroup(name);
394
+ let result;
395
+ try {
396
+ result = yield fn();
397
+ }
398
+ finally {
399
+ endGroup();
400
+ }
401
+ return result;
402
+ });
403
+ }
404
+ exports.group = group;
405
+ //-----------------------------------------------------------------------
406
+ // Wrapper action state
407
+ //-----------------------------------------------------------------------
408
+ /**
409
+ * Saves state for current action, the state can only be retrieved by this action's post job execution.
410
+ *
411
+ * @param name name of the state to store
412
+ * @param value value to store. Non-string values will be converted to a string via JSON.stringify
413
+ */
414
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
415
+ function saveState(name, value) {
416
+ command_1.issueCommand('save-state', { name }, value);
417
+ }
418
+ exports.saveState = saveState;
419
+ /**
420
+ * Gets the value of an state set by this action's main execution.
421
+ *
422
+ * @param name name of the state to get
423
+ * @returns string
424
+ */
425
+ function getState(name) {
426
+ return process.env[`STATE_${name}`] || '';
427
+ }
428
+ exports.getState = getState;
429
+ //# sourceMappingURL=core.js.map
430
+
431
+ /***/ })
432
+
433
+ /******/ });