Sha256: 45156b650854cfcf03314d554db071a8e8e498d213b2c9be51b85c05ec9b75c0
Contents?: true
Size: 628 Bytes
Versions: 34
Compression:
Stored size: 628 Bytes
Contents
# 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
34 entries across 34 versions & 1 rubygems