signalfx-tracing 1.3.0 → 1.3.1
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 +5 -5
- data/.gitignore +5 -1
- data/bin/sfx-rb-trace-bootstrap +2 -2
- data/gem.deps.rb +1 -1
- data/lib/signalfx/tracing/instrumentation/redis.rb +1 -1
- data/lib/signalfx/tracing/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 5bd3f51e053a464cde6d400a46b1e315a39a2b7bad8c076181706052049b8197
|
|
4
|
+
data.tar.gz: da49383dc0d4c1e2448bedf91b8d2237d7861329ae239b79729a8fbcdbbf9d7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bac04c98478dfe3f2324675fcd65b02cd06fc45a0d6446bb5dc24778bed85bb385fbcd9c045823955abd2650b5b4858f1b017ae5b3264d18319979eec502456
|
|
7
|
+
data.tar.gz: ba102a612d948c215fca0fe23afb803dbe41f0d89ac9932601fb3d2aa643cc99d11d694cf2e7ef6aca3403648270b3b97abb2a66bcefc164c9eb77f4aa0edcb6
|
data/.gitignore
CHANGED
data/bin/sfx-rb-trace-bootstrap
CHANGED
|
@@ -14,7 +14,7 @@ instrumentations = {
|
|
|
14
14
|
"pg" => ["pg-instrumentation", "~> 0.1.0"],
|
|
15
15
|
"rack" => ["rack-tracer", { git: 'git://github.com/signalfx/ruby-rack-tracer.git', branch: 'sfx_release' }],
|
|
16
16
|
"rails" => ["rails-instrumentation", "~> 0.1.3"],
|
|
17
|
-
"redis" => ["redis-instrumentation", "~> 0.
|
|
17
|
+
"redis" => ["redis-instrumentation", "~> 0.2.0"],
|
|
18
18
|
"restclient" => ["restclient-instrumentation", "~> 0.1.1"],
|
|
19
19
|
"sequel" => ["sequel-instrumentation", "~> 0.1.0"],
|
|
20
20
|
"sidekiq" => ["sfx-sidekiq-opentracing", "~> 0.0.3"],
|
|
@@ -67,4 +67,4 @@ def install_from_git(target, options)
|
|
|
67
67
|
end
|
|
68
68
|
|
|
69
69
|
parser.parse(ARGV)
|
|
70
|
-
install_instrumentors(instrumentations, options.target_libraries)
|
|
70
|
+
install_instrumentors(instrumentations, options.target_libraries)
|
data/gem.deps.rb
CHANGED
|
@@ -7,7 +7,7 @@ group :instrumentations do
|
|
|
7
7
|
gem 'pg-instrumentation', '~> 0.1.0'
|
|
8
8
|
gem 'rack-tracer', git: 'git://github.com/signalfx/ruby-rack-tracer.git', branch: 'sfx_release'
|
|
9
9
|
gem 'rails-instrumentation', '0.1.3'
|
|
10
|
-
gem 'redis-instrumentation', '~> 0.
|
|
10
|
+
gem 'redis-instrumentation', '~> 0.2.0'
|
|
11
11
|
gem 'restclient-instrumentation', '~> 0.1.1'
|
|
12
12
|
gem 'sequel-instrumentation', '~> 0.1.0'
|
|
13
13
|
gem 'sfx-sidekiq-opentracing', '~> 0.0.3'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: signalfx-tracing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SignalFx, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -140,8 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
140
|
- !ruby/object:Gem::Version
|
|
141
141
|
version: '0'
|
|
142
142
|
requirements: []
|
|
143
|
-
|
|
144
|
-
rubygems_version: 2.5.2.3
|
|
143
|
+
rubygems_version: 3.0.6
|
|
145
144
|
signing_key:
|
|
146
145
|
specification_version: 4
|
|
147
146
|
summary: Auto-instrumentation framework for Ruby
|