minor: Put ProcessedFetchInventoryRequests and QueuedFetchInventoryRequests in stats category "scene-inventory" instead of "scene"

To distinguish from general scene stats
0.8.0.3
Justin Clark-Casey (justincc) 2014-03-19 00:37:06 +00:00
parent 9858766516
commit 1497b75361
1 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ namespace OpenSim.Region.ClientStack.Linden
"Number of processed fetch inventory requests", "Number of processed fetch inventory requests",
"These have not necessarily yet been dispatched back to the requester.", "These have not necessarily yet been dispatched back to the requester.",
"", "",
"scene", "scene-inventory",
Scene.Name, Scene.Name,
StatType.Pull, StatType.Pull,
MeasuresOfInterest.AverageChangeOverTime, MeasuresOfInterest.AverageChangeOverTime,
@ -182,7 +182,7 @@ namespace OpenSim.Region.ClientStack.Linden
"Number of fetch inventory requests queued for processing", "Number of fetch inventory requests queued for processing",
"", "",
"", "",
"scene", "scene-inventory",
Scene.Name, Scene.Name,
StatType.Pull, StatType.Pull,
MeasuresOfInterest.AverageChangeOverTime, MeasuresOfInterest.AverageChangeOverTime,