Sha256: 98c887535748af9a2d85a17e2d5743ecb2099861e0386e26f7edb7588c3b2357
Contents?: true
Size: 581 Bytes
Versions: 11
Compression:
Stored size: 581 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry/exporter/otlp/version' require 'opentelemetry/exporter/otlp/exporter' # 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 end
Version data entries
11 entries across 11 versions & 1 rubygems