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.
Showing
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment