Class: Zipkin::Moments

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

Constant Summary collapse

M0 =
1
M1 =
2
M2 =
3
M3 =
4
M4 =
5
FIELDS =
{
  M0 => {:type => ::Thrift::Types::I64, :name => 'm0'},
  M1 => {:type => ::Thrift::Types::DOUBLE, :name => 'm1'},
  M2 => {:type => ::Thrift::Types::DOUBLE, :name => 'm2'},
  M3 => {:type => ::Thrift::Types::DOUBLE, :name => 'm3'},
  M4 => {:type => ::Thrift::Types::DOUBLE, :name => 'm4'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



26
# File 'lib/zipkin_query/zipkin_dependencies_types.rb', line 26

def struct_fields; FIELDS; end

#validateObject



28
29
# File 'lib/zipkin_query/zipkin_dependencies_types.rb', line 28

def validate
end