From 327632dc66981c4271ca80c7aa62f934e2371162 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 26 Jul 2014 02:17:04 +0100 Subject: Add inventory..RequestsMade stat. This gives a count of all requests made to the remote inventory service. This is finer grained than inventory.httpfetch.ProcessedFetchInventoryRequests since such a request can be comprised of many individual inv service calls. In addition, this will count requests that don't go through the HTTP inventory fetch (e.g. HG, archiving, etc.) --- prebuild.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index aef5722..be77950 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -823,6 +823,7 @@ + -- cgit v1.1