diff --git a/sections/production/monitoring.md b/sections/production/monitoring.md index 5382896a..54aa4034 100644 --- a/sections/production/monitoring.md +++ b/sections/production/monitoring.md @@ -15,23 +15,19 @@ Achieving the advanced features demands lengthy setup or buying a commercial pro ### Monitoring example: AWS cloudwatch default dashboard. Hard to extract in-app metrics -![Monitoring example: AWS cloudwatch default dashboard. Hard to extract in-app metrics](/assets/images/monitoring1.png "Monitoring example: AWS cloudwatch default dashboard. Hard to extract in-app metrics") +![AWS cloudwatch default dashboard. Hard to extract in-app metrics](/assets/images/monitoring1.png)

### Monitoring example: StackDriver default dashboard. Hard to extract in-app metrics -```javascript -code here -``` +![StackDriver default dashboard. Hard to extract in-app metrics](/assets/images/monitoring2.png)

### Monitoring example: Grafana as the UI layer that visualizes raw data -```javascript -code here -``` +![Grafana as the UI layer that visualizes raw data](/assets/images/monitoring3.png)

### What Other Bloggers Say