appoptics_apm 4.0.3 → 4.0.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 (118) hide show
  1. checksums.yaml +4 -4
  2. data/Dockerfile_test +6 -7
  3. data/README.md +3 -3
  4. data/Rakefile +3 -2
  5. data/appoptics_apm.gemspec +2 -2
  6. data/docker-compose.yml +0 -22
  7. data/ext/oboe_metal/extconf.rb +4 -0
  8. data/lib/appoptics_apm/config.rb +11 -6
  9. data/lib/appoptics_apm/version.rb +1 -1
  10. metadata +3 -202
  11. data/gemfiles/delayed_job.gemfile +0 -36
  12. data/gemfiles/frameworks.gemfile +0 -44
  13. data/gemfiles/instrumentation_mocked.gemfile +0 -29
  14. data/gemfiles/libraries.gemfile +0 -85
  15. data/gemfiles/noop.gemfile +0 -17
  16. data/gemfiles/rails23.gemfile +0 -39
  17. data/gemfiles/rails30.gemfile +0 -42
  18. data/gemfiles/rails31.gemfile +0 -44
  19. data/gemfiles/rails32.gemfile +0 -54
  20. data/gemfiles/rails40.gemfile +0 -27
  21. data/gemfiles/rails41.gemfile +0 -27
  22. data/gemfiles/rails42.gemfile +0 -35
  23. data/gemfiles/rails50.gemfile +0 -44
  24. data/gemfiles/rails51.gemfile +0 -44
  25. data/test/benchmark/README.md +0 -65
  26. data/test/benchmark/logging_bench.rb +0 -54
  27. data/test/benchmark/with_libraries_gemfile/bunny_bench.rb +0 -69
  28. data/test/benchmark/with_rails5x_gemfile/action_controller5x_bench.rb +0 -43
  29. data/test/frameworks/apps/grape_nested.rb +0 -33
  30. data/test/frameworks/apps/grape_simple.rb +0 -80
  31. data/test/frameworks/apps/padrino_simple.rb +0 -80
  32. data/test/frameworks/apps/sinatra_simple.rb +0 -55
  33. data/test/frameworks/grape_test.rb +0 -286
  34. data/test/frameworks/padrino_test.rb +0 -222
  35. data/test/frameworks/rails3x_test.rb +0 -554
  36. data/test/frameworks/rails4x_test.rb +0 -570
  37. data/test/frameworks/rails5x_api_test.rb +0 -210
  38. data/test/frameworks/rails5x_test.rb +0 -376
  39. data/test/frameworks/rails_shared_tests.rb +0 -172
  40. data/test/frameworks/sinatra_test.rb +0 -140
  41. data/test/instrumentation/bunny_client_test.rb +0 -276
  42. data/test/instrumentation/bunny_consumer_test.rb +0 -204
  43. data/test/instrumentation/curb_test.rb +0 -398
  44. data/test/instrumentation/dalli_test.rb +0 -177
  45. data/test/instrumentation/em_http_request_test.rb +0 -89
  46. data/test/instrumentation/excon_test.rb +0 -231
  47. data/test/instrumentation/faraday_test.rb +0 -228
  48. data/test/instrumentation/http_test.rb +0 -143
  49. data/test/instrumentation/httpclient_test.rb +0 -304
  50. data/test/instrumentation/memcache_test.rb +0 -260
  51. data/test/instrumentation/memcached_test.rb +0 -229
  52. data/test/instrumentation/mongo_v1_test.rb +0 -479
  53. data/test/instrumentation/mongo_v2_index_test.rb +0 -124
  54. data/test/instrumentation/mongo_v2_test.rb +0 -584
  55. data/test/instrumentation/mongo_v2_view_test.rb +0 -435
  56. data/test/instrumentation/moped_test.rb +0 -517
  57. data/test/instrumentation/rack_test.rb +0 -165
  58. data/test/instrumentation/redis_hashes_test.rb +0 -268
  59. data/test/instrumentation/redis_keys_test.rb +0 -321
  60. data/test/instrumentation/redis_lists_test.rb +0 -310
  61. data/test/instrumentation/redis_misc_test.rb +0 -163
  62. data/test/instrumentation/redis_sets_test.rb +0 -296
  63. data/test/instrumentation/redis_sortedsets_test.rb +0 -328
  64. data/test/instrumentation/redis_strings_test.rb +0 -349
  65. data/test/instrumentation/resque_test.rb +0 -185
  66. data/test/instrumentation/rest-client_test.rb +0 -288
  67. data/test/instrumentation/sequel_mysql2_test.rb +0 -353
  68. data/test/instrumentation/sequel_mysql_test.rb +0 -334
  69. data/test/instrumentation/sequel_pg_test.rb +0 -336
  70. data/test/instrumentation/sidekiq-client_test.rb +0 -159
  71. data/test/instrumentation/sidekiq-worker_test.rb +0 -180
  72. data/test/instrumentation/twitter-cassandra_test.rb +0 -424
  73. data/test/instrumentation/typhoeus_test.rb +0 -284
  74. data/test/jobs/delayed_job/db_worker_job.rb +0 -29
  75. data/test/jobs/delayed_job/error_worker_job.rb +0 -10
  76. data/test/jobs/delayed_job/remote_call_worker_job.rb +0 -20
  77. data/test/jobs/resque/db_worker_job.rb +0 -29
  78. data/test/jobs/resque/error_worker_job.rb +0 -10
  79. data/test/jobs/resque/remote_call_worker_job.rb +0 -20
  80. data/test/jobs/sidekiq/db_worker_job.rb +0 -29
  81. data/test/jobs/sidekiq/error_worker_job.rb +0 -10
  82. data/test/jobs/sidekiq/remote_call_worker_job.rb +0 -20
  83. data/test/minitest_helper.rb +0 -277
  84. data/test/mocked/curb_mocked_test.rb +0 -324
  85. data/test/mocked/excon_mocked_test.rb +0 -174
  86. data/test/mocked/faraday_mocked_test.rb +0 -97
  87. data/test/mocked/http_mocked_test.rb +0 -135
  88. data/test/mocked/httpclient_mocked_test.rb +0 -258
  89. data/test/mocked/rest_client_mocked_test.rb +0 -109
  90. data/test/mocked/typhoeus_mocked_test.rb +0 -207
  91. data/test/models/widget.rb +0 -36
  92. data/test/noop/noop_test.rb +0 -145
  93. data/test/profiling/legacy_method_profiling_test.rb +0 -201
  94. data/test/profiling/method_profiling_test.rb +0 -631
  95. data/test/queues/delayed_job-client_test.rb +0 -95
  96. data/test/queues/delayed_job-worker_test.rb +0 -91
  97. data/test/reporter/reporter_test.rb +0 -14
  98. data/test/servers/delayed_job.rb +0 -107
  99. data/test/servers/rackapp_8101.rb +0 -29
  100. data/test/servers/rails3x_8140.rb +0 -96
  101. data/test/servers/rails4x_8140.rb +0 -96
  102. data/test/servers/rails5x_8140.rb +0 -95
  103. data/test/servers/rails5x_api_8150.rb +0 -78
  104. data/test/servers/sidekiq.rb +0 -29
  105. data/test/servers/sidekiq.yml +0 -7
  106. data/test/servers/sidekiq_initializer.rb +0 -25
  107. data/test/settings +0 -0
  108. data/test/support/auto_tracing_test.rb +0 -50
  109. data/test/support/backcompat_test.rb +0 -276
  110. data/test/support/config_test.rb +0 -149
  111. data/test/support/dnt_test.rb +0 -98
  112. data/test/support/init_report_test.rb +0 -25
  113. data/test/support/liboboe_settings_test.rb +0 -110
  114. data/test/support/logging_test.rb +0 -130
  115. data/test/support/sql_sanitize_test.rb +0 -55
  116. data/test/support/tracing_mode_test.rb +0 -33
  117. data/test/support/tvalias_test.rb +0 -15
  118. data/test/support/xtrace_test.rb +0 -41
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 14962bf4e9f8b8b81ca0e153a11aea4d14d6e301
4
- data.tar.gz: 2738dbd25b94e1b2339958ca83ed68e1d9cfd4d3
3
+ metadata.gz: f6eca844d1e22be51b9a76ac3c00c512974a7fde
4
+ data.tar.gz: 925cc30ac503e7e3ba8f99494912ee7f5752a9a6
5
5
  SHA512:
6
- metadata.gz: b0a701a61d0a71efeb0a046c8c2ed2aa34d0fb73ae7ae9d9cab4c04b60f46bec5a9c99ed10bde6c98a0f2d042742b0c280c7ce51b8786df9903306a0ea2e000a
7
- data.tar.gz: acc3f8518f0afeb4023ba7d80f0d2168b240189c3321f43a057bb857827d0f82267d121ac41b5b4b5158ea14deda3d546af0996c1007dc6e4ab0d53a2f9ec350
6
+ metadata.gz: d7684bf87d2ba3359c0b12a94859e6a65a6a7040ee0708aa27391cb86d21a3d28aba9714bfe0ecd296c2c016b0a64250897872ab535706cf58431bc878671a15
7
+ data.tar.gz: b43b9dd8e0ddfdb2ab7bd78fc163010825578cfe1a0e472c25e628de5c2f1c504878a67606f5968dd738f7694def702dcec7e796b4277e3a919e2660897c7b69
data/Dockerfile_test CHANGED
@@ -19,7 +19,6 @@ RUN apt-get update \
19
19
  less \
20
20
  tree \
21
21
  psmisc \
22
- swig \
23
22
  && rm -rf /var/lib/apt/lists/*
24
23
 
25
24
  # rbenv setup
@@ -39,12 +38,12 @@ RUN . ~/.profile \
39
38
  # && rbenv install jruby-9.0.5.0
40
39
 
41
40
  # install swig 3.0.8
42
- #git statuRUN curl -SL http://kent.dl.sourceforge.net/project/swig/swig/swig-3.0.8/swig-3.0.8.tar.gz \
43
- # | tar xzC /tmp \
44
- # && cd /tmp/swig-3.0.8 \
45
- # && ./configure && make && make install \
46
- # && cd \
47
- # && rm -rf /tmp/swig-3.0.8
41
+ RUN curl -SL http://kent.dl.sourceforge.net/project/swig/swig/swig-3.0.8/swig-3.0.8.tar.gz \
42
+ | tar xzC /tmp \
43
+ && cd /tmp/swig-3.0.8 \
44
+ && ./configure && make && make install \
45
+ && cd \
46
+ && rm -rf /tmp/swig-3.0.8
48
47
 
49
48
  # install postgres, redis, and memcached
50
49
  RUN apt-get update \
data/README.md CHANGED
@@ -8,9 +8,9 @@ It has the ability to report performance metrics on an array of libraries, datab
8
8
 
9
9
  It requires an [AppOptics](https://www.appoptics.com/) account to view metrics. Get yours, [it's free](https://https://my.appoptics.com/sign_up).
10
10
 
11
- [![Gem Version](https://badge.fury.io/rb/appoptics.png)](https://badge.fury.io/rb/appoptics)
12
- [![Build Status](https://travis-ci.org/tracelytics/ruby-appoptics.png?branch=master)](https://travis-ci.org/tracelytics/ruby-appoptics)
13
- [![Code Climate](https://codeclimate.com/github/tracelytics/ruby-appoptics.png)](https://codeclimate.com/github/tracelytics/ruby-appoptics)
11
+ [![Gem Version](https://badge.fury.io/rb/appoptics_apm.png)](https://badge.fury.io/rb/appoptics_apm)
12
+ [![Build Status](https://travis-ci.com/librato/ruby-appoptics.png?branch=master)](https://travis-ci.com/librato/ruby-appoptics)
13
+ [![Code Climate](https://codeclimate.com/github/librato/ruby-appoptics.png)](https://codeclimate.com/github/librato/ruby-appoptics)
14
14
 
15
15
  _Note: The repository name has been changed to ruby-appoptics. Please update your github remotes with `git remote set-url origin git@github.com:tracelytics/ruby-appoptics.git`._
16
16
 
data/Rakefile CHANGED
@@ -67,12 +67,13 @@ task :fetch_ext_deps do
67
67
  raise "!! Did not find required swig version 3.0.8, found #{swig_version.inspect}"
68
68
  end
69
69
  oboe_version = ENV['OBOE_VERSION'] || 'latest'
70
- oboe_arch = ENV['OBOE_ARCH'] || 'x86_64'
70
+ oboe_arch = ENV['APPOPTICS_OS_ARCH'] || 'x86_64'
71
71
  oboe_src_dir = "https://s3-us-west-2.amazonaws.com/rc-files-t2/c-lib/#{oboe_version}"
72
72
  ext_lib_dir = File.expand_path('ext/oboe_metal/lib')
73
73
  ext_src_dir = File.expand_path('ext/oboe_metal/src')
74
74
 
75
75
  %w(oboe.i oboe.h oboe.hpp oboe_debug.h liboboe-1.0.so.0.0.0 VERSION).each do |filename|
76
+ # TODO download general linux and alpine linux library
76
77
  if filename =~ /^liboboe-.+so.+/
77
78
  remote_file = File.join(oboe_src_dir,
78
79
  filename.sub('.so',"-#{oboe_arch}.so"))
@@ -89,7 +90,7 @@ task :fetch_ext_deps do
89
90
  end
90
91
  FileUtils.cd(ext_src_dir) do
91
92
  system('swig -c++ -ruby -module oboe_metal oboe.i')
92
- FileUtils.rm('oboe.i')
93
+ # File.write(f = "oboe_wrap.cxx", "#include <math.h>\n#define isinf\n#define isnan\n" + File.read(f))
93
94
  end
94
95
  end
95
96
 
@@ -15,14 +15,14 @@ Gem::Specification.new do |s|
15
15
  s.description = %q{The AppOpticsAPM gem provides performance instrumentation for MRI Ruby and related frameworks.}
16
16
 
17
17
  s.extra_rdoc_files = ["LICENSE"]
18
- s.files = `git ls-files`.split("\n")
18
+ s.files = `git ls-files`.split("\n").reject { |f| f.match(%r{^(test|gemfiles)/}) }
19
19
  s.files += ['ext/oboe_metal/lib/liboboe-1.0.so.0.0.0',
20
20
  'ext/oboe_metal/src/oboe.h',
21
21
  'ext/oboe_metal/src/oboe.hpp',
22
22
  'ext/oboe_metal/src/oboe_debug.h',
23
23
  'ext/oboe_metal/src/oboe_wrap.cxx',
24
24
  'ext/oboe_metal/src/VERSION']
25
- s.test_files = Dir.glob("{test}/**/*.rb")
25
+ # s.test_files = Dir.glob("{test}/**/*.rb")
26
26
 
27
27
  # TODO this is commented out util we can actually provide gems for different platforms
28
28
  # s.platform = defined?(JRUBY_VERSION) ? 'java' : Gem::Platform::CURRENT
data/docker-compose.yml CHANGED
@@ -34,28 +34,6 @@ services:
34
34
  - MYSQL_HOST=mysql
35
35
  - APPOPTICS_MONGO_SERVER=mongo
36
36
 
37
- ruby_appoptics_apm_alpine:
38
- container_name: ruby_appoptics_apm_alpine
39
- image: ruby_alpine
40
- build:
41
- context: .
42
- dockerfile: ./Dockerfile_alpine
43
- cpu_quota: 100000 # 1 cpu, assumes cpu_period of 1 second
44
- mem_limit: 1G
45
- volumes:
46
- - .:/code/ruby-appoptics_apm
47
- depends_on:
48
- - wait
49
- links:
50
- - wait
51
- environment:
52
- - APPOPTICS_RABBITMQ_SERVER=rabbitmq
53
- - DOCKER_MYSQL_PASS=admin
54
- - MYSQL_ALLOW_EMPTY_PASSWORD=yes
55
- - MYSQL_ROOT_PASSWORD=admin
56
- - MYSQL_HOST=mysql
57
- - APPOPTICS_MONGO_SERVER=mongo
58
-
59
37
  rabbitmq:
60
38
  container_name: rabbitmq
61
39
  image: rabbitmq:3-management
@@ -14,6 +14,10 @@ jruby = defined?(JRUBY_VERSION) ? true : false
14
14
  ao_lib = File.join(ext_dir, 'lib')
15
15
  ao_include = File.join(ext_dir, 'src')
16
16
 
17
+
18
+ # TODO seleect the correct oboe lib file (alpine vs other linux)
19
+
20
+
17
21
  # Create symlinks for the AppOpticsAPM library
18
22
  target = File.join(ao_lib, 'liboboe-1.0.so.0.0.0')
19
23
  File.symlink(target, File.join(ao_lib, 'liboboe.so'))
@@ -208,17 +208,22 @@ module AppOpticsAPM
208
208
  @@config[key.to_sym] = value
209
209
 
210
210
  if key == :sampling_rate
211
- AppOpticsAPM.logger.warn 'sampling_rate is not a supported setting for AppOpticsAPM::Config. ' \
211
+ AppOpticsAPM.logger.warn '[appoptics_apm/config] sampling_rate is not a supported setting for AppOpticsAPM::Config. ' \
212
212
  'Please use :sample_rate.'
213
213
 
214
214
  elsif key == :sample_rate
215
215
  unless value.is_a?(Integer) || value.is_a?(Float)
216
- fail 'appoptics_apm :sample_rate must be a number between 0 and 1000000 (1m)'
216
+ AppOpticsAPM.logger.warn "[appoptics_apm/config] :sample_rate must be a number between 0 and 1000000 (1m) " \
217
+ "(provided: #{value}), corrected to 0"
218
+ value = 0
217
219
  end
218
220
 
219
221
  # Validate :sample_rate value
220
222
  unless value.between?(0, 1e6)
221
- fail 'appoptics_apm :sample_rate must be between 0 and 1000000 (1m)'
223
+ value_1 = value
224
+ value = value_1 < 0 ? 0 : 1_000_000
225
+ AppOpticsAPM.logger.warn "[appoptics_apm/config] :sample_rate must be between 0 and 1000000 (1m) " \
226
+ "(provided: #{value_1}), corrected to #{value}"
222
227
  end
223
228
 
224
229
  # Assure value is an integer
@@ -226,11 +231,11 @@ module AppOpticsAPM
226
231
  AppOpticsAPM.set_sample_rate(value) if AppOpticsAPM.loaded
227
232
 
228
233
  elsif key == :action_blacklist
229
- AppOpticsAPM.logger.warn "[appoptics_apm/unsupported] :action_blacklist has been deprecated and no longer functions."
234
+ AppOpticsAPM.logger.warn "[appoptics_apm/config] :action_blacklist has been deprecated and no longer functions."
230
235
 
231
236
  elsif key == :resque
232
- AppOpticsAPM.logger.warn "[appoptics_apm/warn] :resque config is deprecated. It is now split into :resqueclient and :resqueworker."
233
- AppOpticsAPM.logger.warn "[appoptics_apm/warn] Called from #{Kernel.caller[0]}"
237
+ AppOpticsAPM.logger.warn "[appoptics_apm/config] :resque config is deprecated. It is now split into :resqueclient and :resqueworker."
238
+ AppOpticsAPM.logger.warn "[appoptics_apm/config] Called from #{Kernel.caller[0]}"
234
239
 
235
240
  elsif key == :include_url_query_params
236
241
  # Obey the global flag and update all of the per instrumentation
@@ -8,7 +8,7 @@ module AppOpticsAPM
8
8
  module Version
9
9
  MAJOR = 4
10
10
  MINOR = 0
11
- PATCH = 3
11
+ PATCH = 4
12
12
 
13
13
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appoptics_apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maia Engeli
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-02-09 00:00:00.000000000 Z
13
+ date: 2018-02-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json
@@ -170,20 +170,6 @@ files:
170
170
  - ext/oboe_metal/src/oboe_debug.h
171
171
  - ext/oboe_metal/src/oboe_wrap.cxx
172
172
  - ext/oboe_metal/tests/test.rb
173
- - gemfiles/delayed_job.gemfile
174
- - gemfiles/frameworks.gemfile
175
- - gemfiles/instrumentation_mocked.gemfile
176
- - gemfiles/libraries.gemfile
177
- - gemfiles/noop.gemfile
178
- - gemfiles/rails23.gemfile
179
- - gemfiles/rails30.gemfile
180
- - gemfiles/rails31.gemfile
181
- - gemfiles/rails32.gemfile
182
- - gemfiles/rails40.gemfile
183
- - gemfiles/rails41.gemfile
184
- - gemfiles/rails42.gemfile
185
- - gemfiles/rails50.gemfile
186
- - gemfiles/rails51.gemfile
187
173
  - get_version.rb
188
174
  - init.rb
189
175
  - lib/appoptics_apm.rb
@@ -264,100 +250,6 @@ files:
264
250
  - ruby_setup.sh
265
251
  - run_docker_build_gem_upload_to_packagecloud.sh
266
252
  - run_tests_docker.rb
267
- - test/benchmark/README.md
268
- - test/benchmark/logging_bench.rb
269
- - test/benchmark/with_libraries_gemfile/bunny_bench.rb
270
- - test/benchmark/with_rails5x_gemfile/action_controller5x_bench.rb
271
- - test/frameworks/apps/grape_nested.rb
272
- - test/frameworks/apps/grape_simple.rb
273
- - test/frameworks/apps/padrino_simple.rb
274
- - test/frameworks/apps/sinatra_simple.rb
275
- - test/frameworks/grape_test.rb
276
- - test/frameworks/padrino_test.rb
277
- - test/frameworks/rails3x_test.rb
278
- - test/frameworks/rails4x_test.rb
279
- - test/frameworks/rails5x_api_test.rb
280
- - test/frameworks/rails5x_test.rb
281
- - test/frameworks/rails_shared_tests.rb
282
- - test/frameworks/sinatra_test.rb
283
- - test/instrumentation/bunny_client_test.rb
284
- - test/instrumentation/bunny_consumer_test.rb
285
- - test/instrumentation/curb_test.rb
286
- - test/instrumentation/dalli_test.rb
287
- - test/instrumentation/em_http_request_test.rb
288
- - test/instrumentation/excon_test.rb
289
- - test/instrumentation/faraday_test.rb
290
- - test/instrumentation/http_test.rb
291
- - test/instrumentation/httpclient_test.rb
292
- - test/instrumentation/memcache_test.rb
293
- - test/instrumentation/memcached_test.rb
294
- - test/instrumentation/mongo_v1_test.rb
295
- - test/instrumentation/mongo_v2_index_test.rb
296
- - test/instrumentation/mongo_v2_test.rb
297
- - test/instrumentation/mongo_v2_view_test.rb
298
- - test/instrumentation/moped_test.rb
299
- - test/instrumentation/rack_test.rb
300
- - test/instrumentation/redis_hashes_test.rb
301
- - test/instrumentation/redis_keys_test.rb
302
- - test/instrumentation/redis_lists_test.rb
303
- - test/instrumentation/redis_misc_test.rb
304
- - test/instrumentation/redis_sets_test.rb
305
- - test/instrumentation/redis_sortedsets_test.rb
306
- - test/instrumentation/redis_strings_test.rb
307
- - test/instrumentation/resque_test.rb
308
- - test/instrumentation/rest-client_test.rb
309
- - test/instrumentation/sequel_mysql2_test.rb
310
- - test/instrumentation/sequel_mysql_test.rb
311
- - test/instrumentation/sequel_pg_test.rb
312
- - test/instrumentation/sidekiq-client_test.rb
313
- - test/instrumentation/sidekiq-worker_test.rb
314
- - test/instrumentation/twitter-cassandra_test.rb
315
- - test/instrumentation/typhoeus_test.rb
316
- - test/jobs/delayed_job/db_worker_job.rb
317
- - test/jobs/delayed_job/error_worker_job.rb
318
- - test/jobs/delayed_job/remote_call_worker_job.rb
319
- - test/jobs/resque/db_worker_job.rb
320
- - test/jobs/resque/error_worker_job.rb
321
- - test/jobs/resque/remote_call_worker_job.rb
322
- - test/jobs/sidekiq/db_worker_job.rb
323
- - test/jobs/sidekiq/error_worker_job.rb
324
- - test/jobs/sidekiq/remote_call_worker_job.rb
325
- - test/minitest_helper.rb
326
- - test/mocked/curb_mocked_test.rb
327
- - test/mocked/excon_mocked_test.rb
328
- - test/mocked/faraday_mocked_test.rb
329
- - test/mocked/http_mocked_test.rb
330
- - test/mocked/httpclient_mocked_test.rb
331
- - test/mocked/rest_client_mocked_test.rb
332
- - test/mocked/typhoeus_mocked_test.rb
333
- - test/models/widget.rb
334
- - test/noop/noop_test.rb
335
- - test/profiling/legacy_method_profiling_test.rb
336
- - test/profiling/method_profiling_test.rb
337
- - test/queues/delayed_job-client_test.rb
338
- - test/queues/delayed_job-worker_test.rb
339
- - test/reporter/reporter_test.rb
340
- - test/servers/delayed_job.rb
341
- - test/servers/rackapp_8101.rb
342
- - test/servers/rails3x_8140.rb
343
- - test/servers/rails4x_8140.rb
344
- - test/servers/rails5x_8140.rb
345
- - test/servers/rails5x_api_8150.rb
346
- - test/servers/sidekiq.rb
347
- - test/servers/sidekiq.yml
348
- - test/servers/sidekiq_initializer.rb
349
- - test/settings
350
- - test/support/auto_tracing_test.rb
351
- - test/support/backcompat_test.rb
352
- - test/support/config_test.rb
353
- - test/support/dnt_test.rb
354
- - test/support/init_report_test.rb
355
- - test/support/liboboe_settings_test.rb
356
- - test/support/logging_test.rb
357
- - test/support/sql_sanitize_test.rb
358
- - test/support/tracing_mode_test.rb
359
- - test/support/tvalias_test.rb
360
- - test/support/xtrace_test.rb
361
253
  homepage: https://www.appoptics.com/
362
254
  licenses:
363
255
  - Librato Open License, Version 1.0
@@ -382,95 +274,4 @@ rubygems_version: 2.5.1
382
274
  signing_key:
383
275
  specification_version: 4
384
276
  summary: AppOptics APM performance instrumentation gem for Ruby
385
- test_files:
386
- - test/benchmark/logging_bench.rb
387
- - test/benchmark/with_rails5x_gemfile/action_controller5x_bench.rb
388
- - test/benchmark/with_libraries_gemfile/bunny_bench.rb
389
- - test/minitest_helper.rb
390
- - test/mocked/rest_client_mocked_test.rb
391
- - test/mocked/httpclient_mocked_test.rb
392
- - test/mocked/http_mocked_test.rb
393
- - test/mocked/excon_mocked_test.rb
394
- - test/mocked/faraday_mocked_test.rb
395
- - test/mocked/typhoeus_mocked_test.rb
396
- - test/mocked/curb_mocked_test.rb
397
- - test/noop/noop_test.rb
398
- - test/reporter/reporter_test.rb
399
- - test/models/widget.rb
400
- - test/instrumentation/sequel_mysql_test.rb
401
- - test/instrumentation/memcache_test.rb
402
- - test/instrumentation/mongo_v2_test.rb
403
- - test/instrumentation/sidekiq-client_test.rb
404
- - test/instrumentation/bunny_consumer_test.rb
405
- - test/instrumentation/redis_misc_test.rb
406
- - test/instrumentation/resque_test.rb
407
- - test/instrumentation/redis_strings_test.rb
408
- - test/instrumentation/sidekiq-worker_test.rb
409
- - test/instrumentation/memcached_test.rb
410
- - test/instrumentation/mongo_v1_test.rb
411
- - test/instrumentation/redis_keys_test.rb
412
- - test/instrumentation/bunny_client_test.rb
413
- - test/instrumentation/twitter-cassandra_test.rb
414
- - test/instrumentation/rack_test.rb
415
- - test/instrumentation/faraday_test.rb
416
- - test/instrumentation/redis_hashes_test.rb
417
- - test/instrumentation/redis_sortedsets_test.rb
418
- - test/instrumentation/moped_test.rb
419
- - test/instrumentation/curb_test.rb
420
- - test/instrumentation/rest-client_test.rb
421
- - test/instrumentation/sequel_mysql2_test.rb
422
- - test/instrumentation/redis_lists_test.rb
423
- - test/instrumentation/mongo_v2_view_test.rb
424
- - test/instrumentation/dalli_test.rb
425
- - test/instrumentation/em_http_request_test.rb
426
- - test/instrumentation/excon_test.rb
427
- - test/instrumentation/sequel_pg_test.rb
428
- - test/instrumentation/mongo_v2_index_test.rb
429
- - test/instrumentation/http_test.rb
430
- - test/instrumentation/typhoeus_test.rb
431
- - test/instrumentation/redis_sets_test.rb
432
- - test/instrumentation/httpclient_test.rb
433
- - test/support/config_test.rb
434
- - test/support/xtrace_test.rb
435
- - test/support/tracing_mode_test.rb
436
- - test/support/init_report_test.rb
437
- - test/support/backcompat_test.rb
438
- - test/support/sql_sanitize_test.rb
439
- - test/support/liboboe_settings_test.rb
440
- - test/support/logging_test.rb
441
- - test/support/tvalias_test.rb
442
- - test/support/dnt_test.rb
443
- - test/support/auto_tracing_test.rb
444
- - test/profiling/method_profiling_test.rb
445
- - test/profiling/legacy_method_profiling_test.rb
446
- - test/queues/delayed_job-worker_test.rb
447
- - test/queues/delayed_job-client_test.rb
448
- - test/jobs/sidekiq/remote_call_worker_job.rb
449
- - test/jobs/sidekiq/error_worker_job.rb
450
- - test/jobs/sidekiq/db_worker_job.rb
451
- - test/jobs/resque/remote_call_worker_job.rb
452
- - test/jobs/resque/error_worker_job.rb
453
- - test/jobs/resque/db_worker_job.rb
454
- - test/jobs/delayed_job/remote_call_worker_job.rb
455
- - test/jobs/delayed_job/error_worker_job.rb
456
- - test/jobs/delayed_job/db_worker_job.rb
457
- - test/frameworks/rails_shared_tests.rb
458
- - test/frameworks/grape_test.rb
459
- - test/frameworks/rails5x_test.rb
460
- - test/frameworks/rails4x_test.rb
461
- - test/frameworks/rails5x_api_test.rb
462
- - test/frameworks/rails3x_test.rb
463
- - test/frameworks/padrino_test.rb
464
- - test/frameworks/apps/sinatra_simple.rb
465
- - test/frameworks/apps/grape_nested.rb
466
- - test/frameworks/apps/grape_simple.rb
467
- - test/frameworks/apps/padrino_simple.rb
468
- - test/frameworks/sinatra_test.rb
469
- - test/servers/rackapp_8101.rb
470
- - test/servers/sidekiq.rb
471
- - test/servers/rails3x_8140.rb
472
- - test/servers/rails5x_api_8150.rb
473
- - test/servers/sidekiq_initializer.rb
474
- - test/servers/rails4x_8140.rb
475
- - test/servers/rails5x_8140.rb
476
- - test/servers/delayed_job.rb
277
+ test_files: []
@@ -1,36 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- group :development, :test do
4
- gem 'rake'
5
- gem 'minitest'
6
- gem 'minitest-reporters', '< 1.0.18'
7
- gem 'minitest-debugger', :require => false
8
- gem 'rack-test'
9
- gem 'puma', '< 3.1.0'
10
- gem 'bson', '< 4.0'
11
- end
12
-
13
- # New mime-types/mime-types-data requires ruby 2.0
14
- if RUBY_VERSION < '2.0'
15
- gem 'mime-types', '< 3.0'
16
- end
17
-
18
- if defined?(JRUBY_VERSION)
19
- gem 'sinatra', :require => false
20
- gem 'activerecord-jdbc-adapter'
21
- gem 'jdbc-postgresql'
22
- else
23
- gem 'sinatra'
24
- # pg 0.19 and above require ruby 2.0
25
- if RUBY_VERSION < '2.0'
26
- gem 'pg', '< 0.19'
27
- else
28
- gem 'pg', '< 1.0.0' # rails is not ready for pg 1.0
29
- end
30
- gem "delayed_job_active_record"
31
- end
32
-
33
- gem "rails", "~> 4.2.5"
34
-
35
- gemspec :path => File.expand_path(File.dirname(__FILE__) + '/../')
36
- # vim:syntax=ruby