Class: Google::Cloud::Monitoring::V3::SpanContext

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/span_context.rb

Overview

The context of a span. This is attached to an Exemplar in Distribution values during aggregation.

It contains the name of a span with format:

projects/[PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]

Instance Attribute Summary collapse

Instance Attribute Details

#span_name::String



42
43
44
45
# File 'proto_docs/google/monitoring/v3/span_context.rb', line 42

class SpanContext
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end