docs: set v7 release date

This commit is contained in:
Stefan Rotsch
2023-11-01 09:14:16 +01:00
committed by Stefan Rotsch
parent 6bcd574eaf
commit d2ee09f387
58 changed files with 0 additions and 0 deletions

13
radar/2023-11-01/loki.md Normal file
View File

@@ -0,0 +1,13 @@
---
title: "Loki"
ring: adopt
quadrant: platforms-and-aoe-services
tags: [ devops ]
---
After having very positive experiences, we decided to replace our ELK stacks with Loki, primarily for the following reasons:
- Loki is significantly more cost-effective than the storage requirements of Elasticsearch used in the ELK stack.
- The PromQL-like query language, familiar to users of Prometheus, makes it easier for DevOps and SRE teams who already use Prometheus for monitoring to work with logs.
- Loki's native integration with Kubernetes simplifies the setup and configuration process.
- Loki typically requires less maintenance and overhead compared to ELK.