Added simple monitoring examples.

They are based off Helm PrometheusStack community Chart.
This commit is contained in:
savagebidoof
2024-01-15 21:32:14 +01:00
parent 942a3bf8ae
commit 6cb3c9fa50
9 changed files with 647 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ Refer to the specific `README.md` in each example for more information.
# Tree of folders
```shell
tree -d | grep -v src$
```
```text
├── 00-Troubleshooting
├── 01-Getting_Started
@@ -54,6 +58,10 @@ Refer to the specific `README.md` in each example for more information.
│   ├── 01-FaultInjection-delay
│   └── 02-FaultInjection-abort
├── 12-CircuitBreaking
├── 13-monitoring
│   ├── 01-Create_Prometheus_Stack
│   ├── 02-Add_Istio_Scrapping_Metrics
│   └── 03-Grafana_Istio_Dashboards
├── 90-MixConfigs
│   ├── 01-HTTPS-Gateway_Service_Entry
│   └── Minecraft