From 5d0f7825f112efbf8e9d152d2f9dda104468504a Mon Sep 17 00:00:00 2001 From: idori Date: Wed, 4 Oct 2017 17:08:53 +0300 Subject: [PATCH] images --- sections/production/monitoring.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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