public interface AvatarManagerStats
extends com.atlassian.jira.util.stats.ManagedStats
AvatarManager
.
See also: JiraStats
Example Output: 2022-11-22 15:59:08,846+1100 jira-stats-0 INFO [c.a.j.util.stats.JiraStats] [JIRA-STATS] [AvatarManagerStats] total stats: duration=PT4M59.997S, statsOverhead=n/a, data= { "_statsName": "AvatarManagerStats", "_statsType": "total", "_time": "2022-11-22T04:59:08.845Z", "_timestamp": 1669093148845, "_duration": "PT4M59.997S", "_invocations": 5, "_statsOverhead": "n/a", "readAvatarDataTimeInMillis": { "count": 5, "min": 0, "max": 3, "sum": 6, "avg": 1, "distributionCounter": {} }, "configuration": { "fileStoreName": "FILE_SYSTEM", "customS3Url": false } }
Modifier and Type | Interface and Description |
---|---|
static class |
AvatarManagerStats.MutableAvatarManagerStats |
Modifier and Type | Method and Description |
---|---|
void |
readAvatarData(java.time.Duration executionTime,
FileStoreAnalyticInfo fileStoreAnalyticInfo)
Records a measurement about a call to readAvatarData in
AvatarManager . |
void readAvatarData(java.time.Duration executionTime, FileStoreAnalyticInfo fileStoreAnalyticInfo)
AvatarManager
.executionTime
- a Duration
representing the time elapsed while executing the methodCopyright © 2002-2023 Atlassian. All Rights Reserved.