Sha256: 3ad4e39af58ec380a63993bb333a2dfc0bf70b39e526bbe5a82296cbafec8028
Contents?: true
Size: 1.68 KB
Versions: 26
Compression:
Stored size: 1.68 KB
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 # Generated by the protocol buffer compiler. DO NOT EDIT! # source: infinite_tracing.proto Google::Protobuf::DescriptorPool.generated_pool.build do add_message 'com.newrelic.trace.v1.SpanBatch' do repeated :spans, :message, 1, 'com.newrelic.trace.v1.Span' end add_message 'com.newrelic.trace.v1.Span' do optional :trace_id, :string, 1 map :intrinsics, :string, :message, 2, 'com.newrelic.trace.v1.AttributeValue' map :user_attributes, :string, :message, 3, 'com.newrelic.trace.v1.AttributeValue' map :agent_attributes, :string, :message, 4, 'com.newrelic.trace.v1.AttributeValue' end add_message 'com.newrelic.trace.v1.AttributeValue' do oneof :value do optional :string_value, :string, 1 optional :bool_value, :bool, 2 optional :int_value, :int64, 3 optional :double_value, :double, 4 end end add_message 'com.newrelic.trace.v1.RecordStatus' do optional :messages_seen, :uint64, 1 end end module Com module Newrelic module Trace module V1 SpanBatch = Google::Protobuf::DescriptorPool.generated_pool.lookup('com.newrelic.trace.v1.SpanBatch').msgclass Span = Google::Protobuf::DescriptorPool.generated_pool.lookup('com.newrelic.trace.v1.Span').msgclass AttributeValue = Google::Protobuf::DescriptorPool.generated_pool.lookup('com.newrelic.trace.v1.AttributeValue').msgclass RecordStatus = Google::Protobuf::DescriptorPool.generated_pool.lookup('com.newrelic.trace.v1.RecordStatus').msgclass end end end end
Version data entries
26 entries across 26 versions & 1 rubygems