Class: Google::Devtools::Cloudtrace::V2::Span::TimeEvent::Annotation

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb

Overview

Text annotation with a set of attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesGoogle::Devtools::Cloudtrace::V2::Span::Attributes

Returns A set of attributes on the annotation. You can have up to 4 attributes per Annotation.

Returns:



128
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 128

class Annotation; end

#descriptionGoogle::Devtools::Cloudtrace::V2::TruncatableString

Returns A user-supplied message describing the event. The maximum length for the description is 256 bytes.

Returns:



128
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 128

class Annotation; end