Sha256: eec48ab41cfa24f454e7b2c16ec5f50dc214d31dfd30efe2d98883e38cb31b19
Contents?: true
Size: 737 Bytes
Versions: 11
Compression:
Stored size: 737 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry' require 'opentelemetry/common/http' require 'opentelemetry/common/utilities' require 'opentelemetry/common/version' # OpenTelemetry is an open source observability framework, providing a # general-purpose API, SDK, and related tools required for the instrumentation # of cloud-native software, frameworks, and libraries. # # The OpenTelemetry module provides global accessors for telemetry objects. # See the documentation for the `opentelemetry-api` gem for details. module OpenTelemetry # Common contains common helpers for semantic conventions, context propagation, etc. module Common end end
Version data entries
11 entries across 11 versions & 1 rubygems