You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What type of PR is this?
* [x] Feature
* [ ] BUG
* [ ] Alerts
* [ ] Improvement
* [ ] Documentation
* [ ] Test and CI
## Which issue(s) this PR related:
issue #matrixorigin/MO-Cloud#3134
## What this PR does / why we need it:
changes:
1. 去掉values.yaml 不兼容 loki 3.0.0 的配置项,
`limits_config:enforce_metric_name`
2. reset `limits_config: max_label_names_per_series = 30`
3. 去掉 storage_config 不兼容的配置: tsdb_shiper 和 boltdb_shipper
4. 补充 svc/loki-gateway 创建
link
- loki 3.0 default 更新
https://grafana.com/docs/loki/latest/setup/upgrade/#changes-to-default-configuration-values-in-30
- schema v13,
https://grafana.com/docs/loki/latest/operations/storage/schema/
error info
```
failed parsing config: /etc/loki/config/config.yaml: yaml: unmarshal errors:
line 27: field enforce_metric_name not found in type validation.plain
line 84: field shared_store not found in type boltdb.IndexCfg
line 101: field shared_store not found in type indexshipper.Config. Use `-config.expand-env=true` flag if you want to expand environment variables in your config file
```
0 commit comments