traceview 3.8.3-java → 3.8.4-java

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 +76 -80
  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: java
6
6
  authors:
7
7
  - Peter Giacomo Lombardo
@@ -9,52 +9,52 @@ 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
+ name: json
16
+ version_requirements: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ">="
19
+ - !ruby/object:Gem::Version
20
+ version: '0'
15
21
  requirement: !ruby/object:Gem::Requirement
16
22
  requirements:
17
23
  - - ">="
18
24
  - !ruby/object:Gem::Version
19
25
  version: '0'
20
- name: json
21
26
  prerelease: false
22
27
  type: :runtime
28
+ - !ruby/object:Gem::Dependency
29
+ name: rake
23
30
  version_requirements: !ruby/object:Gem::Requirement
24
31
  requirements:
25
32
  - - ">="
26
33
  - !ruby/object:Gem::Version
27
- version: '0'
28
- - !ruby/object:Gem::Dependency
34
+ version: 0.9.0
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - ">="
32
38
  - !ruby/object:Gem::Version
33
39
  version: 0.9.0
34
- name: rake
35
40
  prerelease: false
36
41
  type: :development
42
+ - !ruby/object:Gem::Dependency
43
+ name: pry
37
44
  version_requirements: !ruby/object:Gem::Requirement
38
45
  requirements:
39
46
  - - ">="
40
47
  - !ruby/object:Gem::Version
41
- version: 0.9.0
42
- - !ruby/object:Gem::Dependency
48
+ version: 0.10.0
43
49
  requirement: !ruby/object:Gem::Requirement
44
50
  requirements:
45
51
  - - ">="
46
52
  - !ruby/object:Gem::Version
47
53
  version: 0.10.0
48
- name: pry
49
54
  prerelease: false
50
55
  type: :development
51
- version_requirements: !ruby/object:Gem::Requirement
52
- requirements:
53
- - - ">="
54
- - !ruby/object:Gem::Version
55
- version: 0.10.0
56
56
  description: The TraceView gem provides performance instrumentation for MRI Ruby, JRuby and related frameworks.
57
- email: traceviewsupport@appneta.com
57
+ email: traceviewsupport@solarwinds.com
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files:
@@ -177,8 +177,6 @@ files:
177
177
  - lib/traceview/util.rb
178
178
  - lib/traceview/version.rb
179
179
  - lib/traceview/xtrace.rb
180
- - test/benchmarks/allocations_test.rb
181
- - test/benchmarks/tracing_api_test.rb
182
180
  - test/frameworks/apps/grape_nested.rb
183
181
  - test/frameworks/apps/grape_simple.rb
184
182
  - test/frameworks/apps/padrino_simple.rb
@@ -262,9 +260,9 @@ files:
262
260
  - test/support/tvalias_test.rb
263
261
  - test/support/xtrace_test.rb
264
262
  - traceview.gemspec
265
- homepage: http://www.appneta.com/products/traceview/
263
+ homepage: https://traceview.solarwinds.com/
266
264
  licenses:
267
- - AppNeta Open License, Version 1.0
265
+ - Librato Open License, Version 1.0
268
266
  metadata: {}
269
267
  post_install_message:
270
268
  rdoc_options: []
@@ -285,87 +283,85 @@ rubyforge_project:
285
283
  rubygems_version: 2.4.8
286
284
  signing_key:
287
285
  specification_version: 4
288
- summary: AppNeta TraceView performance instrumentation gem for Ruby
286
+ summary: TraceView performance instrumentation gem for Ruby
289
287
  test_files:
290
288
  - test/minitest_helper.rb
291
- - test/servers/sidekiq_initializer.rb
292
- - test/servers/rails4x_8140.rb
293
- - test/servers/rails3x_8140.rb
294
- - test/servers/rails5x_8140.rb
295
- - test/servers/delayed_job.rb
296
- - test/servers/rails5x_api_8150.rb
297
- - test/servers/sidekiq.rb
298
- - test/servers/rackapp_8101.rb
299
- - test/instrumentation/excon_test.rb
300
- - test/instrumentation/sequel_pg_test.rb
301
- - test/instrumentation/bunny_client_test.rb
302
- - test/instrumentation/moped_test.rb
303
- - test/instrumentation/httpclient_test.rb
304
- - test/instrumentation/sequel_mysql_test.rb
305
- - test/instrumentation/http_test.rb
306
- - test/instrumentation/dalli_test.rb
289
+ - test/models/widget.rb
307
290
  - test/instrumentation/redis_sortedsets_test.rb
308
291
  - test/instrumentation/rack_test.rb
309
- - test/instrumentation/sidekiq-client_test.rb
292
+ - test/instrumentation/redis_sets_test.rb
293
+ - test/instrumentation/em_http_request_test.rb
294
+ - test/instrumentation/redis_hashes_test.rb
295
+ - test/instrumentation/excon_test.rb
296
+ - test/instrumentation/memcached_test.rb
297
+ - test/instrumentation/redis_lists_test.rb
298
+ - test/instrumentation/redis_misc_test.rb
299
+ - test/instrumentation/dalli_test.rb
310
300
  - test/instrumentation/mongo_v2_index_test.rb
311
- - test/instrumentation/redis_strings_test.rb
312
- - test/instrumentation/typhoeus_test.rb
313
- - test/instrumentation/twitter-cassandra_test.rb
301
+ - test/instrumentation/rest-client_test.rb
302
+ - test/instrumentation/mongo_v1_test.rb
303
+ - test/instrumentation/sequel_pg_test.rb
304
+ - test/instrumentation/sidekiq-client_test.rb
305
+ - test/instrumentation/redis_keys_test.rb
306
+ - test/instrumentation/httpclient_test.rb
307
+ - test/instrumentation/memcache_test.rb
314
308
  - test/instrumentation/sequel_mysql2_test.rb
309
+ - test/instrumentation/sidekiq-worker_test.rb
310
+ - test/instrumentation/resque_test.rb
315
311
  - test/instrumentation/bunny_consumer_test.rb
316
312
  - test/instrumentation/mongo_v2_view_test.rb
317
- - test/instrumentation/sidekiq-worker_test.rb
318
- - test/instrumentation/redis_misc_test.rb
313
+ - test/instrumentation/redis_strings_test.rb
314
+ - test/instrumentation/curb_test.rb
315
+ - test/instrumentation/twitter-cassandra_test.rb
319
316
  - test/instrumentation/faraday_test.rb
320
- - test/instrumentation/redis_keys_test.rb
321
- - test/instrumentation/redis_sets_test.rb
322
- - test/instrumentation/memcache_test.rb
323
- - test/instrumentation/resque_test.rb
324
- - test/instrumentation/redis_hashes_test.rb
325
- - test/instrumentation/redis_lists_test.rb
317
+ - test/instrumentation/typhoeus_test.rb
318
+ - test/instrumentation/moped_test.rb
319
+ - test/instrumentation/http_test.rb
320
+ - test/instrumentation/bunny_client_test.rb
326
321
  - test/instrumentation/mongo_v2_test.rb
327
- - test/instrumentation/curb_test.rb
328
- - test/instrumentation/memcached_test.rb
329
- - test/instrumentation/em_http_request_test.rb
330
- - test/instrumentation/rest-client_test.rb
331
- - test/instrumentation/mongo_v1_test.rb
332
- - test/reporter/reporter_test.rb
333
- - test/models/widget.rb
334
- - test/benchmarks/tracing_api_test.rb
335
- - test/benchmarks/allocations_test.rb
336
- - test/profiling/method_profiling_test.rb
322
+ - test/instrumentation/sequel_mysql_test.rb
337
323
  - test/profiling/legacy_method_profiling_test.rb
338
- - test/frameworks/sinatra_test.rb
339
- - test/frameworks/rails5x_test.rb
324
+ - test/profiling/method_profiling_test.rb
325
+ - test/queues/delayed_job-client_test.rb
326
+ - test/queues/delayed_job-worker_test.rb
327
+ - test/jobs/delayed_job/error_worker_job.rb
328
+ - test/jobs/delayed_job/db_worker_job.rb
329
+ - test/jobs/delayed_job/remote_call_worker_job.rb
330
+ - test/jobs/sidekiq/error_worker_job.rb
331
+ - test/jobs/sidekiq/db_worker_job.rb
332
+ - test/jobs/sidekiq/remote_call_worker_job.rb
333
+ - test/jobs/resque/error_worker_job.rb
334
+ - test/jobs/resque/db_worker_job.rb
335
+ - test/jobs/resque/remote_call_worker_job.rb
340
336
  - test/frameworks/grape_test.rb
341
337
  - test/frameworks/rails3x_test.rb
338
+ - test/frameworks/rails5x_test.rb
339
+ - test/frameworks/sinatra_test.rb
342
340
  - test/frameworks/padrino_test.rb
343
341
  - test/frameworks/rails4x_test.rb
344
342
  - test/frameworks/rails5x_api_test.rb
345
- - test/frameworks/apps/grape_simple.rb
346
- - test/frameworks/apps/sinatra_simple.rb
347
- - test/frameworks/apps/padrino_simple.rb
348
343
  - test/frameworks/apps/grape_nested.rb
349
- - test/queues/delayed_job-worker_test.rb
350
- - test/queues/delayed_job-client_test.rb
344
+ - test/frameworks/apps/padrino_simple.rb
345
+ - test/frameworks/apps/sinatra_simple.rb
346
+ - test/frameworks/apps/grape_simple.rb
347
+ - test/reporter/reporter_test.rb
348
+ - test/servers/rackapp_8101.rb
349
+ - test/servers/rails3x_8140.rb
350
+ - test/servers/delayed_job.rb
351
+ - test/servers/rails4x_8140.rb
352
+ - test/servers/sidekiq.rb
353
+ - test/servers/rails5x_8140.rb
354
+ - test/servers/sidekiq_initializer.rb
355
+ - test/servers/rails5x_api_8150.rb
356
+ - test/support/dnt_test.rb
351
357
  - test/support/init_report_test.rb
358
+ - test/support/backcompat_test.rb
359
+ - test/support/auto_tracing_test.rb
352
360
  - test/support/config_test.rb
353
- - test/support/noop_test.rb
354
- - test/support/dnt_test.rb
355
- - test/support/sql_sanitize_test.rb
361
+ - test/support/tracing_mode_test.rb
356
362
  - test/support/avw_handling_test.rb
357
363
  - test/support/tvalias_test.rb
358
364
  - test/support/liboboe_settings_test.rb
359
- - test/support/backcompat_test.rb
360
365
  - test/support/xtrace_test.rb
361
- - test/support/auto_tracing_test.rb
362
- - test/support/tracing_mode_test.rb
363
- - test/jobs/sidekiq/remote_call_worker_job.rb
364
- - test/jobs/sidekiq/error_worker_job.rb
365
- - test/jobs/sidekiq/db_worker_job.rb
366
- - test/jobs/resque/remote_call_worker_job.rb
367
- - test/jobs/resque/error_worker_job.rb
368
- - test/jobs/resque/db_worker_job.rb
369
- - test/jobs/delayed_job/remote_call_worker_job.rb
370
- - test/jobs/delayed_job/error_worker_job.rb
371
- - test/jobs/delayed_job/db_worker_job.rb
366
+ - test/support/noop_test.rb
367
+ - test/support/sql_sanitize_test.rb