Class: Google::Devtools::Cloudtrace::V2::Span::TimeEvent::Annotation
- Inherits:
-
Object
- Object
- Google::Devtools::Cloudtrace::V2::Span::TimeEvent::Annotation
- 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
-
#attributes ⇒ Google::Devtools::Cloudtrace::V2::Span::Attributes
A set of attributes on the annotation.
-
#description ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
A user-supplied message describing the event.
Instance Attribute Details
#attributes ⇒ Google::Devtools::Cloudtrace::V2::Span::Attributes
Returns A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
128 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 128 class Annotation; end |
#description ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
Returns A user-supplied message describing the event. The maximum length for the description is 256 bytes.
128 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 128 class Annotation; end |