Class: Zipkin::QueryResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/zipkin_query/zipkin_query_types.rb

Constant Summary collapse

TRACE_IDS =
1
START_TS =
2
END_TS =
3
FIELDS =
{
  TRACE_IDS => {:type => ::Thrift::Types::LIST, :name => 'trace_ids', :element => {:type => ::Thrift::Types::I64}},
  START_TS => {:type => ::Thrift::Types::I64, :name => 'start_ts'},
  END_TS => {:type => ::Thrift::Types::I64, :name => 'end_ts'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



216
217
# File 'lib/zipkin_query/zipkin_query_types.rb', line 216

def validate
end