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

To distinguish from general scene stats
This commit is contained in:
Justin Clark-Casey (justincc)
2014-03-19 00:37:06 +00:00
parent 9858766516
commit 1497b75361

View File

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