Sha256: 2b8579f6c346fa12485c9d9592279687a865066804175034da83146404b3d08d
Contents?: true
Size: 727 Bytes
Versions: 3
Compression:
Stored size: 727 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry/sdk' require 'opentelemetry/resource/detector/container' require 'opentelemetry/resource/detector/container/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 module Resource # Detector contains the resource detectors module Detector end end end
Version data entries
3 entries across 3 versions & 1 rubygems