Sha256: 8819a5be66a63c6cdee44a451242098772b6dd97d00dcbf2df28fc095a52d93b
Contents?: true
Size: 370 Bytes
Versions: 5
Compression:
Stored size: 370 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry' 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
5 entries across 5 versions & 1 rubygems