up README

This commit is contained in:
Stanislav_Kopp 2025-08-05 19:58:09 +02:00
parent 92e4465889
commit 4de6f8a4df

View file

@ -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. 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. 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 ## Authentication
@ -30,7 +30,7 @@ Organize alerts, templates, and Terraform code as follows:
``` ```
. .
├── alerts/ ├── alerts/
│ ├── infra/ │ ├── common-infra/
│ │ ├── loki/ │ │ ├── loki/
│ │ │ └── alert-loki.yaml │ │ │ └── alert-loki.yaml
│ │ └── thanos/ │ │ └── thanos/