Sha256: 7f934990c4bd2da5bedb7b904ef16f055a7a02c27e53ba9f3546e7eab8687af8
Contents?: true
Size: 646 Bytes
Versions: 20
Compression:
Stored size: 646 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true require 'grpc' require 'google/protobuf' require_relative 'proto/infinite_tracing_pb' require_relative 'proto/infinite_tracing_services_pb' # Mapping gRPC namespaced classes into New Relic's module NewRelic::Agent::InfiniteTracing Span = Com::Newrelic::Trace::V1::Span SpanBatch = Com::Newrelic::Trace::V1::SpanBatch AttributeValue = Com::Newrelic::Trace::V1::AttributeValue RecordStatus = Com::Newrelic::Trace::V1::RecordStatus end
Version data entries
20 entries across 20 versions & 1 rubygems