traceview 3.8.3 → 3.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +23 -14
  3. data/CONFIG.md +1 -2
  4. data/LICENSE +118 -124
  5. data/README.md +27 -34
  6. data/Rakefile +1 -1
  7. data/examples/DNT.md +1 -1
  8. data/examples/tracing_async_threads.rb +1 -2
  9. data/ext/oboe_metal/extconf.rb +1 -1
  10. data/ext/oboe_metal/tests/test.rb +1 -1
  11. data/gemfiles/delayed_job.gemfile +6 -1
  12. data/gemfiles/libraries.gemfile +2 -0
  13. data/gemfiles/rails40.gemfile +1 -1
  14. data/gemfiles/rails41.gemfile +1 -1
  15. data/gemfiles/rails42.gemfile +1 -1
  16. data/init.rb +1 -1
  17. data/lib/joboe_metal.rb +3 -3
  18. data/lib/oboe.rb +1 -1
  19. data/lib/oboe_metal.rb +1 -1
  20. data/lib/rails/generators/traceview/install_generator.rb +3 -3
  21. data/lib/rails/generators/traceview/templates/traceview_initializer.rb +4 -4
  22. data/lib/traceview.rb +1 -1
  23. data/lib/traceview/api.rb +2 -2
  24. data/lib/traceview/api/layerinit.rb +1 -1
  25. data/lib/traceview/api/logging.rb +1 -1
  26. data/lib/traceview/api/memcache.rb +1 -1
  27. data/lib/traceview/api/profiling.rb +1 -1
  28. data/lib/traceview/api/tracing.rb +1 -1
  29. data/lib/traceview/api/util.rb +1 -1
  30. data/lib/traceview/base.rb +1 -1
  31. data/lib/traceview/config.rb +2 -2
  32. data/lib/traceview/frameworks/grape.rb +1 -1
  33. data/lib/traceview/frameworks/padrino.rb +1 -1
  34. data/lib/traceview/frameworks/padrino/templates.rb +1 -1
  35. data/lib/traceview/frameworks/rails.rb +1 -1
  36. data/lib/traceview/frameworks/rails/inst/action_controller.rb +1 -1
  37. data/lib/traceview/frameworks/rails/inst/action_controller2.rb +1 -1
  38. data/lib/traceview/frameworks/rails/inst/action_controller3.rb +1 -1
  39. data/lib/traceview/frameworks/rails/inst/action_controller4.rb +1 -1
  40. data/lib/traceview/frameworks/rails/inst/action_controller5.rb +1 -1
  41. data/lib/traceview/frameworks/rails/inst/action_controller_api.rb +1 -1
  42. data/lib/traceview/frameworks/rails/inst/action_view.rb +1 -1
  43. data/lib/traceview/frameworks/rails/inst/action_view_2x.rb +1 -1
  44. data/lib/traceview/frameworks/rails/inst/action_view_30.rb +1 -1
  45. data/lib/traceview/frameworks/rails/inst/active_record.rb +1 -1
  46. data/lib/traceview/frameworks/rails/inst/connection_adapters/mysql.rb +1 -1
  47. data/lib/traceview/frameworks/rails/inst/connection_adapters/mysql2.rb +1 -1
  48. data/lib/traceview/frameworks/rails/inst/connection_adapters/postgresql.rb +1 -1
  49. data/lib/traceview/frameworks/rails/inst/connection_adapters/utils.rb +1 -1
  50. data/lib/traceview/frameworks/rails/inst/connection_adapters/utils5x.rb +1 -1
  51. data/lib/traceview/frameworks/sinatra.rb +1 -1
  52. data/lib/traceview/frameworks/sinatra/templates.rb +1 -1
  53. data/lib/traceview/inst/bunny-client.rb +1 -1
  54. data/lib/traceview/inst/bunny-consumer.rb +1 -1
  55. data/lib/traceview/inst/curb.rb +1 -1
  56. data/lib/traceview/inst/dalli.rb +1 -1
  57. data/lib/traceview/inst/delayed_job.rb +1 -1
  58. data/lib/traceview/inst/em-http-request.rb +1 -1
  59. data/lib/traceview/inst/excon.rb +1 -1
  60. data/lib/traceview/inst/faraday.rb +1 -1
  61. data/lib/traceview/inst/http.rb +1 -1
  62. data/lib/traceview/inst/httpclient.rb +1 -1
  63. data/lib/traceview/inst/memcache.rb +1 -1
  64. data/lib/traceview/inst/memcached.rb +1 -1
  65. data/lib/traceview/inst/mongo.rb +1 -1
  66. data/lib/traceview/inst/mongo2.rb +1 -1
  67. data/lib/traceview/inst/moped.rb +1 -1
  68. data/lib/traceview/inst/rack.rb +1 -1
  69. data/lib/traceview/inst/redis.rb +1 -1
  70. data/lib/traceview/inst/resque.rb +1 -1
  71. data/lib/traceview/inst/rest-client.rb +1 -1
  72. data/lib/traceview/inst/sequel.rb +1 -1
  73. data/lib/traceview/inst/sidekiq-client.rb +1 -1
  74. data/lib/traceview/inst/sidekiq-worker.rb +1 -1
  75. data/lib/traceview/inst/twitter-cassandra.rb +1 -1
  76. data/lib/traceview/inst/typhoeus.rb +1 -1
  77. data/lib/traceview/instrumentation.rb +1 -1
  78. data/lib/traceview/legacy_method_profiling.rb +1 -1
  79. data/lib/traceview/loading.rb +1 -1
  80. data/lib/traceview/logger.rb +1 -1
  81. data/lib/traceview/ruby.rb +1 -1
  82. data/lib/traceview/support.rb +5 -6
  83. data/lib/traceview/test.rb +1 -1
  84. data/lib/traceview/thread_local.rb +1 -1
  85. data/lib/traceview/util.rb +1 -1
  86. data/lib/traceview/version.rb +2 -2
  87. data/lib/traceview/xtrace.rb +1 -1
  88. data/test/frameworks/apps/grape_nested.rb +1 -1
  89. data/test/frameworks/apps/grape_simple.rb +1 -1
  90. data/test/frameworks/apps/sinatra_simple.rb +1 -1
  91. data/test/frameworks/grape_test.rb +1 -1
  92. data/test/frameworks/padrino_test.rb +1 -1
  93. data/test/frameworks/rails3x_test.rb +1 -1
  94. data/test/frameworks/rails4x_test.rb +1 -1
  95. data/test/frameworks/rails5x_api_test.rb +1 -1
  96. data/test/frameworks/rails5x_test.rb +1 -1
  97. data/test/frameworks/sinatra_test.rb +1 -1
  98. data/test/instrumentation/bunny_client_test.rb +1 -1
  99. data/test/instrumentation/bunny_consumer_test.rb +1 -1
  100. data/test/instrumentation/curb_test.rb +1 -1
  101. data/test/instrumentation/dalli_test.rb +1 -1
  102. data/test/instrumentation/em_http_request_test.rb +2 -2
  103. data/test/instrumentation/excon_test.rb +1 -1
  104. data/test/instrumentation/faraday_test.rb +1 -1
  105. data/test/instrumentation/http_test.rb +1 -1
  106. data/test/instrumentation/httpclient_test.rb +1 -1
  107. data/test/instrumentation/memcache_test.rb +1 -1
  108. data/test/instrumentation/memcached_test.rb +1 -1
  109. data/test/instrumentation/mongo_v1_test.rb +1 -1
  110. data/test/instrumentation/mongo_v2_index_test.rb +1 -1
  111. data/test/instrumentation/mongo_v2_test.rb +1 -1
  112. data/test/instrumentation/mongo_v2_view_test.rb +1 -1
  113. data/test/instrumentation/moped_test.rb +1 -1
  114. data/test/instrumentation/rack_test.rb +1 -1
  115. data/test/instrumentation/redis_hashes_test.rb +1 -1
  116. data/test/instrumentation/redis_keys_test.rb +1 -1
  117. data/test/instrumentation/redis_lists_test.rb +1 -1
  118. data/test/instrumentation/redis_misc_test.rb +1 -1
  119. data/test/instrumentation/redis_sets_test.rb +1 -1
  120. data/test/instrumentation/redis_sortedsets_test.rb +1 -1
  121. data/test/instrumentation/redis_strings_test.rb +1 -1
  122. data/test/instrumentation/resque_test.rb +1 -1
  123. data/test/instrumentation/rest-client_test.rb +1 -1
  124. data/test/instrumentation/sequel_mysql2_test.rb +1 -1
  125. data/test/instrumentation/sequel_mysql_test.rb +1 -1
  126. data/test/instrumentation/sequel_pg_test.rb +1 -1
  127. data/test/instrumentation/sidekiq-client_test.rb +1 -1
  128. data/test/instrumentation/sidekiq-worker_test.rb +1 -1
  129. data/test/instrumentation/twitter-cassandra_test.rb +1 -1
  130. data/test/instrumentation/typhoeus_test.rb +1 -1
  131. data/test/jobs/delayed_job/db_worker_job.rb +1 -1
  132. data/test/jobs/delayed_job/error_worker_job.rb +1 -1
  133. data/test/jobs/delayed_job/remote_call_worker_job.rb +1 -1
  134. data/test/jobs/resque/db_worker_job.rb +1 -1
  135. data/test/jobs/resque/error_worker_job.rb +1 -1
  136. data/test/jobs/resque/remote_call_worker_job.rb +1 -1
  137. data/test/jobs/sidekiq/db_worker_job.rb +1 -1
  138. data/test/jobs/sidekiq/error_worker_job.rb +1 -1
  139. data/test/jobs/sidekiq/remote_call_worker_job.rb +1 -1
  140. data/test/minitest_helper.rb +1 -1
  141. data/test/profiling/legacy_method_profiling_test.rb +1 -1
  142. data/test/profiling/method_profiling_test.rb +1 -1
  143. data/test/queues/delayed_job-client_test.rb +1 -1
  144. data/test/queues/delayed_job-worker_test.rb +1 -1
  145. data/test/reporter/reporter_test.rb +1 -1
  146. data/test/servers/delayed_job.rb +1 -1
  147. data/test/servers/rackapp_8101.rb +1 -1
  148. data/test/servers/rails3x_8140.rb +1 -1
  149. data/test/servers/rails4x_8140.rb +1 -1
  150. data/test/servers/rails5x_8140.rb +1 -1
  151. data/test/servers/rails5x_api_8150.rb +1 -1
  152. data/test/servers/sidekiq.rb +1 -1
  153. data/test/servers/sidekiq_initializer.rb +1 -1
  154. data/test/support/auto_tracing_test.rb +1 -1
  155. data/test/support/avw_handling_test.rb +1 -1
  156. data/test/support/backcompat_test.rb +1 -1
  157. data/test/support/config_test.rb +1 -1
  158. data/test/support/dnt_test.rb +1 -1
  159. data/test/support/init_report_test.rb +1 -1
  160. data/test/support/liboboe_settings_test.rb +1 -1
  161. data/test/support/noop_test.rb +1 -1
  162. data/test/support/sql_sanitize_test.rb +1 -1
  163. data/test/support/tracing_mode_test.rb +1 -1
  164. data/test/support/tvalias_test.rb +1 -1
  165. data/test/support/xtrace_test.rb +1 -1
  166. data/traceview.gemspec +4 -5
  167. metadata +66 -70
  168. data/test/benchmarks/allocations_test.rb +0 -14
  169. data/test/benchmarks/tracing_api_test.rb +0 -15
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  if RUBY_VERSION >= '1.9.3' && !defined?(JRUBY_VERSION)
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  if RUBY_VERSION >= '2.0' && !defined?(JRUBY_VERSION)
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  if RUBY_VERSION >= '2.0' && !defined?(JRUBY_VERSION)
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  class DJDBWorkerJob
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  class DJErrorWorkerJob
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  class DJRemoteCallWorkerJob
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  class ResqueDBWorkerJob
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  class ResqueErrorWorkerJob
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  class ResqueRemoteCallWorkerJob
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  class DBWorkerJob
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  class ErrorWorkerJob
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  class RemoteCallWorkerJob
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'rubygems'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
  require 'minitest_helper'
4
4
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  # This is a Rails app that launches a DelayedJob worker
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  # This is a Rack application that is booted in a background
@@ -1,5 +1,5 @@
1
1
  ##
2
- # Copyright (c) 2016 AppNeta, Inc.
2
+ # Copyright (c) 2016 SolarWinds, LLC.
3
3
  # All rights reserved.
4
4
 
5
5
  # This is a Rails stack that launches on a background
@@ -1,5 +1,5 @@
1
1
  ##
2
- # Copyright (c) 2016 AppNeta, Inc.
2
+ # Copyright (c) 2016 SolarWinds, LLC.
3
3
  # All rights reserved.
4
4
 
5
5
  # This is a Rails stack that launches on a background
@@ -1,5 +1,5 @@
1
1
  ##
2
- # Copyright (c) 2016 AppNeta, Inc.
2
+ # Copyright (c) 2016 SolarWinds, LLC.
3
3
  # All rights reserved.
4
4
 
5
5
  # This is a Rails stack that launches on a background
@@ -1,5 +1,5 @@
1
1
  ##
2
- # Copyright (c) 2016 AppNeta, Inc.
2
+ # Copyright (c) 2016 SolarWinds, LLC.
3
3
  # All rights reserved.
4
4
 
5
5
  # This is a Rails API stack that launches on a background
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  # We configure and launch Sidekiq in a background
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  # This file is used to initialize the background Sidekiq
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'set'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2015 AppNeta, Inc.
1
+ # Copyright (c) 2016 SolarWinds, LLC.
2
2
  # All rights reserved.
3
3
 
4
4
  require 'minitest_helper'
@@ -6,12 +6,12 @@ Gem::Specification.new do |s|
6
6
  s.version = TraceView::Version::STRING
7
7
  s.date = Time.now.strftime('%Y-%m-%d')
8
8
 
9
- s.license = "AppNeta Open License, Version 1.0"
9
+ s.license = "Librato Open License, Version 1.0"
10
10
 
11
11
  s.authors = ["Peter Giacomo Lombardo", "Spiros Eliopoulos"]
12
- s.email = %q{traceviewsupport@appneta.com}
13
- s.homepage = %q{http://www.appneta.com/products/traceview/}
14
- s.summary = %q{AppNeta TraceView performance instrumentation gem for Ruby}
12
+ s.email = %q{traceviewsupport@solarwinds.com}
13
+ s.homepage = %q{https://traceview.solarwinds.com/}
14
+ s.summary = %q{TraceView performance instrumentation gem for Ruby}
15
15
  s.description = %q{The TraceView gem provides performance instrumentation for MRI Ruby, JRuby and related frameworks.}
16
16
 
17
17
  s.extra_rdoc_files = ["LICENSE"]
@@ -45,4 +45,3 @@ Gem::Specification.new do |s|
45
45
 
46
46
  s.required_ruby_version = '>= 1.8.6'
47
47
  end
48
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: traceview
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.3
4
+ version: 3.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Giacomo Lombardo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-08-29 00:00:00.000000000 Z
12
+ date: 2016-10-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -83,7 +83,7 @@ dependencies:
83
83
  version: 3.0.0
84
84
  description: The TraceView gem provides performance instrumentation for MRI Ruby,
85
85
  JRuby and related frameworks.
86
- email: traceviewsupport@appneta.com
86
+ email: traceviewsupport@solarwinds.com
87
87
  executables: []
88
88
  extensions:
89
89
  - ext/oboe_metal/extconf.rb
@@ -207,8 +207,6 @@ files:
207
207
  - lib/traceview/util.rb
208
208
  - lib/traceview/version.rb
209
209
  - lib/traceview/xtrace.rb
210
- - test/benchmarks/allocations_test.rb
211
- - test/benchmarks/tracing_api_test.rb
212
210
  - test/frameworks/apps/grape_nested.rb
213
211
  - test/frameworks/apps/grape_simple.rb
214
212
  - test/frameworks/apps/padrino_simple.rb
@@ -292,9 +290,9 @@ files:
292
290
  - test/support/tvalias_test.rb
293
291
  - test/support/xtrace_test.rb
294
292
  - traceview.gemspec
295
- homepage: http://www.appneta.com/products/traceview/
293
+ homepage: https://traceview.solarwinds.com/
296
294
  licenses:
297
- - AppNeta Open License, Version 1.0
295
+ - Librato Open License, Version 1.0
298
296
  metadata: {}
299
297
  post_install_message:
300
298
  rdoc_options: []
@@ -315,87 +313,85 @@ rubyforge_project:
315
313
  rubygems_version: 2.5.1
316
314
  signing_key:
317
315
  specification_version: 4
318
- summary: AppNeta TraceView performance instrumentation gem for Ruby
316
+ summary: TraceView performance instrumentation gem for Ruby
319
317
  test_files:
320
- - test/servers/sidekiq_initializer.rb
321
- - test/servers/rails4x_8140.rb
322
- - test/servers/rails3x_8140.rb
323
- - test/servers/rails5x_8140.rb
324
- - test/servers/delayed_job.rb
325
- - test/servers/rails5x_api_8150.rb
326
- - test/servers/sidekiq.rb
327
- - test/servers/rackapp_8101.rb
328
- - test/instrumentation/excon_test.rb
329
- - test/instrumentation/sequel_pg_test.rb
330
- - test/instrumentation/bunny_client_test.rb
331
- - test/instrumentation/moped_test.rb
332
- - test/instrumentation/httpclient_test.rb
333
- - test/instrumentation/sequel_mysql_test.rb
334
- - test/instrumentation/http_test.rb
335
- - test/instrumentation/dalli_test.rb
318
+ - test/minitest_helper.rb
319
+ - test/models/widget.rb
336
320
  - test/instrumentation/redis_sortedsets_test.rb
337
321
  - test/instrumentation/rack_test.rb
338
- - test/instrumentation/sidekiq-client_test.rb
322
+ - test/instrumentation/redis_sets_test.rb
323
+ - test/instrumentation/em_http_request_test.rb
324
+ - test/instrumentation/redis_hashes_test.rb
325
+ - test/instrumentation/excon_test.rb
326
+ - test/instrumentation/memcached_test.rb
327
+ - test/instrumentation/redis_lists_test.rb
328
+ - test/instrumentation/redis_misc_test.rb
329
+ - test/instrumentation/dalli_test.rb
339
330
  - test/instrumentation/mongo_v2_index_test.rb
340
- - test/instrumentation/redis_strings_test.rb
341
- - test/instrumentation/typhoeus_test.rb
342
- - test/instrumentation/twitter-cassandra_test.rb
331
+ - test/instrumentation/rest-client_test.rb
332
+ - test/instrumentation/mongo_v1_test.rb
333
+ - test/instrumentation/sequel_pg_test.rb
334
+ - test/instrumentation/sidekiq-client_test.rb
335
+ - test/instrumentation/redis_keys_test.rb
336
+ - test/instrumentation/httpclient_test.rb
337
+ - test/instrumentation/memcache_test.rb
343
338
  - test/instrumentation/sequel_mysql2_test.rb
339
+ - test/instrumentation/sidekiq-worker_test.rb
340
+ - test/instrumentation/resque_test.rb
344
341
  - test/instrumentation/bunny_consumer_test.rb
345
342
  - test/instrumentation/mongo_v2_view_test.rb
346
- - test/instrumentation/sidekiq-worker_test.rb
347
- - test/instrumentation/redis_misc_test.rb
343
+ - test/instrumentation/redis_strings_test.rb
344
+ - test/instrumentation/curb_test.rb
345
+ - test/instrumentation/twitter-cassandra_test.rb
348
346
  - test/instrumentation/faraday_test.rb
349
- - test/instrumentation/redis_keys_test.rb
350
- - test/instrumentation/redis_sets_test.rb
351
- - test/instrumentation/memcache_test.rb
352
- - test/instrumentation/resque_test.rb
353
- - test/instrumentation/redis_hashes_test.rb
354
- - test/instrumentation/redis_lists_test.rb
347
+ - test/instrumentation/typhoeus_test.rb
348
+ - test/instrumentation/moped_test.rb
349
+ - test/instrumentation/http_test.rb
350
+ - test/instrumentation/bunny_client_test.rb
355
351
  - test/instrumentation/mongo_v2_test.rb
356
- - test/instrumentation/curb_test.rb
357
- - test/instrumentation/memcached_test.rb
358
- - test/instrumentation/em_http_request_test.rb
359
- - test/instrumentation/rest-client_test.rb
360
- - test/instrumentation/mongo_v1_test.rb
361
- - test/reporter/reporter_test.rb
362
- - test/models/widget.rb
363
- - test/benchmarks/tracing_api_test.rb
364
- - test/benchmarks/allocations_test.rb
365
- - test/profiling/method_profiling_test.rb
352
+ - test/instrumentation/sequel_mysql_test.rb
366
353
  - test/profiling/legacy_method_profiling_test.rb
367
- - test/frameworks/apps/grape_simple.rb
368
- - test/frameworks/apps/sinatra_simple.rb
369
- - test/frameworks/apps/padrino_simple.rb
370
- - test/frameworks/apps/grape_nested.rb
371
- - test/frameworks/sinatra_test.rb
372
- - test/frameworks/rails5x_test.rb
354
+ - test/profiling/method_profiling_test.rb
355
+ - test/queues/delayed_job-client_test.rb
356
+ - test/queues/delayed_job-worker_test.rb
357
+ - test/jobs/delayed_job/error_worker_job.rb
358
+ - test/jobs/delayed_job/db_worker_job.rb
359
+ - test/jobs/delayed_job/remote_call_worker_job.rb
360
+ - test/jobs/sidekiq/error_worker_job.rb
361
+ - test/jobs/sidekiq/db_worker_job.rb
362
+ - test/jobs/sidekiq/remote_call_worker_job.rb
363
+ - test/jobs/resque/error_worker_job.rb
364
+ - test/jobs/resque/db_worker_job.rb
365
+ - test/jobs/resque/remote_call_worker_job.rb
373
366
  - test/frameworks/grape_test.rb
374
367
  - test/frameworks/rails3x_test.rb
368
+ - test/frameworks/rails5x_test.rb
369
+ - test/frameworks/apps/grape_nested.rb
370
+ - test/frameworks/apps/padrino_simple.rb
371
+ - test/frameworks/apps/sinatra_simple.rb
372
+ - test/frameworks/apps/grape_simple.rb
373
+ - test/frameworks/sinatra_test.rb
375
374
  - test/frameworks/padrino_test.rb
376
375
  - test/frameworks/rails4x_test.rb
377
376
  - test/frameworks/rails5x_api_test.rb
378
- - test/queues/delayed_job-worker_test.rb
379
- - test/queues/delayed_job-client_test.rb
377
+ - test/reporter/reporter_test.rb
378
+ - test/servers/rackapp_8101.rb
379
+ - test/servers/rails3x_8140.rb
380
+ - test/servers/delayed_job.rb
381
+ - test/servers/rails4x_8140.rb
382
+ - test/servers/sidekiq.rb
383
+ - test/servers/rails5x_8140.rb
384
+ - test/servers/sidekiq_initializer.rb
385
+ - test/servers/rails5x_api_8150.rb
386
+ - test/support/dnt_test.rb
380
387
  - test/support/init_report_test.rb
388
+ - test/support/backcompat_test.rb
389
+ - test/support/auto_tracing_test.rb
381
390
  - test/support/config_test.rb
382
- - test/support/noop_test.rb
383
- - test/support/dnt_test.rb
384
- - test/support/sql_sanitize_test.rb
391
+ - test/support/tracing_mode_test.rb
385
392
  - test/support/avw_handling_test.rb
386
393
  - test/support/tvalias_test.rb
387
394
  - test/support/liboboe_settings_test.rb
388
- - test/support/backcompat_test.rb
389
395
  - test/support/xtrace_test.rb
390
- - test/support/auto_tracing_test.rb
391
- - test/support/tracing_mode_test.rb
392
- - test/minitest_helper.rb
393
- - test/jobs/sidekiq/remote_call_worker_job.rb
394
- - test/jobs/sidekiq/error_worker_job.rb
395
- - test/jobs/sidekiq/db_worker_job.rb
396
- - test/jobs/resque/remote_call_worker_job.rb
397
- - test/jobs/resque/error_worker_job.rb
398
- - test/jobs/resque/db_worker_job.rb
399
- - test/jobs/delayed_job/remote_call_worker_job.rb
400
- - test/jobs/delayed_job/error_worker_job.rb
401
- - test/jobs/delayed_job/db_worker_job.rb
396
+ - test/support/noop_test.rb
397
+ - test/support/sql_sanitize_test.rb