gruf-lightstep 1.1.3 → 1.5.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +39 -14
- data/README.md +20 -14
- data/gruf-lightstep.gemspec +15 -6
- data/lib/gruf/lightstep.rb +2 -0
- data/lib/gruf/lightstep/client_interceptor.rb +3 -1
- data/lib/gruf/lightstep/configuration.rb +3 -0
- data/lib/gruf/lightstep/headers.rb +7 -5
- data/lib/gruf/lightstep/method.rb +3 -1
- data/lib/gruf/lightstep/server_interceptor.rb +31 -8
- data/lib/gruf/lightstep/version.rb +3 -1
- metadata +95 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 789d78f858b23679b1c9c5526e24469e2d7084aa4c1f8e62366c3ee96fc712b6
|
4
|
+
data.tar.gz: 42f7f966efdc1ba75fd37ab64c3721dbbcdd20563a7378f39dead4e8d5a8a8fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27c570e174b6a904059c410fda0540ae92f700f0e42a0d32f0e55d9f1d864063c96336c4c9bea502418fcca0045a7991525d7ad9c851a7a51582a8ea3843b834
|
7
|
+
data.tar.gz: 95ad3e86ffe0e879eae4e5fa31e74e61e400b91f609e8c1147f9afc5966ba39016a72e19f3f7303c5d4982471cab15dbe0e93932b8123281aaf6f8f971a87032
|
data/CHANGELOG.md
CHANGED
@@ -1,51 +1,76 @@
|
|
1
|
-
Changelog for the gruf-
|
1
|
+
Changelog for the gruf-lightstep gem.
|
2
2
|
|
3
|
-
|
3
|
+
### Pending Release
|
4
4
|
|
5
|
-
|
5
|
+
### 1.5.0
|
6
|
+
|
7
|
+
- Add official support for Ruby 3
|
8
|
+
|
9
|
+
### 1.4.0
|
10
|
+
|
11
|
+
- Ensure `error` span tag is always set when an exception is raised
|
12
|
+
- Move from whitelist -> allowlist in server interceptor
|
13
|
+
|
14
|
+
### 1.3.0
|
15
|
+
|
16
|
+
- Bump Ruby requirement to 2.6+
|
17
|
+
- Bump bc-lightstep-ruby dependency to 2.0+
|
18
|
+
- Explicitly declare gruf requirement in gemspec
|
19
|
+
- Explicitly declare development deps for gem
|
20
|
+
|
21
|
+
### 1.2.1
|
22
|
+
|
23
|
+
- Ensure boundary span has `span.kind` set
|
24
|
+
|
25
|
+
### 1.2.0
|
26
|
+
|
27
|
+
- Add `frozen_string_literal: true` to all files
|
28
|
+
- Deprecate ruby 2.2 support
|
29
|
+
|
30
|
+
### 1.1.3
|
6
31
|
|
7
32
|
- Bump bc-lightstep-ruby to 1.2.0
|
8
33
|
|
9
|
-
|
34
|
+
### 1.1.2
|
10
35
|
|
11
36
|
- First OSS release
|
12
37
|
- Explicitly require bc-lightstep-ruby dependency
|
13
|
-
- Add option to
|
38
|
+
- Add option to allowlist request params to lightstep as span tags
|
14
39
|
|
15
|
-
|
40
|
+
### 1.1.1
|
16
41
|
|
17
42
|
- Bump bc-lightstep-ruby to 1.1.5
|
18
43
|
- Bump gruf minimum version to 2.4
|
19
44
|
|
20
|
-
|
45
|
+
### 1.1.0
|
21
46
|
|
22
47
|
- Exclude client validation errors from being "errors"
|
23
48
|
|
24
|
-
|
49
|
+
### 1.0.3
|
25
50
|
|
26
51
|
- Ensure gRPC requests are always the root span
|
27
52
|
|
28
|
-
|
53
|
+
### 1.0.2
|
29
54
|
|
30
55
|
- Add ignore_methods as an option to server interceptor
|
31
56
|
- Standardize span tags according to BC spec
|
32
57
|
|
33
|
-
|
58
|
+
### 1.0.0
|
34
59
|
|
35
60
|
- Support for gruf 2.0.0
|
36
61
|
|
37
|
-
|
62
|
+
### 0.10.3
|
38
63
|
|
39
64
|
- Update to 0.10.3, add rubocop+bundler-audit
|
40
65
|
|
41
|
-
|
66
|
+
### 0.10.2
|
42
67
|
|
43
68
|
- Updated license to MIT
|
44
69
|
|
45
|
-
|
70
|
+
### 0.10.1
|
46
71
|
|
47
72
|
- Handle case when tracer is not yet initialized before trace executes
|
48
73
|
|
49
|
-
|
74
|
+
### 0.10.0
|
50
75
|
|
51
76
|
- Initial public release
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# gruf-lightstep - LightStep tracing for gruf
|
2
2
|
|
3
|
-
[](https://circleci.com/gh/bigcommerce/gruf-lightstep/tree/main) [](https://badge.fury.io/rb/gruf-lightstep) [](http://inch-ci.org/github/bigcommerce/gruf-lightstep)
|
4
4
|
|
5
5
|
Adds LightStep tracing support for [gruf](https://github.com/bigcommerce/gruf) 2.0.0+.
|
6
6
|
|
@@ -14,18 +14,24 @@ Then in an initializer or before use, after loading gruf:
|
|
14
14
|
|
15
15
|
```ruby
|
16
16
|
require 'gruf/lightstep'
|
17
|
-
|
18
|
-
Gruf::Lightstep.configure do |c|
|
19
|
-
c.component_name = 'myapp'
|
20
|
-
c.access_token = 'abcdefg'
|
21
|
-
c.host = 'my.lightstep.service.io'
|
22
|
-
c.port = 8080
|
23
|
-
c.verbosity = 1
|
24
|
-
end
|
25
|
-
Gruf::Lightstep.start
|
26
17
|
```
|
27
18
|
|
28
|
-
|
19
|
+
### Configuration
|
20
|
+
|
21
|
+
You can use the following ENV vars to configure lightstep:
|
22
|
+
|
23
|
+
| Name | Description |
|
24
|
+
| ---- | ---- |
|
25
|
+
|LIGHTSTEP_ACCESS_TOKEN|LightStep access token, if used in your satellites|
|
26
|
+
|LIGHTSTEP_COMPONENT_NAME|The name of your service|
|
27
|
+
|LIGHTSTEP_HOST|The host of your lightstep satellites|
|
28
|
+
|LIGHTSTEP_PORT|The port of your lightstep satellites|
|
29
|
+
|
30
|
+
See more configuration here: https://github.com/bigcommerce/bc-lightstep-ruby#environment-config
|
31
|
+
|
32
|
+
### Server Interceptors
|
33
|
+
|
34
|
+
In your gruf initializer:
|
29
35
|
|
30
36
|
```ruby
|
31
37
|
Gruf.configure do |c|
|
@@ -37,11 +43,11 @@ It comes with a few more options as well:
|
|
37
43
|
|
38
44
|
| Option | Description | Default |
|
39
45
|
| ------ | ----------- | ------- |
|
40
|
-
|
|
46
|
+
| allowlist | An array of parameter key names to log to lightstep. E.g. `[uuid kind]` | `[]` |
|
41
47
|
| ignore_methods | An array of method names to ignore from logging. E.g. `['namespace.health.check']` | `[]` |
|
42
48
|
|
43
|
-
It's important to maintain a safe
|
44
|
-
parameter sanitization on its own. We also recommend do not
|
49
|
+
It's important to maintain a safe allowlist should you decide to log parameters; gruf does no
|
50
|
+
parameter sanitization on its own. We also recommend do not allowlist parameters that may contain
|
45
51
|
very large values (such as binary or json data).
|
46
52
|
|
47
53
|
### Client Interceptors
|
data/gruf-lightstep.gemspec
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# Copyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved
|
2
4
|
#
|
3
5
|
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
@@ -13,7 +15,7 @@
|
|
13
15
|
# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
14
16
|
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
15
17
|
#
|
16
|
-
|
18
|
+
$LOAD_PATH.unshift(File.expand_path('lib', __dir__))
|
17
19
|
require 'gruf/lightstep/version'
|
18
20
|
|
19
21
|
Gem::Specification.new do |spec|
|
@@ -22,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
22
24
|
spec.authors = ['Shaun McCormick']
|
23
25
|
spec.email = ['shaun.mccormick@bigcommerce.com']
|
24
26
|
|
25
|
-
spec.summary =
|
27
|
+
spec.summary = 'Plugin for lightstep tracing for gruf'
|
26
28
|
spec.description = spec.summary
|
27
29
|
spec.homepage = 'https://github.com/bigcommerce/gruf-lightstep'
|
28
30
|
spec.license = 'MIT'
|
@@ -30,10 +32,17 @@ Gem::Specification.new do |spec|
|
|
30
32
|
spec.files = Dir['README.md', 'CHANGELOG.md', 'CODE_OF_CONDUCT.md', 'lib/**/*', 'gruf-lightstep.gemspec']
|
31
33
|
spec.require_paths = ['lib']
|
32
34
|
|
35
|
+
spec.required_ruby_version = '>= 2.6'
|
36
|
+
|
33
37
|
spec.add_development_dependency 'bundler', '~> 1.11'
|
34
|
-
spec.add_development_dependency '
|
35
|
-
spec.add_development_dependency '
|
36
|
-
spec.add_development_dependency '
|
38
|
+
spec.add_development_dependency 'bundler-audit', '~> 0.6'
|
39
|
+
spec.add_development_dependency 'pry', '>= 0.13'
|
40
|
+
spec.add_development_dependency 'rake', '>= 12.0'
|
41
|
+
spec.add_development_dependency 'rspec', '~> 3.8'
|
42
|
+
spec.add_development_dependency 'rspec_junit_formatter', '~> 0.4'
|
43
|
+
spec.add_development_dependency 'rubocop', '~> 0.82'
|
44
|
+
spec.add_development_dependency 'simplecov', '~> 0.15'
|
37
45
|
|
38
|
-
spec.add_runtime_dependency 'bc-lightstep-ruby', '~>
|
46
|
+
spec.add_runtime_dependency 'bc-lightstep-ruby', '~> 2.2'
|
47
|
+
spec.add_runtime_dependency 'gruf', '>= 2.4', '< 3'
|
39
48
|
end
|
data/lib/gruf/lightstep.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# Copyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved
|
2
4
|
#
|
3
5
|
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
@@ -42,7 +44,7 @@ module Gruf
|
|
42
44
|
return unless tracer
|
43
45
|
|
44
46
|
span = tracer.active_span
|
45
|
-
return unless span
|
47
|
+
return unless span&.is_a?(::LightStep::Span)
|
46
48
|
|
47
49
|
span
|
48
50
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# Copyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved
|
2
4
|
#
|
3
5
|
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
@@ -21,6 +23,7 @@ module Gruf
|
|
21
23
|
#
|
22
24
|
module Configuration
|
23
25
|
VALID_CONFIG_KEYS = {
|
26
|
+
default_error_code: GRPC::Core::StatusCodes::INTERNAL
|
24
27
|
}.freeze
|
25
28
|
|
26
29
|
attr_accessor *VALID_CONFIG_KEYS.keys
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# Copyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved
|
2
4
|
#
|
3
5
|
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
@@ -25,11 +27,11 @@ module Gruf
|
|
25
27
|
# @property [Hash<Symbol|Array<String>>] Hash mapping of metadata keys
|
26
28
|
#
|
27
29
|
OT_KEYS = {
|
28
|
-
parent_span_id: %w
|
29
|
-
span_id: %w
|
30
|
-
trace_id: %w
|
31
|
-
sampled: %w
|
32
|
-
flags: %w
|
30
|
+
parent_span_id: %w[ot-tracer-parentspanid OT-Tracer-ParentSpanId HTTP_X_OT_TRACER_PARENTSPANID],
|
31
|
+
span_id: %w[ot-tracer-spanid OT-Tracer-SpanId HTTP_X_OT_TRACER_SPANID],
|
32
|
+
trace_id: %w[ot-tracer-traceid OT-Tracer-TraceId HTTP_X_OT_TRACER_TRACEID],
|
33
|
+
sampled: %w[ot-tracer-sampled OT-Tracer-Sampled HTTP_X_OT_TRACER_SAMPLED],
|
34
|
+
flags: %w[ot-tracer-flags OT-Tracer-Flags HTTP_X_OT_TRACER_FLAGS]
|
33
35
|
}.freeze
|
34
36
|
|
35
37
|
delegate :has_key?, :key?, to: :metadata
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# Copyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved
|
2
4
|
#
|
3
5
|
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
@@ -33,7 +35,7 @@ module Gruf
|
|
33
35
|
end
|
34
36
|
|
35
37
|
##
|
36
|
-
# @return [Gruf::
|
38
|
+
# @return [Gruf::Lightstep::Headers]
|
37
39
|
#
|
38
40
|
def headers
|
39
41
|
@headers ||= Gruf::Lightstep::Headers.new(@active_call)
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# Copyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved
|
2
4
|
#
|
3
5
|
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
@@ -19,34 +21,34 @@ module Gruf
|
|
19
21
|
# Intercepts inbound calls to provide LightStep tracing
|
20
22
|
#
|
21
23
|
class ServerInterceptor < Gruf::Interceptors::ServerInterceptor
|
24
|
+
DEFAULT_ERROR_CLASSES = %w[GRPC::Unknown GRPC::Internal GRPC::DataLoss GRPC::FailedPrecondition GRPC::Unavailable GRPC::DeadlineExceeded GRPC::Cancelled].freeze
|
25
|
+
|
22
26
|
##
|
23
27
|
# Handle the gruf around hook and trace sampled requests
|
24
28
|
#
|
25
29
|
def call(&_block)
|
26
|
-
return yield if
|
30
|
+
return yield if ignore_methods.include?(request.method_name)
|
27
31
|
|
28
32
|
result = nil
|
29
|
-
|
30
|
-
whitelist = options.fetch(:whitelist, []).map(&:to_s).map(&:to_sym)
|
31
33
|
params = request_message_params
|
32
|
-
|
33
34
|
tracer = ::Bigcommerce::Lightstep::Tracer.instance
|
34
35
|
tracer.clear_active_span! # because we're always starting from the top on a gRPC boundary
|
35
36
|
tracer.start_span(request.method_name, context: request_method.headers.to_h) do |span|
|
36
37
|
span.set_tag('grpc.method', request.method_key)
|
37
38
|
span.set_tag('grpc.request_class', request.request_class)
|
38
39
|
span.set_tag('grpc.service', request.service_key)
|
40
|
+
span.set_tag('span.kind', 'server')
|
39
41
|
|
40
|
-
|
42
|
+
allowlist.each do |param|
|
41
43
|
span.set_tag(param.to_s, params[param]) if params.key?(param)
|
42
44
|
end
|
43
45
|
|
44
46
|
begin
|
45
47
|
result = yield
|
46
48
|
rescue StandardError => e
|
47
|
-
span.set_tag('error',
|
49
|
+
span.set_tag('error', error?(e))
|
48
50
|
span.set_tag('grpc.error', true)
|
49
|
-
span.set_tag('grpc.error_code', e
|
51
|
+
span.set_tag('grpc.error_code', code_for(e))
|
50
52
|
span.set_tag('grpc.error_class', e.class)
|
51
53
|
raise # passthrough, we just want the annotations
|
52
54
|
end
|
@@ -56,6 +58,27 @@ module Gruf
|
|
56
58
|
|
57
59
|
private
|
58
60
|
|
61
|
+
##
|
62
|
+
# @return [Array<String>]
|
63
|
+
def ignore_methods
|
64
|
+
@ignore_methods ||= options.fetch(:ignore_methods, nil) || []
|
65
|
+
end
|
66
|
+
|
67
|
+
##
|
68
|
+
# @return [Array<Symbol>]
|
69
|
+
#
|
70
|
+
def allowlist
|
71
|
+
@allowlist ||= (options.fetch(:allowlist, nil) || []).map(&:to_s).map(&:to_sym)
|
72
|
+
end
|
73
|
+
|
74
|
+
##
|
75
|
+
# @param [StandardError]
|
76
|
+
# @return [Number] that maps to one of the GRCP::Core::StatusCodes or Gruf::Lightstep.default_error_code
|
77
|
+
#
|
78
|
+
def code_for(error)
|
79
|
+
error.respond_to?(:code) ? error.code : Gruf::Lightstep.default_error_code
|
80
|
+
end
|
81
|
+
|
59
82
|
##
|
60
83
|
# @return [Gruf::Lightstep::Method]
|
61
84
|
#
|
@@ -83,7 +106,7 @@ module Gruf
|
|
83
106
|
# @return [Array]
|
84
107
|
#
|
85
108
|
def error_classes
|
86
|
-
options.fetch(:error_classes,
|
109
|
+
@error_classes ||= (options.fetch(:error_classes, nil) || DEFAULT_ERROR_CLASSES)
|
87
110
|
end
|
88
111
|
end
|
89
112
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# Copyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved
|
2
4
|
#
|
3
5
|
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
@@ -15,6 +17,6 @@
|
|
15
17
|
#
|
16
18
|
module Gruf
|
17
19
|
module Lightstep
|
18
|
-
VERSION = '1.
|
20
|
+
VERSION = '1.5.0'
|
19
21
|
end
|
20
22
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gruf-lightstep
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shaun McCormick
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -25,61 +25,137 @@ dependencies:
|
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.11'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
28
|
+
name: bundler-audit
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '0.6'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '0.6'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: pry
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0.13'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0.13'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: rake
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '12.0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '12.0'
|
41
69
|
- !ruby/object:Gem::Dependency
|
42
70
|
name: rspec
|
43
71
|
requirement: !ruby/object:Gem::Requirement
|
44
72
|
requirements:
|
45
73
|
- - "~>"
|
46
74
|
- !ruby/object:Gem::Version
|
47
|
-
version: '3.
|
75
|
+
version: '3.8'
|
48
76
|
type: :development
|
49
77
|
prerelease: false
|
50
78
|
version_requirements: !ruby/object:Gem::Requirement
|
51
79
|
requirements:
|
52
80
|
- - "~>"
|
53
81
|
- !ruby/object:Gem::Version
|
54
|
-
version: '3.
|
82
|
+
version: '3.8'
|
55
83
|
- !ruby/object:Gem::Dependency
|
56
|
-
name:
|
84
|
+
name: rspec_junit_formatter
|
57
85
|
requirement: !ruby/object:Gem::Requirement
|
58
86
|
requirements:
|
59
|
-
- - "
|
87
|
+
- - "~>"
|
60
88
|
- !ruby/object:Gem::Version
|
61
|
-
version: '0'
|
89
|
+
version: '0.4'
|
62
90
|
type: :development
|
63
91
|
prerelease: false
|
64
92
|
version_requirements: !ruby/object:Gem::Requirement
|
65
93
|
requirements:
|
66
|
-
- - "
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0.4'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: rubocop
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
67
102
|
- !ruby/object:Gem::Version
|
68
|
-
version: '0'
|
103
|
+
version: '0.82'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0.82'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: simplecov
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0.15'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - "~>"
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '0.15'
|
69
125
|
- !ruby/object:Gem::Dependency
|
70
126
|
name: bc-lightstep-ruby
|
71
127
|
requirement: !ruby/object:Gem::Requirement
|
72
128
|
requirements:
|
73
129
|
- - "~>"
|
74
130
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
131
|
+
version: '2.2'
|
76
132
|
type: :runtime
|
77
133
|
prerelease: false
|
78
134
|
version_requirements: !ruby/object:Gem::Requirement
|
79
135
|
requirements:
|
80
136
|
- - "~>"
|
81
137
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
138
|
+
version: '2.2'
|
139
|
+
- !ruby/object:Gem::Dependency
|
140
|
+
name: gruf
|
141
|
+
requirement: !ruby/object:Gem::Requirement
|
142
|
+
requirements:
|
143
|
+
- - ">="
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: '2.4'
|
146
|
+
- - "<"
|
147
|
+
- !ruby/object:Gem::Version
|
148
|
+
version: '3'
|
149
|
+
type: :runtime
|
150
|
+
prerelease: false
|
151
|
+
version_requirements: !ruby/object:Gem::Requirement
|
152
|
+
requirements:
|
153
|
+
- - ">="
|
154
|
+
- !ruby/object:Gem::Version
|
155
|
+
version: '2.4'
|
156
|
+
- - "<"
|
157
|
+
- !ruby/object:Gem::Version
|
158
|
+
version: '3'
|
83
159
|
description: Plugin for lightstep tracing for gruf
|
84
160
|
email:
|
85
161
|
- shaun.mccormick@bigcommerce.com
|
@@ -102,7 +178,7 @@ homepage: https://github.com/bigcommerce/gruf-lightstep
|
|
102
178
|
licenses:
|
103
179
|
- MIT
|
104
180
|
metadata: {}
|
105
|
-
post_install_message:
|
181
|
+
post_install_message:
|
106
182
|
rdoc_options: []
|
107
183
|
require_paths:
|
108
184
|
- lib
|
@@ -110,16 +186,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
110
186
|
requirements:
|
111
187
|
- - ">="
|
112
188
|
- !ruby/object:Gem::Version
|
113
|
-
version: '
|
189
|
+
version: '2.6'
|
114
190
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
115
191
|
requirements:
|
116
192
|
- - ">="
|
117
193
|
- !ruby/object:Gem::Version
|
118
194
|
version: '0'
|
119
195
|
requirements: []
|
120
|
-
|
121
|
-
|
122
|
-
signing_key:
|
196
|
+
rubygems_version: 3.2.3
|
197
|
+
signing_key:
|
123
198
|
specification_version: 4
|
124
199
|
summary: Plugin for lightstep tracing for gruf
|
125
200
|
test_files: []
|