minor: Put ProcessedFetchInventoryRequests and QueuedFetchInventoryRequests in stats category "scene-inventory" instead of "scene"
To distinguish from general scene stats0.8.0.3
parent
9858766516
commit
1497b75361
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue