Class: Zipkin::Endpoint
- Inherits:
-
Object
- Object
- Zipkin::Endpoint
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/zipkin_query/zipkin_core_types.rb
Constant Summary collapse
- IPV4 =
1
- PORT =
2
- SERVICE_NAME =
3
- FIELDS =
{ IPV4 => {:type => ::Thrift::Types::I32, :name => 'ipv4'}, PORT => {:type => ::Thrift::Types::I16, :name => 'port'}, SERVICE_NAME => {:type => ::Thrift::Types::STRING, :name => 'service_name'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
34 |
# File 'lib/zipkin_query/zipkin_core_types.rb', line 34 def struct_fields; FIELDS; end |
#validate ⇒ Object
36 37 |
# File 'lib/zipkin_query/zipkin_core_types.rb', line 36 def validate end |