feat(loki): expose some more settings
This commit is contained in:
@@ -23,7 +23,7 @@ name: loki
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/grafana/loki
|
- https://github.com/grafana/loki
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.4
|
version: 1.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- logs
|
- logs
|
||||||
|
|||||||
@@ -85,6 +85,62 @@ questions:
|
|||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
|
- variable: config
|
||||||
|
group: "App Configuration"
|
||||||
|
label: "Loki Settings"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: ingester
|
||||||
|
label: "Ingester"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: chunk_idle_period
|
||||||
|
label: "chunk_idle_period"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "3m"
|
||||||
|
required: true
|
||||||
|
- variable: chunk_block_size
|
||||||
|
label: "chunk_block_size"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 262144
|
||||||
|
required: true
|
||||||
|
- variable: chunk_retain_period
|
||||||
|
label: "chunk_retain_period"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "1m"
|
||||||
|
- variable: max_transfer_retries
|
||||||
|
label: "max_transfer_retries"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: limits_config
|
||||||
|
label: "Limits Config"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enforce_metric_name
|
||||||
|
label: "Enforce Metric Name"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: reject_old_samples
|
||||||
|
label: "Reject Old Samples"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
- variable: reject_old_samples_max_age
|
||||||
|
label: "Reject Old Samples - Max Age"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "168h"
|
||||||
|
required: true
|
||||||
|
|
||||||
|
|
||||||
- variable: service
|
- variable: service
|
||||||
group: "Networking and Services"
|
group: "Networking and Services"
|
||||||
label: "Configure Service(s)"
|
label: "Configure Service(s)"
|
||||||
|
|||||||
Reference in New Issue
Block a user