[
https://issues.apache.org/jira/browse/JCR-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893218#comment-13893218
]
Alex Parvulescu commented on JCR-3723:
--------------------------------------
bq. QUERY_AVERAGE(true)
I can't remember exactly, I think it was because the query run times can go
pretty high and some outlier could blowup the entire stats sequence.
But looking at the code, it seems that the averages are not affected by this
flag at all, they just compute dynamic values out of 2 stats [0], whereas the
TimeSeriesRecorder handles the resets on the normal (count & duration) stats.
[0]
http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/TimeSeriesAverage.java
[1]
http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/stats/TimeSeriesRecorder.java
> Add support for observation statistics to RepositoryStatistics
> --------------------------------------------------------------
>
> Key: JCR-3723
> URL: https://issues.apache.org/jira/browse/JCR-3723
> Project: Jackrabbit Content Repository
> Issue Type: Improvement
> Components: jackrabbit-core
> Reporter: Michael Dürig
> Assignee: Michael Dürig
> Attachments: JCR-3723.patch
>
>
> I suggest to add support for observation statistics to RepositoryStatistics
> for tracking the total number of observation events and the time spent
> handling observation events as TimeSeries.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)