From 4de6f8a4dfcf0cd6d65ebc7402de6cdec0bdaa76 Mon Sep 17 00:00:00 2001 From: Stanislav Kopp Date: Tue, 5 Aug 2025 19:58:09 +0200 Subject: [PATCH] up README --- grafana/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana/README.md b/grafana/README.md index e0e9fe5..856b2d9 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -7,7 +7,7 @@ Please check documentation about Grafana alerting [here](https://itdoc.schwarz/x/X11nf) and [official documentation](https://grafana.com/docs/grafana/latest/alerting/) for deeper look. The Terraform modules are separated per resource type, check README in each module directory for spefic examples. -Below is example for alerts using „**Prometheus/Thanos**“ datasorce and sending notification to „**Google Chat**“. +Below is example for alerts using „**Prometheus/Thanos**“ datasource and sending notification to „**Google Chat**“. ## Authentication @@ -30,7 +30,7 @@ Organize alerts, templates, and Terraform code as follows: ``` . ├── alerts/ -│ ├── infra/ +│ ├── common-infra/ │ │ ├── loki/ │ │ │ └── alert-loki.yaml │ │ └── thanos/