diff options
author | Jan Provaznik <jprovaznik@gitlab.com> | 2019-05-02 07:01:14 +0000 |
---|---|---|
committer | Bob Van Landuyt <bob@gitlab.com> | 2019-05-02 07:01:14 +0000 |
commit | 96750fac4c4060d0a9e321039cab3dcf52a31105 (patch) | |
tree | c5f0f735bc80021e39193dac3ca10026e138c948 /Gemfile.lock | |
parent | 2b3b0bb1847e5d910b3e5dc5e151f194c12d3907 (diff) | |
download | gitlab-ce-96750fac4c4060d0a9e321039cab3dcf52a31105.tar.gz |
Add opentracing integration for graphql
Extends existing graphql's tracer with opentracing measurements. Because
it also adds Tracing::Graphql class (for opentracing), it also renames
Graphql::Tracing class to Graphql::GenericTracing to minimize confusion
with similar class names.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 3b03a8ef691..4db00ba4e18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -288,7 +288,7 @@ GEM github-markup (1.7.0) gitlab-default_value_for (3.1.1) activerecord (>= 3.2.0, < 6.0) - gitlab-labkit (0.1.2) + gitlab-labkit (0.2.0) actionpack (~> 5) activesupport (~> 5) grpc (~> 1.15) @@ -1059,7 +1059,7 @@ DEPENDENCIES gitaly-proto (~> 1.26.0) github-markup (~> 1.7.0) gitlab-default_value_for (~> 3.1.1) - gitlab-labkit (~> 0.1.2) + gitlab-labkit (~> 0.2.0) gitlab-markup (~> 1.7.0) gitlab-sidekiq-fetcher (~> 0.4.0) gitlab-styles (~> 2.5) |