From 56c741111531eea3b0671d2a8ff528bd0368c107 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Tue, 2 Mar 2021 12:47:11 +0300 Subject: [PATCH] nginx: removed Amplify notices. Service is in life-support mode since quite some time. --- nginx/content.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nginx/content.md b/nginx/content.md index b0c668d2f..e1911dab8 100644 --- a/nginx/content.md +++ b/nginx/content.md @@ -181,13 +181,3 @@ http { ``` Alternatively, check out the official [Docker NGINX unprivileged image](https://hub.docker.com/r/nginxinc/nginx-unprivileged). - -## 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, 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).