instana 1.217.1 → 2.1.0

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 (228) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/instana/base.rb +4 -2
  4. data/lib/instana/instrumentation/action_cable.rb +8 -4
  5. data/lib/instana/instrumentation/action_controller.rb +2 -4
  6. data/lib/instana/instrumentation/action_mailer.rb +1 -1
  7. data/lib/instana/instrumentation/action_view.rb +4 -4
  8. data/lib/instana/instrumentation/active_job.rb +20 -5
  9. data/lib/instana/instrumentation/active_record.rb +1 -1
  10. data/lib/instana/instrumentation/aws_sdk_dynamodb.rb +1 -1
  11. data/lib/instana/instrumentation/aws_sdk_lambda.rb +1 -1
  12. data/lib/instana/instrumentation/aws_sdk_s3.rb +1 -1
  13. data/lib/instana/instrumentation/aws_sdk_sns.rb +1 -1
  14. data/lib/instana/instrumentation/aws_sdk_sqs.rb +1 -1
  15. data/lib/instana/instrumentation/dalli.rb +1 -1
  16. data/lib/instana/instrumentation/excon.rb +2 -2
  17. data/lib/instana/instrumentation/graphql.rb +3 -3
  18. data/lib/instana/instrumentation/grpc.rb +14 -13
  19. data/lib/instana/instrumentation/mongo.rb +3 -3
  20. data/lib/instana/instrumentation/net-http.rb +5 -4
  21. data/lib/instana/instrumentation/rack.rb +36 -4
  22. data/lib/instana/instrumentation/redis.rb +1 -1
  23. data/lib/instana/instrumentation/resque.rb +10 -8
  24. data/lib/instana/instrumentation/rest-client.rb +4 -4
  25. data/lib/instana/instrumentation/sequel.rb +3 -3
  26. data/lib/instana/instrumentation/shoryuken.rb +4 -1
  27. data/lib/instana/instrumentation/sidekiq-client.rb +21 -19
  28. data/lib/instana/instrumentation/sidekiq-worker.rb +22 -21
  29. data/lib/instana/instrumented_logger.rb +1 -1
  30. data/lib/instana/samplers/result.rb +32 -0
  31. data/lib/instana/samplers/samplers.rb +76 -0
  32. data/lib/instana/serverless.rb +4 -2
  33. data/lib/instana/setup.rb +5 -5
  34. data/lib/instana/span_filtering/condition.rb +134 -0
  35. data/lib/instana/span_filtering/configuration.rb +262 -0
  36. data/lib/instana/span_filtering/filter_rule.rb +31 -0
  37. data/lib/instana/span_filtering.rb +62 -0
  38. data/lib/instana/trace/export.rb +36 -0
  39. data/lib/instana/{tracing → trace}/processor.rb +19 -15
  40. data/lib/instana/trace/span.rb +534 -0
  41. data/lib/instana/{tracing → trace}/span_context.rb +17 -8
  42. data/lib/instana/trace/span_kind.rb +51 -0
  43. data/lib/instana/trace/span_limits.rb +63 -0
  44. data/lib/instana/{tracer.rb → trace/tracer.rb} +106 -54
  45. data/lib/instana/trace/tracer_provider.rb +198 -0
  46. data/lib/instana/trace.rb +74 -0
  47. data/lib/instana/util.rb +11 -0
  48. data/lib/instana/version.rb +1 -1
  49. metadata +89 -267
  50. data/.circleci/config.yml +0 -485
  51. data/.codeclimate.yml +0 -23
  52. data/.editorconfig +0 -10
  53. data/.fasterer.yml +0 -23
  54. data/.github/ISSUE_TEMPLATE/bug.yml +0 -39
  55. data/.github/ISSUE_TEMPLATE/config.yml +0 -8
  56. data/.github/workflows/pr_commits_signed_off.yml +0 -16
  57. data/.github/workflows/release-notification-on-slack.yml +0 -34
  58. data/.gitignore +0 -19
  59. data/.rubocop.yml +0 -34
  60. data/.rubocop_todo.yml +0 -1140
  61. data/.tekton/.currency/docs/report.md +0 -20
  62. data/.tekton/.currency/resources/requirements.txt +0 -4
  63. data/.tekton/.currency/resources/table.json +0 -100
  64. data/.tekton/.currency/scripts/generate_report.py +0 -136
  65. data/.tekton/README.md +0 -278
  66. data/.tekton/github-interceptor-secret.yaml +0 -8
  67. data/.tekton/github-pr-eventlistener.yaml +0 -104
  68. data/.tekton/github-pr-pipeline.yaml.part +0 -38
  69. data/.tekton/github-set-status-task.yaml +0 -43
  70. data/.tekton/github-webhook-ingress.yaml +0 -20
  71. data/.tekton/pipeline.yaml +0 -571
  72. data/.tekton/pipelinerun.yaml +0 -21
  73. data/.tekton/ruby-tracer-prepuller.yaml +0 -87
  74. data/.tekton/run_unittests.sh +0 -87
  75. data/.tekton/scheduled-eventlistener.yaml +0 -108
  76. data/.tekton/task.yaml +0 -449
  77. data/.tekton/tekton-triggers-eventlistener-serviceaccount.yaml +0 -29
  78. data/Appraisals +0 -124
  79. data/CONTRIBUTING.md +0 -86
  80. data/Gemfile +0 -17
  81. data/LICENSE +0 -22
  82. data/MAINTAINERS.md +0 -3
  83. data/Rakefile +0 -49
  84. data/bin/announce_release_on_slack.py +0 -103
  85. data/docker-compose.yml +0 -20
  86. data/download.sh +0 -85
  87. data/examples/opentracing.rb +0 -35
  88. data/examples/tracing.rb +0 -84
  89. data/extras/license_header.rb +0 -44
  90. data/gemfiles/.bundle/config +0 -2
  91. data/gemfiles/aws_30.gemfile +0 -21
  92. data/gemfiles/aws_60.gemfile +0 -16
  93. data/gemfiles/cuba_30.gemfile +0 -16
  94. data/gemfiles/cuba_40.gemfile +0 -13
  95. data/gemfiles/dalli_20.gemfile +0 -15
  96. data/gemfiles/dalli_30.gemfile +0 -12
  97. data/gemfiles/dalli_32.gemfile +0 -12
  98. data/gemfiles/excon_0100.gemfile +0 -14
  99. data/gemfiles/excon_021.gemfile +0 -17
  100. data/gemfiles/excon_079.gemfile +0 -17
  101. data/gemfiles/excon_100.gemfile +0 -14
  102. data/gemfiles/graphql_10.gemfile +0 -16
  103. data/gemfiles/graphql_20.gemfile +0 -15
  104. data/gemfiles/grpc_10.gemfile +0 -15
  105. data/gemfiles/mongo_216.gemfile +0 -15
  106. data/gemfiles/mongo_219.gemfile +0 -12
  107. data/gemfiles/net_http_01.gemfile +0 -17
  108. data/gemfiles/rack_16.gemfile +0 -15
  109. data/gemfiles/rack_20.gemfile +0 -15
  110. data/gemfiles/rack_30.gemfile +0 -13
  111. data/gemfiles/rails_42.gemfile +0 -18
  112. data/gemfiles/rails_50.gemfile +0 -19
  113. data/gemfiles/rails_52.gemfile +0 -19
  114. data/gemfiles/rails_60.gemfile +0 -19
  115. data/gemfiles/rails_61.gemfile +0 -20
  116. data/gemfiles/rails_70.gemfile +0 -17
  117. data/gemfiles/rails_71.gemfile +0 -17
  118. data/gemfiles/rails_80.gemfile +0 -17
  119. data/gemfiles/redis_40.gemfile +0 -15
  120. data/gemfiles/redis_50.gemfile +0 -13
  121. data/gemfiles/redis_51.gemfile +0 -13
  122. data/gemfiles/resque_122.gemfile +0 -16
  123. data/gemfiles/resque_1274_3scale.gemfile +0 -17
  124. data/gemfiles/resque_20.gemfile +0 -16
  125. data/gemfiles/rest_client_16.gemfile +0 -17
  126. data/gemfiles/rest_client_20.gemfile +0 -17
  127. data/gemfiles/roda_20.gemfile +0 -16
  128. data/gemfiles/roda_30.gemfile +0 -16
  129. data/gemfiles/rubocop_162.gemfile +0 -6
  130. data/gemfiles/sequel_56.gemfile +0 -16
  131. data/gemfiles/sequel_57.gemfile +0 -16
  132. data/gemfiles/sequel_58.gemfile +0 -16
  133. data/gemfiles/shoryuken_50.gemfile +0 -16
  134. data/gemfiles/shoryuken_60.gemfile +0 -13
  135. data/gemfiles/sidekiq_42.gemfile +0 -15
  136. data/gemfiles/sidekiq_50.gemfile +0 -15
  137. data/gemfiles/sidekiq_60.gemfile +0 -12
  138. data/gemfiles/sidekiq_65.gemfile +0 -12
  139. data/gemfiles/sidekiq_70.gemfile +0 -12
  140. data/gemfiles/sinatra_14.gemfile +0 -15
  141. data/gemfiles/sinatra_22.gemfile +0 -12
  142. data/gemfiles/sinatra_30.gemfile +0 -12
  143. data/gemfiles/sinatra_40.gemfile +0 -12
  144. data/instana.gemspec +0 -48
  145. data/lib/instana/open_tracing/carrier.rb +0 -7
  146. data/lib/instana/open_tracing/instana_tracer.rb +0 -99
  147. data/lib/instana/tracing/span.rb +0 -431
  148. data/lib/opentracing.rb +0 -32
  149. data/log/.keep +0 -0
  150. data/sonar-project.properties +0 -9
  151. data/test/activator_test.rb +0 -50
  152. data/test/backend/agent_test.rb +0 -80
  153. data/test/backend/gc_snapshot_test.rb +0 -11
  154. data/test/backend/host_agent_activation_observer_test.rb +0 -73
  155. data/test/backend/host_agent_lookup_test.rb +0 -78
  156. data/test/backend/host_agent_reporting_observer_test.rb +0 -276
  157. data/test/backend/host_agent_test.rb +0 -89
  158. data/test/backend/process_info_test.rb +0 -83
  159. data/test/backend/request_client_test.rb +0 -39
  160. data/test/backend/serverless_agent_test.rb +0 -83
  161. data/test/benchmarks/bench_id_generation.rb +0 -15
  162. data/test/benchmarks/bench_opentracing.rb +0 -16
  163. data/test/config_test.rb +0 -34
  164. data/test/frameworks/cuba_test.rb +0 -61
  165. data/test/frameworks/roda_test.rb +0 -60
  166. data/test/frameworks/sinatra_test.rb +0 -71
  167. data/test/instana_test.rb +0 -37
  168. data/test/instrumentation/aws_test.rb +0 -241
  169. data/test/instrumentation/dalli_test.rb +0 -325
  170. data/test/instrumentation/excon_test.rb +0 -204
  171. data/test/instrumentation/graphql_test.rb +0 -289
  172. data/test/instrumentation/grpc_test.rb +0 -420
  173. data/test/instrumentation/mongo_test.rb +0 -68
  174. data/test/instrumentation/net_http_test.rb +0 -220
  175. data/test/instrumentation/rack_instrumented_request_test.rb +0 -211
  176. data/test/instrumentation/rack_test.rb +0 -415
  177. data/test/instrumentation/rails_action_cable_test.rb +0 -135
  178. data/test/instrumentation/rails_action_controller_test.rb +0 -218
  179. data/test/instrumentation/rails_action_mailer_test.rb +0 -66
  180. data/test/instrumentation/rails_action_view_test.rb +0 -154
  181. data/test/instrumentation/rails_active_job_test.rb +0 -65
  182. data/test/instrumentation/rails_active_record_database_missing_test.rb +0 -45
  183. data/test/instrumentation/rails_active_record_test.rb +0 -115
  184. data/test/instrumentation/redis_test.rb +0 -152
  185. data/test/instrumentation/resque_test.rb +0 -188
  186. data/test/instrumentation/rest_client_test.rb +0 -107
  187. data/test/instrumentation/sequel_test.rb +0 -105
  188. data/test/instrumentation/shoryuken_test.rb +0 -47
  189. data/test/instrumentation/sidekiq-client_test.rb +0 -169
  190. data/test/instrumentation/sidekiq-worker_test.rb +0 -180
  191. data/test/secrets_test.rb +0 -112
  192. data/test/serverless_test.rb +0 -369
  193. data/test/snapshot/deltable_test.rb +0 -17
  194. data/test/snapshot/docker_container_test.rb +0 -82
  195. data/test/snapshot/fargate_container_test.rb +0 -82
  196. data/test/snapshot/fargate_process_test.rb +0 -35
  197. data/test/snapshot/fargate_task_test.rb +0 -49
  198. data/test/snapshot/google_cloud_run_instance_test.rb +0 -74
  199. data/test/snapshot/google_cloud_run_process_test.rb +0 -33
  200. data/test/snapshot/lambda_function_test.rb +0 -37
  201. data/test/snapshot/ruby_process_test.rb +0 -32
  202. data/test/support/apps/active_record/active_record.rb +0 -24
  203. data/test/support/apps/grpc/boot.rb +0 -23
  204. data/test/support/apps/grpc/grpc_server.rb +0 -84
  205. data/test/support/apps/http_endpoint/boot.rb +0 -28
  206. data/test/support/apps/rails/boot.rb +0 -219
  207. data/test/support/apps/rails/models/block.rb +0 -21
  208. data/test/support/apps/rails/models/block6.rb +0 -21
  209. data/test/support/apps/resque/boot.rb +0 -5
  210. data/test/support/apps/resque/jobs/resque_error_job.rb +0 -22
  211. data/test/support/apps/resque/jobs/resque_fast_job.rb +0 -23
  212. data/test/support/apps/sidekiq/boot.rb +0 -25
  213. data/test/support/apps/sidekiq/jobs/sidekiq_job_1.rb +0 -9
  214. data/test/support/apps/sidekiq/jobs/sidekiq_job_2.rb +0 -10
  215. data/test/support/apps/sidekiq/worker.rb +0 -37
  216. data/test/support/helpers.rb +0 -85
  217. data/test/support/mock_timer.rb +0 -20
  218. data/test/test_helper.rb +0 -69
  219. data/test/tracing/custom_test.rb +0 -226
  220. data/test/tracing/id_management_test.rb +0 -80
  221. data/test/tracing/instrumented_logger_test.rb +0 -39
  222. data/test/tracing/opentracing_test.rb +0 -382
  223. data/test/tracing/processor_test.rb +0 -58
  224. data/test/tracing/span_context_test.rb +0 -22
  225. data/test/tracing/span_test.rb +0 -179
  226. data/test/tracing/tracer_async_test.rb +0 -230
  227. data/test/tracing/tracer_test.rb +0 -352
  228. data/test/util_test.rb +0 -10
data/.rubocop_todo.yml DELETED
@@ -1,1140 +0,0 @@
1
- # This configuration was generated by
2
- # `rubocop --auto-gen-config`
3
- # on 2021-01-28 16:30:51 UTC using RuboCop version 1.9.0.
4
- # The point is for the user to remove these configuration records
5
- # one by one as the offenses are removed from the code base.
6
- # Note that changes in the inspected code, or installation of new
7
- # versions of RuboCop, may require this file to be generated again.
8
-
9
- # Offense count: 71
10
- # Cop supports --auto-correct.
11
- # Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
12
- # Include: **/*.gemfile, **/Gemfile, **/gems.rb
13
- Bundler/OrderedGems:
14
- Enabled: false
15
-
16
- # Offense count: 4
17
- # Cop supports --auto-correct.
18
- # Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
19
- # Include: **/*.gemspec
20
- Gemspec/OrderedDependencies:
21
- Exclude:
22
- - 'instana.gemspec'
23
-
24
- # Offense count: 1
25
- # Configuration parameters: Include.
26
- # Include: **/*.gemspec
27
- Gemspec/RequiredRubyVersion:
28
- Exclude:
29
- - 'instana.gemspec'
30
-
31
- # Offense count: 1
32
- # Cop supports --auto-correct.
33
- # Configuration parameters: EnforcedStyle, IndentationWidth.
34
- # SupportedStyles: with_first_argument, with_fixed_indentation
35
- Layout/ArgumentAlignment:
36
- Exclude:
37
- - 'lib/instana/tracer.rb'
38
-
39
- # Offense count: 10
40
- # Cop supports --auto-correct.
41
- Layout/ClosingParenthesisIndentation:
42
- Exclude:
43
- - 'test/instrumentation/grpc_test.rb'
44
-
45
- # Offense count: 14
46
- # Cop supports --auto-correct.
47
- Layout/EmptyLineAfterGuardClause:
48
- Exclude:
49
- - 'lib/instana/agent.rb'
50
- - 'lib/instana/instrumentation/graphql.rb'
51
- - 'lib/instana/instrumentation/instrumented_request.rb'
52
- - 'lib/instana/instrumentation/rack.rb'
53
- - 'lib/instana/tracer.rb'
54
- - 'lib/instana/tracing/span.rb'
55
- - 'lib/instana/util.rb'
56
- - 'test/config_test.rb'
57
-
58
- # Offense count: 2
59
- # Cop supports --auto-correct.
60
- Layout/EmptyLineAfterMagicComment:
61
- Exclude:
62
- - 'benchmarks/Gemfile'
63
- - 'instana.gemspec'
64
-
65
- # Offense count: 3
66
- # Cop supports --auto-correct.
67
- # Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, AllowAdjacentOneLineDefs, NumberOfEmptyLines.
68
- Layout/EmptyLineBetweenDefs:
69
- Exclude:
70
- - 'lib/instana/tracing/span.rb'
71
- - 'test/instrumentation/rack_test.rb'
72
- - 'test/tracing/tracer_test.rb'
73
-
74
- # Offense count: 7
75
- # Cop supports --auto-correct.
76
- Layout/EmptyLines:
77
- Exclude:
78
- - 'benchmarks/rack_vanilla_vs_traced.rb'
79
- - 'lib/instana/base.rb'
80
- - 'lib/instana/frameworks/cuba.rb'
81
- - 'lib/instana/tracing/span.rb'
82
- - 'test/frameworks/sinatra_test.rb'
83
- - 'test/instrumentation/rack_test.rb'
84
- - 'test/tracing/tracer_test.rb'
85
-
86
- # Offense count: 2
87
- # Cop supports --auto-correct.
88
- # Configuration parameters: EnforcedStyle.
89
- # SupportedStyles: empty_lines, no_empty_lines
90
- Layout/EmptyLinesAroundBlockBody:
91
- Exclude:
92
- - 'benchmarks/opentracing.rb'
93
- - 'benchmarks/rack_vanilla_vs_traced.rb'
94
-
95
- # Offense count: 4
96
- # Cop supports --auto-correct.
97
- # Configuration parameters: EnforcedStyle.
98
- # SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines, beginning_only, ending_only
99
- Layout/EmptyLinesAroundClassBody:
100
- Exclude:
101
- - 'lib/instana/config.rb'
102
- - 'lib/instana/helpers.rb'
103
- - 'test/agent/agent_test.rb'
104
- - 'test/frameworks/rails/activerecord_test.rb'
105
-
106
- # Offense count: 1
107
- # Cop supports --auto-correct.
108
- Layout/EmptyLinesAroundExceptionHandlingKeywords:
109
- Exclude:
110
- - 'lib/instana/agent/tasks.rb'
111
-
112
- # Offense count: 2
113
- # Cop supports --auto-correct.
114
- # Configuration parameters: EnforcedStyle.
115
- # SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines
116
- Layout/EmptyLinesAroundModuleBody:
117
- Exclude:
118
- - 'lib/instana/frameworks/instrumentation/action_controller.rb'
119
-
120
- # Offense count: 8
121
- # Cop supports --auto-correct.
122
- # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
123
- Layout/ExtraSpacing:
124
- Exclude:
125
- - 'instana.gemspec'
126
- - 'lib/instana/instrumentation/excon.rb'
127
- - 'lib/instana/tracer.rb'
128
- - 'lib/instana/tracing/span.rb'
129
- - 'test/support/apps/rails/boot.rb'
130
- - 'test/tracing/tracer_async_test.rb'
131
-
132
- # Offense count: 10
133
- # Cop supports --auto-correct.
134
- # Configuration parameters: EnforcedStyle, IndentationWidth.
135
- # SupportedStyles: consistent, consistent_relative_to_receiver, special_for_inner_method_call, special_for_inner_method_call_in_parentheses
136
- Layout/FirstArgumentIndentation:
137
- Exclude:
138
- - 'test/instrumentation/grpc_test.rb'
139
-
140
- # Offense count: 1
141
- # Cop supports --auto-correct.
142
- # Configuration parameters: EnforcedStyle, IndentationWidth.
143
- # SupportedStyles: special_inside_parentheses, consistent, align_brackets
144
- Layout/FirstArrayElementIndentation:
145
- Exclude:
146
- - 'test/frameworks/rails/activerecord_test.rb'
147
-
148
- # Offense count: 1
149
- # Cop supports --auto-correct.
150
- # Configuration parameters: EnforcedStyle, IndentationWidth.
151
- # SupportedStyles: special_inside_parentheses, consistent, align_braces
152
- Layout/FirstHashElementIndentation:
153
- Exclude:
154
- - 'instana.gemspec'
155
-
156
- # Offense count: 13
157
- # Cop supports --auto-correct.
158
- # Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
159
- # SupportedHashRocketStyles: key, separator, table
160
- # SupportedColonStyles: key, separator, table
161
- # SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
162
- Layout/HashAlignment:
163
- Exclude:
164
- - 'instana.gemspec'
165
- - 'test/secrets_test.rb'
166
-
167
- # Offense count: 9
168
- # Cop supports --auto-correct.
169
- # Configuration parameters: IndentationWidth, EnforcedStyle.
170
- # SupportedStyles: spaces, tabs
171
- Layout/IndentationStyle:
172
- Exclude:
173
- - 'test/support/apps/roda/config.ru'
174
-
175
- # Offense count: 2
176
- # Cop supports --auto-correct.
177
- # Configuration parameters: Width, IgnoredPatterns.
178
- Layout/IndentationWidth:
179
- Exclude:
180
- - 'Appraisals'
181
- - 'test/support/apps/roda/config.ru'
182
-
183
- # Offense count: 7
184
- # Cop supports --auto-correct.
185
- # Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment.
186
- Layout/LeadingCommentSpace:
187
- Exclude:
188
- - 'benchmarks/10k-rack-traces.rb'
189
- - 'examples/tracing.rb'
190
- - 'lib/instana/util.rb'
191
-
192
- # Offense count: 3
193
- # Cop supports --auto-correct.
194
- Layout/LeadingEmptyLines:
195
- Exclude:
196
- - 'lib/instana/frameworks/instrumentation/active_record.rb'
197
- - 'test/frameworks/roda_test.rb'
198
- - 'test/tracing/id_management_test.rb'
199
-
200
- # Offense count: 14
201
- # Cop supports --auto-correct.
202
- # Configuration parameters: EnforcedStyle, IndentationWidth.
203
- # SupportedStyles: aligned, indented, indented_relative_to_receiver
204
- Layout/MultilineMethodCallIndentation:
205
- Exclude:
206
- - 'lib/instana/frameworks/cuba.rb'
207
- - 'lib/instana/frameworks/roda.rb'
208
- - 'lib/instana/frameworks/sinatra.rb'
209
- - 'lib/instana/instrumentation/instrumented_request.rb'
210
- - 'lib/instana/secrets.rb'
211
- - 'lib/instana/util.rb'
212
-
213
- # Offense count: 5
214
- # Cop supports --auto-correct.
215
- # Configuration parameters: EnforcedStyle, IndentationWidth.
216
- # SupportedStyles: aligned, indented
217
- Layout/MultilineOperationIndentation:
218
- Exclude:
219
- - 'lib/instana/frameworks/instrumentation/mysql2_adapter.rb'
220
- - 'lib/instana/frameworks/instrumentation/mysql_adapter.rb'
221
- - 'lib/instana/frameworks/instrumentation/postgresql_adapter.rb'
222
- - 'lib/instana/tracing/span.rb'
223
- - 'lib/instana/util.rb'
224
-
225
- # Offense count: 25
226
- # Cop supports --auto-correct.
227
- Layout/SpaceAfterComma:
228
- Exclude:
229
- - 'lib/instana/collector.rb'
230
- - 'lib/instana/secrets.rb'
231
- - 'lib/instana/tracing/span.rb'
232
- - 'test/tracing/custom_test.rb'
233
- - 'test/tracing/opentracing_test.rb'
234
-
235
- # Offense count: 3
236
- # Cop supports --auto-correct.
237
- # Configuration parameters: EnforcedStyle.
238
- # SupportedStyles: space, no_space
239
- Layout/SpaceAroundEqualsInParameterDefault:
240
- Exclude:
241
- - 'lib/instana/agent.rb'
242
-
243
- # Offense count: 29
244
- # Cop supports --auto-correct.
245
- # Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator.
246
- # SupportedStylesForExponentOperator: space, no_space
247
- Layout/SpaceAroundOperators:
248
- Exclude:
249
- - 'benchmarks/id_generation.rb'
250
- - 'instana.gemspec'
251
- - 'lib/instana/agent.rb'
252
- - 'lib/instana/helpers.rb'
253
- - 'lib/instana/instrumentation/excon.rb'
254
- - 'lib/instana/tracer.rb'
255
- - 'lib/instana/tracing/span.rb'
256
- - 'lib/instana/util.rb'
257
- - 'test/secrets_test.rb'
258
- - 'test/support/apps/rails/boot.rb'
259
- - 'test/tracing/opentracing_test.rb'
260
- - 'test/tracing/tracer_async_test.rb'
261
-
262
- # Offense count: 1
263
- # Cop supports --auto-correct.
264
- # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
265
- # SupportedStyles: space, no_space
266
- # SupportedStylesForEmptyBraces: space, no_space
267
- Layout/SpaceBeforeBlockBraces:
268
- Exclude:
269
- - 'lib/instana/util.rb'
270
-
271
- # Offense count: 8
272
- # Cop supports --auto-correct.
273
- # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBrackets.
274
- # SupportedStyles: space, no_space, compact
275
- # SupportedStylesForEmptyBrackets: space, no_space
276
- Layout/SpaceInsideArrayLiteralBrackets:
277
- Exclude:
278
- - 'lib/instana/tracing/span.rb'
279
-
280
- # Offense count: 3
281
- # Cop supports --auto-correct.
282
- # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
283
- # SupportedStyles: space, no_space
284
- # SupportedStylesForEmptyBraces: space, no_space
285
- Layout/SpaceInsideBlockBraces:
286
- Exclude:
287
- - 'benchmarks/Gemfile'
288
- - 'lib/instana/tracing/processor.rb'
289
- - 'test/secrets_test.rb'
290
-
291
- # Offense count: 180
292
- # Cop supports --auto-correct.
293
- # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
294
- # SupportedStyles: space, no_space, compact
295
- # SupportedStylesForEmptyBraces: space, no_space
296
- Layout/SpaceInsideHashLiteralBraces:
297
- Enabled: false
298
-
299
- # Offense count: 1
300
- # Cop supports --auto-correct.
301
- # Configuration parameters: EnforcedStyle.
302
- # SupportedStyles: space, no_space
303
- Layout/SpaceInsideParens:
304
- Exclude:
305
- - 'test/instrumentation/grpc_test.rb'
306
-
307
- # Offense count: 3
308
- # Cop supports --auto-correct.
309
- # Configuration parameters: EnforcedStyle.
310
- # SupportedStyles: final_newline, final_blank_line
311
- Layout/TrailingEmptyLines:
312
- Exclude:
313
- - 'benchmarks/10k-rack-traces.rb'
314
- - 'benchmarks/Gemfile'
315
- - 'lib/instana/instrumentation/excon.rb'
316
-
317
- # Offense count: 85
318
- # Cop supports --auto-correct.
319
- # Configuration parameters: AllowInHeredoc.
320
- Layout/TrailingWhitespace:
321
- Exclude:
322
- - 'Appraisals'
323
- - 'Rakefile'
324
- - 'lib/instana/agent.rb'
325
- - 'lib/instana/frameworks/cuba.rb'
326
- - 'lib/instana/frameworks/instrumentation/action_controller.rb'
327
- - 'lib/instana/frameworks/roda.rb'
328
- - 'lib/instana/frameworks/sinatra.rb'
329
- - 'lib/instana/instrumentation/graphql.rb'
330
- - 'lib/instana/tracer.rb'
331
- - 'test/frameworks/rails/actioncontroller_test.rb'
332
- - 'test/instrumentation/graphql_test.rb'
333
- - 'test/secrets_test.rb'
334
- - 'test/support/apps/cuba/config.ru'
335
- - 'test/support/apps/sinatra/config.ru'
336
-
337
- # Offense count: 14
338
- Lint/AmbiguousBlockAssociation:
339
- Exclude:
340
- - 'benchmarks/10k-rack-traces.rb'
341
- - 'benchmarks/rack_vanilla_vs_traced.rb'
342
- - 'benchmarks/stackprof_rack_tracing.rb'
343
- - 'test/support/apps/http_endpoint/boot.rb'
344
-
345
- # Offense count: 1
346
- # Configuration parameters: AllowSafeAssignment.
347
- Lint/AssignmentInCondition:
348
- Exclude:
349
- - 'test/frameworks/rails/activerecord_test.rb'
350
-
351
- # Offense count: 1
352
- # Configuration parameters: DebuggerReceivers, DebuggerMethods.
353
- # DebuggerReceivers: binding, Kernel, Pry
354
- # DebuggerMethods: debugger, byebug, remote_byebug, pry, remote_pry, pry_remote, console, rescue, save_and_open_page, save_and_open_screenshot, irb
355
- Lint/Debugger:
356
- Exclude:
357
- - 'lib/instana/util.rb'
358
-
359
- # Offense count: 2
360
- Lint/DuplicateElsifCondition:
361
- Exclude:
362
- - 'test/support/apps/resque/jobs/resque_error_job.rb'
363
- - 'test/support/apps/resque/jobs/resque_fast_job.rb'
364
-
365
- # Offense count: 1
366
- Lint/DuplicateMethods:
367
- Exclude:
368
- - 'lib/instana/tracing/span.rb'
369
-
370
- # Offense count: 1
371
- Lint/DuplicateRequire:
372
- Exclude:
373
- - 'test/support/apps/rails/boot.rb'
374
-
375
- # Offense count: 1
376
- # Cop supports --auto-correct.
377
- Lint/EnsureReturn:
378
- Exclude:
379
- - 'lib/instana/frameworks/instrumentation/postgresql_adapter.rb'
380
-
381
- # Offense count: 1
382
- # Cop supports --auto-correct.
383
- Lint/NonDeterministicRequireOrder:
384
- Exclude:
385
- - 'lib/instana/instrumentation.rb'
386
-
387
- # Offense count: 5
388
- # Cop supports --auto-correct.
389
- # Configuration parameters: AllowedImplicitNamespaces.
390
- # AllowedImplicitNamespaces: Gem
391
- Lint/RaiseException:
392
- Exclude:
393
- - 'test/support/apps/rails/boot.rb'
394
- - 'test/support/apps/resque/jobs/resque_error_job.rb'
395
- - 'test/tracing/tracer_test.rb'
396
-
397
- # Offense count: 2
398
- # Cop supports --auto-correct.
399
- Lint/RedundantRequireStatement:
400
- Exclude:
401
- - 'lib/instana/agent.rb'
402
- - 'lib/instana/tracing/processor.rb'
403
-
404
- # Offense count: 18
405
- Lint/RescueException:
406
- Exclude:
407
- - 'lib/instana/agent.rb'
408
- - 'lib/instana/agent/helpers.rb'
409
- - 'lib/instana/frameworks/instrumentation/action_controller.rb'
410
- - 'lib/instana/frameworks/instrumentation/action_view.rb'
411
- - 'lib/instana/frameworks/instrumentation/postgresql_adapter.rb'
412
- - 'lib/instana/instrumentation/graphql.rb'
413
- - 'lib/instana/instrumentation/rack.rb'
414
- - 'lib/instana/instrumentation/resque.rb'
415
- - 'lib/instana/tracer.rb'
416
- - 'lib/instana/util.rb'
417
- - 'test/instrumentation/net_http_test.rb'
418
- - 'test/tracing/tracer_test.rb'
419
-
420
- # Offense count: 11
421
- # Cop supports --auto-correct.
422
- Lint/SendWithMixinArgument:
423
- Exclude:
424
- - 'lib/instana/frameworks/instrumentation/action_controller.rb'
425
- - 'lib/instana/frameworks/instrumentation/action_view.rb'
426
- - 'lib/instana/frameworks/instrumentation/active_record.rb'
427
- - 'lib/instana/instrumentation/dalli.rb'
428
- - 'lib/instana/instrumentation/rest-client.rb'
429
-
430
- # Offense count: 9
431
- # Configuration parameters: AllowComments.
432
- Lint/SuppressedException:
433
- Exclude:
434
- - 'test/instrumentation/dalli_test.rb'
435
- - 'test/instrumentation/excon_test.rb'
436
- - 'test/instrumentation/grpc_test.rb'
437
- - 'test/instrumentation/redis_test.rb'
438
- - 'test/instrumentation/sidekiq-client_test.rb'
439
-
440
- # Offense count: 2
441
- Lint/UnreachableCode:
442
- Exclude:
443
- - 'test/support/apps/resque/jobs/resque_error_job.rb'
444
- - 'test/tracing/custom_test.rb'
445
-
446
- # Offense count: 7
447
- # Cop supports --auto-correct.
448
- # Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
449
- Lint/UnusedBlockArgument:
450
- Exclude:
451
- - 'lib/instana/frameworks/cuba.rb'
452
- - 'lib/instana/instrumentation/resque.rb'
453
- - 'test/benchmarks/bench_id_generation.rb'
454
- - 'test/benchmarks/bench_opentracing.rb'
455
- - 'test/support/apps/http_endpoint/boot.rb'
456
-
457
- # Offense count: 23
458
- # Cop supports --auto-correct.
459
- # Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods.
460
- Lint/UnusedMethodArgument:
461
- Exclude:
462
- - 'lib/instana/frameworks/instrumentation/abstract_mysql_adapter.rb'
463
- - 'lib/instana/frameworks/instrumentation/mysql2_adapter.rb'
464
- - 'lib/instana/frameworks/instrumentation/mysql_adapter.rb'
465
- - 'lib/instana/frameworks/instrumentation/postgresql_adapter.rb'
466
- - 'lib/instana/instrumentation/graphql.rb'
467
- - 'lib/instana/instrumentation/resque.rb'
468
- - 'lib/instana/tracer.rb'
469
- - 'test/support/apps/grpc/grpc_server.rb'
470
- - 'test/support/apps/rails/models/block.rb'
471
- - 'test/support/apps/rails/models/block6.rb'
472
- - 'test/support/apps/sidekiq/jobs/sidekiq_job_2.rb'
473
-
474
- # Offense count: 1
475
- Lint/UriEscapeUnescape:
476
- Exclude:
477
- - 'lib/instana/agent/tasks.rb'
478
-
479
- # Offense count: 33
480
- Lint/UselessAssignment:
481
- Exclude:
482
- - 'lib/instana/agent.rb'
483
- - 'lib/instana/instrumentation/grpc.rb'
484
- - 'lib/instana/tracing/span.rb'
485
- - 'lib/oj_check.rb'
486
- - 'test/frameworks/cuba_test.rb'
487
- - 'test/frameworks/rails/actionview4_test.rb'
488
- - 'test/frameworks/rails/actionview5_test.rb'
489
- - 'test/frameworks/rails/activerecord_test.rb'
490
- - 'test/frameworks/roda_test.rb'
491
- - 'test/frameworks/sinatra_test.rb'
492
- - 'test/instrumentation/net_http_test.rb'
493
- - 'test/tracing/opentracing_test.rb'
494
-
495
- # Offense count: 1
496
- # Cop supports --auto-correct.
497
- Lint/UselessTimes:
498
- Exclude:
499
- - 'benchmarks/10k-rack-traces.rb'
500
-
501
- # Offense count: 169
502
- # Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
503
- Metrics/AbcSize:
504
- Max: 126
505
-
506
- # Offense count: 4
507
- # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
508
- # IgnoredMethods: refine
509
- Metrics/BlockLength:
510
- Max: 28
511
-
512
- # Offense count: 1
513
- # Configuration parameters: CountBlocks.
514
- Metrics/BlockNesting:
515
- Max: 4
516
-
517
- # Offense count: 19
518
- # Configuration parameters: CountComments, CountAsOne.
519
- Metrics/ClassLength:
520
- Max: 298
521
-
522
- # Offense count: 15
523
- # Configuration parameters: IgnoredMethods.
524
- Metrics/CyclomaticComplexity:
525
- Max: 16
526
-
527
- # Offense count: 170
528
- # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
529
- Metrics/MethodLength:
530
- Max: 51
531
-
532
- # Offense count: 1
533
- # Configuration parameters: CountComments, CountAsOne.
534
- Metrics/ModuleLength:
535
- Max: 128
536
-
537
- # Offense count: 16
538
- # Configuration parameters: IgnoredMethods.
539
- Metrics/PerceivedComplexity:
540
- Max: 16
541
-
542
- # Offense count: 4
543
- Naming/AccessorMethodName:
544
- Exclude:
545
- - 'lib/instana/agent/helpers.rb'
546
- - 'lib/instana/tracing/span.rb'
547
- - 'lib/instana/util.rb'
548
-
549
- # Offense count: 7
550
- # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, Regex, IgnoreExecutableScripts, AllowedAcronyms.
551
- # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
552
- Naming/FileName:
553
- Exclude:
554
- - 'benchmarks/10k-rack-traces.rb'
555
- - 'lib/instana/instrumentation/net-http.rb'
556
- - 'lib/instana/instrumentation/rest-client.rb'
557
- - 'lib/instana/instrumentation/sidekiq-client.rb'
558
- - 'lib/instana/instrumentation/sidekiq-worker.rb'
559
- - 'test/instrumentation/sidekiq-client_test.rb'
560
- - 'test/instrumentation/sidekiq-worker_test.rb'
561
-
562
- # Offense count: 14
563
- # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
564
- # AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
565
- Naming/MethodParameterName:
566
- Exclude:
567
- - 'lib/instana/instrumentation/dalli.rb'
568
- - 'lib/instana/instrumentation/resque.rb'
569
- - 'lib/instana/tracer.rb'
570
- - 'lib/instana/tracing/span.rb'
571
- - 'test/support/apps/sidekiq/jobs/sidekiq_job_1.rb'
572
- - 'test/support/apps/sidekiq/jobs/sidekiq_job_2.rb'
573
- - 'test/support/helpers.rb'
574
-
575
- # Offense count: 4
576
- # Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.
577
- # NamePrefix: is_, has_, have_
578
- # ForbiddenPrefixes: is_, has_, have_
579
- # AllowedMethods: is_a?
580
- # MethodDefinitionMacros: define_method, define_singleton_method
581
- Naming/PredicateName:
582
- Exclude:
583
- - 'spec/**/*'
584
- - 'lib/instana/frameworks/instrumentation/action_controller.rb'
585
- - 'test/support/helpers.rb'
586
-
587
- # Offense count: 2
588
- # Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers.
589
- # SupportedStyles: snake_case, normalcase, non_integer
590
- # AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339
591
- Naming/VariableNumber:
592
- Exclude:
593
- - 'test/frameworks/rails/actioncontroller_test.rb'
594
-
595
- # Offense count: 23
596
- # Cop supports --auto-correct.
597
- # Configuration parameters: EnforcedStyle.
598
- # SupportedStyles: separated, grouped
599
- Style/AccessorGrouping:
600
- Exclude:
601
- - 'lib/instana/agent.rb'
602
- - 'lib/instana/base.rb'
603
- - 'lib/instana/collector.rb'
604
- - 'lib/instana/tracing/span.rb'
605
- - 'lib/instana/tracing/span_context.rb'
606
-
607
- # Offense count: 1
608
- # Cop supports --auto-correct.
609
- # Configuration parameters: EnforcedStyle.
610
- # SupportedStyles: always, conditionals
611
- Style/AndOr:
612
- Exclude:
613
- - 'lib/instana/agent/helpers.rb'
614
-
615
- # Offense count: 20
616
- # Cop supports --auto-correct.
617
- # Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, IgnoredMethods, AllowBracesOnProceduralOneLiners, BracesRequiredMethods.
618
- # SupportedStyles: line_count_based, semantic, braces_for_chaining, always_braces
619
- # ProceduralMethods: benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object
620
- # FunctionalMethods: let, let!, subject, watch
621
- # IgnoredMethods: lambda, proc, it
622
- Style/BlockDelimiters:
623
- Exclude:
624
- - 'benchmarks/10k-rack-traces.rb'
625
- - 'benchmarks/opentracing.rb'
626
- - 'benchmarks/rack_vanilla_vs_traced.rb'
627
- - 'benchmarks/stackprof_rack_tracing.rb'
628
- - 'lib/instana/agent.rb'
629
- - 'test/support/apps/http_endpoint/boot.rb'
630
- - 'test/tracing/opentracing_test.rb'
631
-
632
- # Offense count: 1
633
- # Cop supports --auto-correct.
634
- # Configuration parameters: AllowOnConstant.
635
- Style/CaseEquality:
636
- Exclude:
637
- - 'lib/instana/instrumentation.rb'
638
-
639
- # Offense count: 4
640
- # Cop supports --auto-correct.
641
- Style/CaseLikeIf:
642
- Exclude:
643
- - 'lib/instana/agent.rb'
644
- - 'lib/instana/agent/tasks.rb'
645
- - 'lib/instana/tracing/span.rb'
646
- - 'lib/instana/util.rb'
647
-
648
- # Offense count: 4
649
- Style/ClassVars:
650
- Exclude:
651
- - 'lib/instana/frameworks/instrumentation/abstract_mysql_adapter.rb'
652
- - 'lib/instana/frameworks/instrumentation/mysql2_adapter.rb'
653
- - 'lib/instana/frameworks/instrumentation/mysql_adapter.rb'
654
- - 'lib/instana/frameworks/instrumentation/postgresql_adapter.rb'
655
-
656
- # Offense count: 1
657
- # Cop supports --auto-correct.
658
- # Configuration parameters: Keywords.
659
- # Keywords: TODO, FIXME, OPTIMIZE, HACK, REVIEW, NOTE
660
- Style/CommentAnnotation:
661
- Exclude:
662
- - 'lib/instana/instrumentation/instrumented_request.rb'
663
-
664
- # Offense count: 27
665
- # Cop supports --auto-correct.
666
- # Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
667
- # SupportedStyles: assign_to_condition, assign_inside_condition
668
- Style/ConditionalAssignment:
669
- Exclude:
670
- - 'lib/instana/agent.rb'
671
- - 'lib/instana/agent/tasks.rb'
672
- - 'lib/instana/base.rb'
673
- - 'lib/instana/frameworks/instrumentation/action_controller.rb'
674
- - 'lib/instana/frameworks/instrumentation/mysql2_adapter.rb'
675
- - 'lib/instana/frameworks/instrumentation/mysql_adapter.rb'
676
- - 'lib/instana/instrumentation/net-http.rb'
677
- - 'lib/instana/tracer.rb'
678
- - 'lib/instana/tracing/span.rb'
679
- - 'lib/instana/util.rb'
680
- - 'test/frameworks/rails/activerecord_test.rb'
681
- - 'test/instrumentation/redis_test.rb'
682
- - 'test/support/apps/resque/jobs/resque_error_job.rb'
683
- - 'test/support/apps/resque/jobs/resque_fast_job.rb'
684
-
685
- # Offense count: 1
686
- # Cop supports --auto-correct.
687
- Style/DefWithParentheses:
688
- Exclude:
689
- - 'test/instrumentation/graphql_test.rb'
690
-
691
- # Offense count: 45
692
- Style/Documentation:
693
- Enabled: false
694
-
695
- # Offense count: 2
696
- # Cop supports --auto-correct.
697
- # Configuration parameters: EnforcedStyle.
698
- # SupportedStyles: compact, expanded
699
- Style/EmptyMethod:
700
- Exclude:
701
- - 'test/instrumentation/resque_test.rb'
702
- - 'test/support/apps/sidekiq/jobs/sidekiq_job_1.rb'
703
-
704
- # Offense count: 1
705
- # Cop supports --auto-correct.
706
- Style/Encoding:
707
- Exclude:
708
- - 'instana.gemspec'
709
-
710
- # Offense count: 1
711
- # Cop supports --auto-correct.
712
- Style/ExpandPathArguments:
713
- Exclude:
714
- - 'instana.gemspec'
715
-
716
- # Offense count: 1
717
- # Cop supports --auto-correct.
718
- # Configuration parameters: EnforcedStyle.
719
- # SupportedStyles: each, for
720
- Style/For:
721
- Exclude:
722
- - 'test/instrumentation/excon_test.rb'
723
-
724
- # Offense count: 3
725
- # Cop supports --auto-correct.
726
- # Configuration parameters: EnforcedStyle.
727
- # SupportedStyles: format, sprintf, percent
728
- Style/FormatString:
729
- Exclude:
730
- - 'lib/instana/agent.rb'
731
-
732
- # Offense count: 134
733
- # Cop supports --auto-correct.
734
- # Configuration parameters: EnforcedStyle.
735
- # SupportedStyles: always, always_true, never
736
- Style/FrozenStringLiteralComment:
737
- Enabled: false
738
-
739
- # Offense count: 2
740
- # Cop supports --auto-correct.
741
- Style/GlobalStdStream:
742
- Exclude:
743
- - 'benchmarks/10k-rack-traces.rb'
744
- - 'lib/instana/base.rb'
745
-
746
- # Offense count: 12
747
- # Configuration parameters: AllowedVariables.
748
- Style/GlobalVars:
749
- Exclude:
750
- - 'test/instrumentation/sidekiq-worker_test.rb'
751
- - 'test/support/apps/sidekiq/boot.rb'
752
-
753
- # Offense count: 9
754
- # Configuration parameters: MinBodyLength.
755
- Style/GuardClause:
756
- Exclude:
757
- - 'lib/instana/config.rb'
758
- - 'lib/instana/frameworks/instrumentation/abstract_mysql_adapter.rb'
759
- - 'lib/instana/frameworks/instrumentation/mysql2_adapter.rb'
760
- - 'lib/instana/frameworks/instrumentation/mysql_adapter.rb'
761
- - 'lib/instana/util.rb'
762
- - 'test/instrumentation/grpc_test.rb'
763
- - 'test/instrumentation/redis_test.rb'
764
-
765
- # Offense count: 248
766
- # Cop supports --auto-correct.
767
- # Configuration parameters: UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
768
- # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
769
- Style/HashSyntax:
770
- EnforcedStyle: hash_rockets
771
-
772
- # Offense count: 1
773
- # Cop supports --auto-correct.
774
- Style/HashTransformValues:
775
- Exclude:
776
- - 'lib/instana/instrumentation/graphql.rb'
777
-
778
- # Offense count: 5
779
- # Cop supports --auto-correct.
780
- # Configuration parameters: AllowIfModifier.
781
- Style/IfInsideElse:
782
- Exclude:
783
- - 'lib/instana/collector.rb'
784
- - 'lib/instana/instrumentation/net-http.rb'
785
- - 'lib/instana/tracing/span.rb'
786
- - 'lib/instana/util.rb'
787
-
788
- # Offense count: 44
789
- # Cop supports --auto-correct.
790
- Style/IfUnlessModifier:
791
- Enabled: false
792
-
793
- # Offense count: 1
794
- # Cop supports --auto-correct.
795
- Style/InfiniteLoop:
796
- Exclude:
797
- - 'lib/instana/agent.rb'
798
-
799
- # Offense count: 1
800
- # Cop supports --auto-correct.
801
- # Configuration parameters: EnforcedStyle.
802
- # SupportedStyles: line_count_dependent, lambda, literal
803
- Style/Lambda:
804
- Exclude:
805
- - 'lib/instana/secrets.rb'
806
-
807
- # Offense count: 2
808
- # Cop supports --auto-correct.
809
- # Configuration parameters: EnforcedStyle.
810
- # SupportedStyles: call, braces
811
- Style/LambdaCall:
812
- Exclude:
813
- - 'lib/instana/frameworks/roda.rb'
814
- - 'lib/instana/secrets.rb'
815
-
816
- # Offense count: 4
817
- # Cop supports --auto-correct.
818
- # Configuration parameters: IgnoredMethods.
819
- Style/MethodCallWithoutArgsParentheses:
820
- Exclude:
821
- - 'examples/opentracing.rb'
822
-
823
- # Offense count: 2
824
- Style/MissingRespondToMissing:
825
- Exclude:
826
- - 'lib/instana/opentracing/tracer.rb'
827
- - 'lib/instana/tracer.rb'
828
-
829
- # Offense count: 1
830
- Style/MixinUsage:
831
- Exclude:
832
- - 'lib/instana/agent.rb'
833
-
834
- # Offense count: 1
835
- Style/MultilineBlockChain:
836
- Exclude:
837
- - 'test/support/helpers.rb'
838
-
839
- # Offense count: 16
840
- # Cop supports --auto-correct.
841
- # Configuration parameters: EnforcedStyle.
842
- # SupportedStyles: literals, strict
843
- Style/MutableConstant:
844
- Exclude:
845
- - 'benchmarks/id_generation.rb'
846
- - 'lib/instana/agent.rb'
847
- - 'lib/instana/agent/tasks.rb'
848
- - 'lib/instana/frameworks/cuba.rb'
849
- - 'lib/instana/frameworks/instrumentation/abstract_mysql_adapter.rb'
850
- - 'lib/instana/frameworks/instrumentation/mysql2_adapter.rb'
851
- - 'lib/instana/frameworks/instrumentation/mysql_adapter.rb'
852
- - 'lib/instana/frameworks/instrumentation/postgresql_adapter.rb'
853
- - 'lib/instana/instrumentation/grpc.rb'
854
- - 'lib/instana/util.rb'
855
- - 'lib/instana/version.rb'
856
-
857
- # Offense count: 6
858
- # Cop supports --auto-correct.
859
- # Configuration parameters: EnforcedStyle.
860
- # SupportedStyles: both, prefix, postfix
861
- Style/NegatedIf:
862
- Exclude:
863
- - 'lib/instana/agent.rb'
864
- - 'lib/instana/helpers.rb'
865
- - 'lib/instana/tracer.rb'
866
- - 'lib/instana/tracing/span.rb'
867
-
868
- # Offense count: 3
869
- # Cop supports --auto-correct.
870
- Style/NegatedWhile:
871
- Exclude:
872
- - 'benchmarks/10k-rack-traces.rb'
873
- - 'benchmarks/rack_vanilla_vs_traced.rb'
874
- - 'lib/instana/tracing/processor.rb'
875
-
876
- # Offense count: 1
877
- # Cop supports --auto-correct.
878
- # Configuration parameters: EnforcedStyle, MinBodyLength.
879
- # SupportedStyles: skip_modifier_ifs, always
880
- Style/Next:
881
- Exclude:
882
- - 'lib/instana/tracing/span.rb'
883
-
884
- # Offense count: 5
885
- # Cop supports --auto-correct.
886
- # Configuration parameters: Strict.
887
- Style/NumericLiterals:
888
- MinDigits: 6
889
-
890
- # Offense count: 11
891
- # Cop supports --auto-correct.
892
- # Configuration parameters: EnforcedStyle, IgnoredMethods.
893
- # SupportedStyles: predicate, comparison
894
- Style/NumericPredicate:
895
- Exclude:
896
- - 'spec/**/*'
897
- - 'lib/instana/frameworks/instrumentation/action_controller.rb'
898
- - 'lib/instana/frameworks/instrumentation/postgresql_adapter.rb'
899
- - 'lib/instana/secrets.rb'
900
- - 'test/tracing/custom_test.rb'
901
- - 'test/tracing/opentracing_test.rb'
902
- - 'test/tracing/tracer_test.rb'
903
-
904
- # Offense count: 2
905
- # Configuration parameters: AllowedMethods.
906
- # AllowedMethods: respond_to_missing?
907
- Style/OptionalBooleanParameter:
908
- Exclude:
909
- - 'lib/instana/agent.rb'
910
- - 'test/support/helpers.rb'
911
-
912
- # Offense count: 3
913
- # Cop supports --auto-correct.
914
- # Configuration parameters: AllowSafeAssignment, AllowInMultilineConditions.
915
- Style/ParenthesesAroundCondition:
916
- Exclude:
917
- - 'lib/instana/util.rb'
918
-
919
- # Offense count: 21
920
- # Cop supports --auto-correct.
921
- # Configuration parameters: PreferredDelimiters.
922
- Style/PercentLiteralDelimiters:
923
- Exclude:
924
- - 'instana.gemspec'
925
- - 'lib/instana/frameworks/instrumentation/abstract_mysql_adapter.rb'
926
- - 'lib/instana/frameworks/instrumentation/mysql2_adapter.rb'
927
- - 'lib/instana/frameworks/instrumentation/mysql_adapter.rb'
928
- - 'lib/instana/frameworks/instrumentation/postgresql_adapter.rb'
929
- - 'test/instrumentation/grpc_test.rb'
930
- - 'test/instrumentation/rack_test.rb'
931
- - 'test/secrets_test.rb'
932
-
933
- # Offense count: 3
934
- # Cop supports --auto-correct.
935
- # Configuration parameters: EnforcedStyle.
936
- # SupportedStyles: short, verbose
937
- Style/PreferredHashMethods:
938
- Exclude:
939
- - 'lib/instana/instrumentation/instrumented_request.rb'
940
-
941
- # Offense count: 14
942
- # Cop supports --auto-correct.
943
- Style/Proc:
944
- Exclude:
945
- - 'benchmarks/10k-rack-traces.rb'
946
- - 'benchmarks/rack_vanilla_vs_traced.rb'
947
- - 'benchmarks/stackprof_rack_tracing.rb'
948
- - 'test/support/apps/http_endpoint/boot.rb'
949
-
950
- # Offense count: 7
951
- # Cop supports --auto-correct.
952
- # Configuration parameters: EnforcedStyle, AllowedCompactTypes.
953
- # SupportedStyles: compact, exploded
954
- Style/RaiseArgs:
955
- Exclude:
956
- - 'test/support/apps/rails/boot.rb'
957
- - 'test/support/apps/resque/jobs/resque_error_job.rb'
958
- - 'test/tracing/tracer_test.rb'
959
-
960
- # Offense count: 9
961
- # Cop supports --auto-correct.
962
- Style/RedundantBegin:
963
- Exclude:
964
- - 'lib/instana/instrumentation.rb'
965
- - 'lib/instana/instrumentation/grpc.rb'
966
- - 'test/instrumentation/grpc_test.rb'
967
- - 'test/instrumentation/redis_test.rb'
968
-
969
- # Offense count: 2
970
- # Cop supports --auto-correct.
971
- Style/RedundantParentheses:
972
- Exclude:
973
- - 'lib/instana/helpers.rb'
974
-
975
- # Offense count: 2
976
- # Cop supports --auto-correct.
977
- Style/RedundantPercentQ:
978
- Exclude:
979
- - 'instana.gemspec'
980
-
981
- # Offense count: 13
982
- # Cop supports --auto-correct.
983
- # Configuration parameters: AllowMultipleReturnValues.
984
- Style/RedundantReturn:
985
- Exclude:
986
- - 'lib/instana/agent.rb'
987
- - 'lib/instana/agent/helpers.rb'
988
- - 'lib/instana/frameworks/instrumentation/action_controller.rb'
989
- - 'lib/instana/helpers.rb'
990
- - 'lib/instana/util.rb'
991
-
992
- # Offense count: 43
993
- # Cop supports --auto-correct.
994
- Style/RedundantSelf:
995
- Exclude:
996
- - 'lib/instana/instrumentation/redis.rb'
997
- - 'lib/instana/tracer.rb'
998
-
999
- # Offense count: 2
1000
- # Cop supports --auto-correct.
1001
- # Configuration parameters: EnforcedStyle, AllowInnerSlashes.
1002
- # SupportedStyles: slashes, percent_r, mixed
1003
- Style/RegexpLiteral:
1004
- Exclude:
1005
- - 'lib/instana/frameworks/cuba.rb'
1006
- - 'lib/instana/tracing/span.rb'
1007
-
1008
- # Offense count: 6
1009
- # Cop supports --auto-correct.
1010
- Style/RescueModifier:
1011
- Exclude:
1012
- - 'lib/instana/frameworks/instrumentation/action_controller.rb'
1013
- - 'lib/instana/instrumentation/dalli.rb'
1014
- - 'lib/instana/tracing/processor.rb'
1015
-
1016
- # Offense count: 40
1017
- # Cop supports --auto-correct.
1018
- # Configuration parameters: EnforcedStyle.
1019
- # SupportedStyles: implicit, explicit
1020
- Style/RescueStandardError:
1021
- Enabled: false
1022
-
1023
- # Offense count: 1
1024
- # Cop supports --auto-correct.
1025
- # Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods.
1026
- # AllowedMethods: present?, blank?, presence, try, try!
1027
- Style/SafeNavigation:
1028
- Exclude:
1029
- - 'lib/instana/agent.rb'
1030
-
1031
- # Offense count: 1
1032
- # Cop supports --auto-correct.
1033
- Style/SlicingWithRange:
1034
- Exclude:
1035
- - 'lib/instana/util.rb'
1036
-
1037
- # Offense count: 5
1038
- # Cop supports --auto-correct.
1039
- # Configuration parameters: EnforcedStyle.
1040
- # SupportedStyles: use_perl_names, use_english_names
1041
- Style/SpecialGlobalVars:
1042
- Exclude:
1043
- - 'lib/instana/util.rb'
1044
-
1045
- # Offense count: 4
1046
- # Cop supports --auto-correct.
1047
- Style/StringConcatenation:
1048
- Exclude:
1049
- - 'lib/instana/helpers.rb'
1050
- - 'lib/instana/instrumentation/instrumented_request.rb'
1051
- - 'lib/instana/thread_local.rb'
1052
-
1053
- # Offense count: 939
1054
- # Cop supports --auto-correct.
1055
- # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
1056
- # SupportedStyles: single_quotes, double_quotes
1057
- Style/StringLiterals:
1058
- Enabled: false
1059
-
1060
- # Offense count: 1
1061
- # Cop supports --auto-correct.
1062
- # Configuration parameters: EnforcedStyle.
1063
- # SupportedStyles: single_quotes, double_quotes
1064
- Style/StringLiteralsInInterpolation:
1065
- Exclude:
1066
- - 'lib/instana/agent/tasks.rb'
1067
-
1068
- # Offense count: 10
1069
- # Cop supports --auto-correct.
1070
- # Configuration parameters: MinSize.
1071
- # SupportedStyles: percent, brackets
1072
- Style/SymbolArray:
1073
- EnforcedStyle: brackets
1074
-
1075
- # Offense count: 1
1076
- # Cop supports --auto-correct.
1077
- # Configuration parameters: IgnoredMethods.
1078
- # IgnoredMethods: respond_to, define_method
1079
- Style/SymbolProc:
1080
- Exclude:
1081
- - 'lib/instana/instrumentation/instrumented_request.rb'
1082
-
1083
- # Offense count: 2
1084
- # Cop supports --auto-correct.
1085
- # Configuration parameters: EnforcedStyle, AllowSafeAssignment.
1086
- # SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex
1087
- Style/TernaryParentheses:
1088
- Exclude:
1089
- - 'lib/instana/agent.rb'
1090
-
1091
- # Offense count: 3
1092
- # Cop supports --auto-correct.
1093
- # Configuration parameters: EnforcedStyleForMultiline.
1094
- # SupportedStylesForMultiline: comma, consistent_comma, no_comma
1095
- Style/TrailingCommaInHashLiteral:
1096
- Exclude:
1097
- - 'instana.gemspec'
1098
- - 'lib/instana/instrumentation/graphql.rb'
1099
-
1100
- # Offense count: 1
1101
- # Cop supports --auto-correct.
1102
- Style/UnpackFirst:
1103
- Exclude:
1104
- - 'lib/instana/util.rb'
1105
-
1106
- # Offense count: 5
1107
- # Cop supports --auto-correct.
1108
- Style/WhileUntilDo:
1109
- Exclude:
1110
- - 'benchmarks/10k-rack-traces.rb'
1111
- - 'benchmarks/rack_vanilla_vs_traced.rb'
1112
- - 'lib/instana/tracing/processor.rb'
1113
-
1114
- # Offense count: 2
1115
- # Cop supports --auto-correct.
1116
- Style/WhileUntilModifier:
1117
- Exclude:
1118
- - 'benchmarks/10k-rack-traces.rb'
1119
- - 'benchmarks/rack_vanilla_vs_traced.rb'
1120
-
1121
- # Offense count: 2
1122
- # Cop supports --auto-correct.
1123
- # Configuration parameters: WordRegex.
1124
- # SupportedStyles: percent, brackets
1125
- Style/WordArray:
1126
- EnforcedStyle: percent
1127
- MinSize: 3
1128
-
1129
- # Offense count: 2
1130
- # Cop supports --auto-correct.
1131
- Style/ZeroLengthPredicate:
1132
- Exclude:
1133
- - 'lib/instana/frameworks/instrumentation/action_controller.rb'
1134
-
1135
- # Offense count: 36
1136
- # Cop supports --auto-correct.
1137
- # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
1138
- # URISchemes: http, https
1139
- Layout/LineLength:
1140
- Max: 185