From 725632989ce453e46dde6683a3239ebdf498bc48 Mon Sep 17 00:00:00 2001 From: gfeun <32910236+gfeun@users.noreply.github.com> Date: Mon, 29 Oct 2018 15:07:16 +0100 Subject: [PATCH] Fix typo Fix sentence meaning according to [https://github.com/weaveworks-plugins/scope-http-statistics plugin page: "it has a negligible performance toll" --- site/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.md b/site/plugins.md index 15566427c..f6c931f22 100644 --- a/site/plugins.md +++ b/site/plugins.md @@ -30,7 +30,7 @@ Official Weave Scope plugins can be found at [Weaveworks Plugins](https://github * [IOWait](https://github.com/weaveworks-plugins/scope-iowait): is a Go plugin that uses [iostat](https://en.wikipedia.org/wiki/Iostat) to provide host-level CPU IO wait or idle metrics. -* [HTTP Statistics](https://github.com/weaveworks-plugins/scope-http-statistics): is a Python plugin that uses [bcc](http://iovisor.github.io/bcc/) to track multiple metrics about HTTP per process. It does this without any application-level instrumentation requirements and without a negligible performance toll. This plugin is a work in progress, and currently implements the following (for more information read the [plugin documentation](https://github.com/weaveworks-plugins/scope-http-statistics)): +* [HTTP Statistics](https://github.com/weaveworks-plugins/scope-http-statistics): is a Python plugin that uses [bcc](http://iovisor.github.io/bcc/) to track multiple metrics about HTTP per process. It does this without any application-level instrumentation requirements and with a negligible performance toll. This plugin is a work in progress, and currently implements the following (for more information read the [plugin documentation](https://github.com/weaveworks-plugins/scope-http-statistics)): * Number of HTTP requests per seconds. * Number of HTTP responses code per second (per code).