Sha256: 1d61a5b281b96c177f58c0d64421254dd644692ee16efbf78b19dc11fde92cd4
Contents?: true
Size: 751 Bytes
Versions: 2
Compression:
Stored size: 751 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry/sdk' require 'opentelemetry/resource/detector/google_cloud_platform' require 'opentelemetry/resource/detector/google_cloud_platform/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
2 entries across 2 versions & 1 rubygems