Sha256: 1d13c69dc1c782b23150dd0121c9da695f06129da4f14c0fc44ee76cdffc45d3

Contents?: true

Size: 1.7 KB

Versions: 9

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

9 entries across 9 versions & 1 rubygems

Version Path
newrelic-infinite_tracing-8.10.1 lib/infinite_tracing/proto/infinite_tracing_pb.rb
newrelic-infinite_tracing-8.10.0 lib/infinite_tracing/proto/infinite_tracing_pb.rb
newrelic-infinite_tracing-8.9.0 lib/infinite_tracing/proto/infinite_tracing_pb.rb
newrelic-infinite_tracing-8.8.0 lib/infinite_tracing/proto/infinite_tracing_pb.rb
newrelic-infinite_tracing-8.7.0 lib/infinite_tracing/proto/infinite_tracing_pb.rb
newrelic-infinite_tracing-8.6.0 lib/infinite_tracing/proto/infinite_tracing_pb.rb
newrelic-infinite_tracing-8.5.0 lib/infinite_tracing/proto/infinite_tracing_pb.rb
newrelic-infinite_tracing-8.4.0 lib/infinite_tracing/proto/infinite_tracing_pb.rb
newrelic-infinite_tracing-8.3.0 lib/infinite_tracing/proto/infinite_tracing_pb.rb