Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Bump mysql2 instrumentation version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Fitzpatrick committed Oct 4, 2019
1 parent 0758ab5 commit 6aac1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/sfx-rb-trace-bootstrap
Expand Up @@ -9,7 +9,7 @@ instrumentations = {
"faraday" => ["signalfx-faraday-instrumentation", "~> 0.1.1"],
"grape" => ["grape-instrumentation", "~> 0.1.0"],
"mongodb" => ["mongodb-instrumentation", "~> 0.1.1"],
"mysql2" => ["mysql2-instrumentation", "~> 0.1.0"],
"mysql2" => ["mysql2-instrumentation", "~> 0.2.0"],
"nethttp" => ["nethttp-instrumentation", "~> 0.1.2"],
"rack" => ["rack-tracer", "~> 0.8"],
"rails" => ["rails-instrumentation", "~> 0.1.2"],
Expand Down
2 changes: 1 addition & 1 deletion gem.deps.rb
Expand Up @@ -2,7 +2,7 @@
gem 'activerecord-opentracing', '~> 0.2.1'
gem 'grape-instrumentation', "~> 0.1.0"
gem 'mongodb-instrumentation', '~> 0.1.1'
gem 'mysql2-instrumentation', '~> 0.1.0'
gem 'mysql2-instrumentation', '~> 0.2.0'
gem 'nethttp-instrumentation', '~> 0.1.2'
gem 'rack-tracer', '~> 0.8'
gem 'rails-instrumentation', '0.1.2'
Expand Down

0 comments on commit 6aac1ad

Please sign in to comment.