Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
loki-client
main
Loki
Client
Config
ClientError
Direction
Model
Cache
Caches
Chunk
Entry
IndexStatsResponse
Ingester
Label
LabelResponse
Labels
LabelSet
Matrix
Metric
Querier
QueryResponse
QueryResponseData
ResultType
ResultValue
SamplePair
SampleStream
Scalar
SeriesResponse
Stats
Status
Store
Stream
Streams
Summary
ValueType
Vector
Vectors
ProxyConfig
Generated using Crystal 1.14.0
2024-11-26 09:37:41 UTC
struct
Loki::
Model::
QueryResponseData
Loki::Model::QueryResponseData
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
models/query.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#result
: ResultValue | Nil
#result_type
: ResultType
#stats
: Model::Stats
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
result
:
ResultValue
| Nil
#
[
View source
]
def
result_type
:
ResultType
#
[
View source
]
def
stats
:
Model::Stats
#
[
View source
]