diff --git a/Days/Images/Day78_Monitoring7.png b/Days/Images/Day78_Monitoring7.png new file mode 100644 index 0000000..b530b84 Binary files /dev/null and b/Days/Images/Day78_Monitoring7.png differ diff --git a/Days/Images/Day80_Monitoring8.png b/Days/Images/Day80_Monitoring8.png new file mode 100644 index 0000000..4e21a81 Binary files /dev/null and b/Days/Images/Day80_Monitoring8.png differ diff --git a/Days/day78.md b/Days/day78.md index ef78ebc..3e44f0c 100644 --- a/Days/day78.md +++ b/Days/day78.md @@ -23,7 +23,7 @@ Pull approach - If you are talking to thousands of microservices or systems and Once again we see YAML for configuration for Prometheus. -![](https://cdn.jsdelivr.net/gh/prometheus/prometheus@c34257d069c630685da35bcef084632ffd5d6209/documentation/images/architecture.svg) +![](Images/Day78_Monitoring7.png) Later on you are going to see how this looks when deployed into Kubernetes, in particular we have the **PushGateway** which pulls our metrics from our jobs/exporters. diff --git a/Days/day80.md b/Days/day80.md index 131ac6b..d6479ff 100644 --- a/Days/day80.md +++ b/Days/day80.md @@ -34,7 +34,7 @@ On top of the above mentioned components you might also see Beats which are ligh - Kibana uses Elasticsearch DB to Explore, Visualize, and Share -![](https://www.guru99.com/images/tensorflow/082918_1504_ELKStackTut1.png) +![](Images/Day80_Monitoring8.png) [Picture taken from Guru99](https://www.guru99.com/elk-stack-tutorial.html)