aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-07-26 02:17:04 +0100
committerJustin Clark-Casey2014-08-02 00:58:23 +0100
commit05dfc38f66c0db58acdec8e427c33b20034ec444 (patch)
tree7735fb2c108c64c09c993643f90b4380f7f9192f /prebuild.xml
parentFix issue with TestTextureNotFound in previous commit 1e3027a (diff)
downloadopensim-SC-05dfc38f66c0db58acdec8e427c33b20034ec444.zip
opensim-SC-05dfc38f66c0db58acdec8e427c33b20034ec444.tar.gz
opensim-SC-05dfc38f66c0db58acdec8e427c33b20034ec444.tar.bz2
opensim-SC-05dfc38f66c0db58acdec8e427c33b20034ec444.tar.xz
Add inventory.<url>.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.) Conflicts: OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 8137d1f..001c16c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -823,6 +823,7 @@
823 <Reference name="OpenSim.Capabilities"/> 823 <Reference name="OpenSim.Capabilities"/>
824 <Reference name="OpenSim.Framework.Communications"/> 824 <Reference name="OpenSim.Framework.Communications"/>
825 <Reference name="OpenSim.Framework.Console"/> 825 <Reference name="OpenSim.Framework.Console"/>
826 <Reference name="OpenSim.Framework.Monitoring"/>
826 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 827 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
827 <Reference name="OpenSim.Region.Framework"/> 828 <Reference name="OpenSim.Region.Framework"/>
828 <Reference name="OpenSim.Server.Base"/> 829 <Reference name="OpenSim.Server.Base"/>