From 06ea8a34a2c37d107f0bdb52713a0c8d0ff41c19 Mon Sep 17 00:00:00 2001 From: Andy A Date: Wed, 7 Jun 2017 19:58:07 +0300 Subject: [PATCH 1/2] Added a section on monitoring nginx containers with Amplify. --- nginx/content.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nginx/content.md b/nginx/content.md index 13b079cfb..d16f7e0a3 100644 --- a/nginx/content.md +++ b/nginx/content.md @@ -107,3 +107,13 @@ web: - ./nginx.conf:/etc/nginx/nginx.conf:ro command: [nginx-debug, '-g', 'daemon off;'] ``` + +## Monitoring nginx with Amplify + +[Amplify](https://amplify.nginx.com/signup/) is a free monitoring tool that can be used to monitor microservice architectures based on nginx. Amplify is developed and maintained by the company behind the nginx software. + +With Amplify it is possible to collect and aggregate metrics across containers, and present a coherent set of visualizations of the key performance data, such as active connections or requests per second. It is also easy to quickly check for any performance degradations, traffic anomalies, and get a deeper insight into the nginx configuration in general. + +In order to use Amplify, the Amplify Agent should be [installed](https://github.com/nginxinc/docker-nginx-amplify) inside the container. + +For more information about Amplify, please check the official documentation [here](https://github.com/nginxinc/nginx-amplify-doc). From 45775b58b383d819de2aa30749ed4943d884b964 Mon Sep 17 00:00:00 2001 From: Andy A Date: Wed, 7 Jun 2017 20:04:27 +0300 Subject: [PATCH 2/2] A bit of clarification. --- nginx/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/content.md b/nginx/content.md index d16f7e0a3..e2c970d88 100644 --- a/nginx/content.md +++ b/nginx/content.md @@ -114,6 +114,6 @@ web: With Amplify it is possible to collect and aggregate metrics across containers, and present a coherent set of visualizations of the key performance data, such as active connections or requests per second. It is also easy to quickly check for any performance degradations, traffic anomalies, and get a deeper insight into the nginx configuration in general. -In order to use Amplify, the Amplify Agent should be [installed](https://github.com/nginxinc/docker-nginx-amplify) inside the container. +In order to use Amplify, a small Python-based agent software (Amplify Agent) should be [installed](https://github.com/nginxinc/docker-nginx-amplify) inside the container. For more information about Amplify, please check the official documentation [here](https://github.com/nginxinc/nginx-amplify-doc).