Sha256: ef95d8f53a35b7fa7f064d4f11aee8282ebf6d846fbaee1d786ce01a51e2ae2f
Contents?: true
Size: 411 Bytes
Versions: 12
Compression:
Stored size: 411 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry' require 'opentelemetry-instrumentation-base' module OpenTelemetry module Instrumentation # Contains the OpenTelemetry instrumentation for the GraphQL gem module GraphQL end end end require_relative 'graphql/instrumentation' require_relative 'graphql/version'
Version data entries
12 entries across 12 versions & 1 rubygems