Fixed lowercase typo on folder name.

Quick made the README.md
This commit is contained in:
savagebidoof 2024-01-15 21:36:27 +01:00
parent 2582e15e1a
commit ee13b20458
9 changed files with 15 additions and 28 deletions

15
13-Monitoring/README.md Normal file
View File

@ -0,0 +1,15 @@
## Examples
- 01-Create_Prometheus_Stack
- 02-Add_Istio_Scrapping_Metrics
- 03-Grafana_Istio_Dashboards
This set of examples, steps 1, 2 and 3 are progressive and hey use resources set up in each one of the previous examples.
## Quick resume
Example 1 deploys the Prometheus stack.
Example 2 adds jobs to Prometheus to scrap Istio related metrics.
Example 3 just shares a couple of ready to use Istio related dashboards.

View File

@ -1,28 +0,0 @@
Currently, in progress, more or less.
Note that on this set of examples, steps 1, 2 and 3 are incremental, therefore they use resources set up in each one of the previous examples.
Example of Alert Manager could be a simple "when X service has 80% of 503, rise alert"
## Related link
https://raw.githubusercontent.com/istio/istio/release-1.17/samples/httpbin/sample-client/fortio-deploy.yaml
https://github.com/istio/istio/tree/master/samples/addons
https://github.com/prometheus-operator/prometheus-operator
https://istio.io/latest/docs/ops/integrations/prometheus/
https://istio.io/latest/docs/ops/integrations/prometheus/#option-2-customized-scraping-configurations
https://istio.io/latest/docs/ops/integrations/prometheus/#tls-settings
https://www.reddit.com/r/istio/comments/usld1h/istio_mtls_and_prometheus_the_definitive/
https://superorbital.io/blog/istio-metrics-merging/ <--- Interesting read