Class: Zipkin::Trace
- Inherits:
-
Object
- Object
- Zipkin::Trace
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/zipkin_query/zipkin_query_types.rb,
lib/thrift/thrift/gen-rb/zipkin_query_types.rb
Constant Summary collapse
- SPANS =
1
- FIELDS =
{ SPANS => {:type => ::Thrift::Types::LIST, :name => 'spans', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Zipkin::Span}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
38 |
# File 'lib/zipkin_query/zipkin_query_types.rb', line 38 def struct_fields; FIELDS; end |
#validate ⇒ Object
40 41 |
# File 'lib/zipkin_query/zipkin_query_types.rb', line 40 def validate end |