struct Loki::Model::Summary

Included Modules

Defined in:

models/stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bytes_processed_per_second : Int64 | Nil #

[View source]
def exec_time : Float64 | Nil #

[View source]
def lines_processed_per_second : Int64 | Nil #

[View source]
def queue_time : Float64 | Nil #

[View source]
def shards : Int64 | Nil #

[View source]
def splits : Int64 | Nil #

[View source]
def subqueries : Int64 | Nil #

[View source]
def total_bytes_processed : Int64 | Nil #

[View source]
def total_entries_returned : Int64 | Nil #

[View source]
def total_lines_processed : Int64 | Nil #

[View source]
def total_post_filter_lines : Int64 | Nil #

[View source]
def total_structured_metadata_bytes_processed : Int64 | Nil #

[View source]