Class: Zipkin::Trace

Inherits:
Object
  • Object
show all
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_fieldsObject



38
# File 'lib/zipkin_query/zipkin_query_types.rb', line 38

def struct_fields; FIELDS; end

#validateObject



40
41
# File 'lib/zipkin_query/zipkin_query_types.rb', line 40

def validate
end