signalfx-tracing 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcb1b588a820b7e0b27f44345660f1f57d65f58a4302a0242c726c59802bf440
4
- data.tar.gz: 75a8f68e01770b3cbf8643809deabfc562b498ba2e218b4ce5342e39f3780420
3
+ metadata.gz: e1a81b9b2fa728642164bf2bc2ee4b48d80b3a4b23a74b11e962d1e7506ab02b
4
+ data.tar.gz: 5a57de5df779ffdaf83f7fd8b3948b5d75b9fd3339fc00c10a6eef005ec62762
5
5
  SHA512:
6
- metadata.gz: 1f7300553567c11fd5a0279501a51905f0139e0d0789da6574c2505dfe070363667019a344d51197f16498001a680215ad72f836d836314f52e7bb41c8c8afb9
7
- data.tar.gz: b74608ad7358467df7e1d41c4d457e409e083f07270a29ba24ef0e0cbae6d6f61ae03f7c84362b080518235c6ceb46e29b3f4fcc461ae02a70c00c33eb7a18ff
6
+ metadata.gz: 7c1398cc79cce7c1bdf3f54b7906b79df8d20cf8a135656751f081dae48af1d532e5a0469dfbec275a0f2f87ae63de3e5f5701e48a67f2bb5b3df23297a1767e
7
+ data.tar.gz: 87c64425e3a95ecb8e2529d0974aa9281fb70b2dc7d15c74134b71ca156f5673610a05e91ea37680a2ed37912ad1433439b6da41fa8679bf3abeb5f1ce20b6a0
data/README.md CHANGED
@@ -28,7 +28,7 @@ Here are the requirements and supported software for the library.
28
28
  | ------------------------------- | -------------------------------------- | ------------------ |
29
29
  | [ActiveRecord](#active-record) | signalfx-activerecord-opentracing | ~> 5.0 |
30
30
  | [Elasticsearch](#elasticsearch) | signalfx-elasticsearch-instrumentation | >= 6.0.2 |
31
- | [Faraday](#faraday) | signalfx-faraday-instrumentation | >= 0.9.0 |
31
+ | [Faraday](#faraday) | signalfx-faraday-instrumentation | >= 0.2.1 |
32
32
  | [Grape](#grape) | signalfx-grape-instrumentation | >= 0.2.0 |
33
33
  | [Mongo](#mongo) | signalfgx-mongodb-instrumentation | >= 2.1.0 |
34
34
  | [Mysql2](#mysql2) | signalfx-mysql2-instrumentation | >= 0.4.0 |
@@ -6,7 +6,7 @@ require 'pp'
6
6
  instrumentations = {
7
7
  "activerecord" => ["signalfx-activerecord-opentracing", "~> 0.1.0"],
8
8
  "elasticsearch" => ["signalfx-elasticsearch-instrumentation", "~> 0.2.0"],
9
- "faraday" => ["signalfx-faraday-instrumentation", "~> 0.2.0"],
9
+ "faraday" => ["signalfx-faraday-instrumentation", "~> 0.2.1"],
10
10
  "grape" => ["signalfx-grape-instrumentation", "~> 0.1.0"],
11
11
  "mongodb" => ["signalfx-mongodb-instrumentation", "~> 0.1.1"],
12
12
  "mysql2" => ["signalfx-mysql2-instrumentation", "~> 0.1.1"],
data/gem.deps.rb CHANGED
@@ -12,6 +12,6 @@ group :instrumentations do
12
12
  gem 'signalfx-sequel-instrumentation', '~> 0.1.0'
13
13
  gem 'signalfx-sidekiq-opentracing', '~> 0.1.0'
14
14
  gem 'signalfx-elasticsearch-instrumentation', '~> 0.2.0'
15
- gem 'signalfx-faraday-instrumentation', '~> 0.2.0'
15
+ gem 'signalfx-faraday-instrumentation', '~> 0.2.1'
16
16
  gem 'signalfx-sinatra-instrumentation', '~> 0.1.0'
17
17
  end
@@ -1,5 +1,5 @@
1
1
  module Signalfx
2
2
  module Tracing
3
- VERSION = "2.3.0"
3
+ VERSION = "2.3.1"
4
4
  end
5
5
  end
@@ -38,5 +38,5 @@ Gem::Specification.new do |spec|
38
38
 
39
39
  # uncomment and run `bundle install` in order to run the whole test suite
40
40
  spec.add_development_dependency "faraday", "~> 1.0"
41
- spec.add_development_dependency "signalfx-faraday-instrumentation"
41
+ spec.add_development_dependency "signalfx-faraday-instrumentation", "~> 0.2.1"
42
42
  end
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: 2.3.0
4
+ version: 2.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: 2021-01-20 00:00:00.000000000 Z
11
+ date: 2021-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -112,16 +112,16 @@ dependencies:
112
112
  name: signalfx-faraday-instrumentation
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - ">="
115
+ - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '0'
117
+ version: 0.2.1
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - ">="
122
+ - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: '0'
124
+ version: 0.2.1
125
125
  description:
126
126
  email:
127
127
  - info@signalfx.com