struct Loki::Model::Entry
- Loki::Model::Entry
- Struct
- Value
- Object
Defined in:
models/entry.crConstructors
- .new(timestamp : Time | Nil, line : Nil | String, structred_metadata : Nil | Array(Loki::Model::Label), parsed : Nil | Array(Loki::Model::Label), metadata : JSON::Any = JSON::Any.new(nil))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #line : String | Nil
- #parsed : Model::Labels | Nil
- #structred_metadata : Model::Labels | Nil
- #timestamp : Time | Nil
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(timestamp : Time | Nil, line : Nil | String, structred_metadata : Nil | Array(Loki::Model::Label), parsed : Nil | Array(Loki::Model::Label), metadata : JSON::Any = JSON::Any.new(nil))
#