@@ -150,7 +150,7 @@ metadata:
150
150
categories : OpenShift Optional, Logging & Tracing
151
151
certified : " false"
152
152
containerImage : docker.io/grafana/loki-operator:0.6.1
153
- createdAt : " 2024-06-12T17:07:25Z "
153
+ createdAt : " 2024-07-02T16:13:50Z "
154
154
description : The Community Loki Operator provides Kubernetes native deployment
155
155
and management of Loki and related logging components.
156
156
operators.operatorframework.io/builder : operator-sdk-unknown
@@ -377,6 +377,12 @@ spec:
377
377
path : limits.global.queries.maxQuerySeries
378
378
x-descriptors :
379
379
- urn:alm:descriptor:com.tectonic.ui:number
380
+ - description : MaxVolumeSeries defines the maximum number of aggregated series
381
+ in a log-volume response
382
+ displayName : Max Volume Series
383
+ path : limits.global.queries.maxVolumeSeries
384
+ x-descriptors :
385
+ - urn:alm:descriptor:com.tectonic.ui:number
380
386
- description : Timeout when querying ingesters or storage during the execution
381
387
of a query request.
382
388
displayName : Query Timeout
@@ -488,6 +494,12 @@ spec:
488
494
path : limits.tenants.queries.maxQuerySeries
489
495
x-descriptors :
490
496
- urn:alm:descriptor:com.tectonic.ui:number
497
+ - description : MaxVolumeSeries defines the maximum number of aggregated series
498
+ in a log-volume response
499
+ displayName : Max Volume Series
500
+ path : limits.tenants.queries.maxVolumeSeries
501
+ x-descriptors :
502
+ - urn:alm:descriptor:com.tectonic.ui:number
491
503
- description : Timeout when querying ingesters or storage during the execution
492
504
of a query request.
493
505
displayName : Query Timeout
0 commit comments