Sha256: 7c7305a13959004540ea1ca60b8dc766e1e47457d944227a7b8ea6229b090c9c
Contents?: true
Size: 1.7 KB
Versions: 11
Compression:
Stored size: 1.7 KB
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 # 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
11 entries across 11 versions & 1 rubygems