signalfx-tracing 1.5.1 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/bin/sfx-rb-trace-bootstrap +1 -1
- data/gem.deps.rb +3 -3
- data/lib/signalfx/tracing/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76f49e90a746e01bab86b3172c2ddd7f49aae975d70191f297a1e18e110e558d
|
4
|
+
data.tar.gz: 677c15658a0d10c61c8defc270e1c9a4d84c8e838626dfc9fc63198927ba755f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b934a8cdc290183f72306b772e1b4422171ad3c717fe97c9f9c697deb543c67d95ce25b7c7073dcc50e30a888a1ae5101477fb6260c611c82c985ee81d11b7bb
|
7
|
+
data.tar.gz: 91a4a8d6817d3c28cb70672f315706a5c4153d279a956682650c0adf4d7ec69fa6ab305c38dce31220eca11932a924e6d63484427c18288057218cb13b69fa77
|
data/README.md
CHANGED
@@ -29,7 +29,7 @@ Here are the requirements and supported software for the library.
|
|
29
29
|
| [ActiveRecord](#active-record) | activerecord-opentracing | ~> 5.0 |
|
30
30
|
| [Elasticsearch](#elasticsearch) | signalfx-elasticsearch-instrumentation | >= 6.0.2 |
|
31
31
|
| [Faraday](#faraday) | signalfx-faraday-instrumentation | >= 0.9.0 |
|
32
|
-
| [Grape](#grape) | grape-instrumentation | >= 0.
|
32
|
+
| [Grape](#grape) | grape-instrumentation | >= 0.2.0 |
|
33
33
|
| [Mongo](#mongo) | mongodb-instrumentation | >= 2.1.0 |
|
34
34
|
| [Mysql2](#mysql2) | mysql2-instrumentation | >= 0.4.0 |
|
35
35
|
| [Net::HTTP](#nethttp) | nethttp-instrumentation | Ruby >= 2.0 |
|
@@ -374,7 +374,7 @@ automatically for other frameworks that are built on top of Rack, but it can
|
|
374
374
|
also be separately enabled.
|
375
375
|
|
376
376
|
The source for this instrumentation is located
|
377
|
-
[here](https://github.com/
|
377
|
+
[here](https://github.com/signalfx/ruby-rack-tracer).
|
378
378
|
|
379
379
|
#### Usage
|
380
380
|
|
data/bin/sfx-rb-trace-bootstrap
CHANGED
@@ -7,7 +7,7 @@ instrumentations = {
|
|
7
7
|
"activerecord" => ["activerecord-opentracing", "~> 0.2.1"],
|
8
8
|
"elasticsearch" => ["signalfx-elasticsearch-instrumentation", "~> 0.1.0"],
|
9
9
|
"faraday" => ["signalfx-faraday-instrumentation", "~> 0.1.1"],
|
10
|
-
"grape" => ["grape-instrumentation", "~> 0.
|
10
|
+
"grape" => ["grape-instrumentation", "~> 0.2.0"],
|
11
11
|
"mongodb" => ["mongodb-instrumentation", "~> 0.1.1"],
|
12
12
|
"mysql2" => ["mysql2-instrumentation", "~> 0.2.1"],
|
13
13
|
"nethttp" => ["nethttp-instrumentation", "~> 0.1.2"],
|
data/gem.deps.rb
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
group :instrumentations do
|
2
2
|
gem 'activerecord-opentracing', '~> 0.2.1'
|
3
|
-
gem 'grape-instrumentation', "~> 0.
|
3
|
+
gem 'grape-instrumentation', "~> 0.2.0"
|
4
4
|
gem 'mongodb-instrumentation', '~> 0.1.1'
|
5
5
|
gem 'mysql2-instrumentation', '~> 0.2.1'
|
6
6
|
gem 'nethttp-instrumentation', '~> 0.1.2'
|
7
7
|
gem 'pg-instrumentation', '~> 0.1.0'
|
8
|
-
gem 'sfx-rack-tracer', '0.10.0'
|
9
|
-
gem 'rails-instrumentation', '0.1.
|
8
|
+
gem 'sfx-rack-tracer', '~> 0.10.0'
|
9
|
+
gem 'rails-instrumentation', '~> 0.1.5'
|
10
10
|
gem 'redis-instrumentation', '~> 0.2.0'
|
11
11
|
gem 'restclient-instrumentation', '~> 0.1.1'
|
12
12
|
gem 'sequel-instrumentation', '~> 0.1.0'
|