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 | |
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')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -276,7 +276,7 @@ gem 'sentry-raven', '~> 2.7' gem 'premailer-rails', '~> 1.9.7' # LabKit: Tracing and Correlation -gem 'gitlab-labkit', '~> 0.1.2' +gem 'gitlab-labkit', '~> 0.2.0' # I18n gem 'ruby_parser', '~> 3.8', require: false |