Deployment Manual / Version 2207
Table Of Contentscounters.aggregation-interval-milliseconds.daily
| |
Type | java.time.Duration |
Default | |
Description | Interval in milliseconds in which aggregated values for counter events of the last 24 hours will be updated. Defaults to 300000 (5 min). |
counters.aggregation-interval-milliseconds.for-all
| |
Type | java.time.Duration |
Default | |
Description | Interval in milliseconds in which aggregated values for all historic counter events will be updated. Defaults to 86400000 (24 h). |
counters.aggregation-interval-milliseconds.monthly
| |
Type | java.time.Duration |
Default | |
Description | Interval in milliseconds in which aggregated values for counter events of the last 30 days will be updated. Defaults to 86400000 (24 hours). |
counters.aggregation-interval-milliseconds.weekly
| |
Type | java.time.Duration |
Default | |
Description | Interval in milliseconds in which aggregated values for counter events of the last 7 days will be updated. Defaults to 10800000 (3 hours). |
counters.aggregation-interval-milliseconds.yearly
| |
Type | java.time.Duration |
Default | |
Description | Interval in milliseconds in which aggregated values for counter events of the last 365 days will be updated. Defaults to 86400000 (24 hours). |
Table 3.36. Counters Properties