Configuration for the usage monitoring services
Enable the database usage writer.
Default: true
Enable the remote usage writer.
Default: false
Enable the rollup writer to write rollup data to rollup database tables.
Default: true
The batch size for rollup recording. A batch is written if it reaches this limit or the write interval has been exceeded.
Default: 50
The batch size for usage recording. A batch is written if it reaches this limit or the write interval has been exceeded.
Default: 50
Enable the usage writer to write usage data to usage database tables.
Default: true
The maximum interval between batch writes in milliseconds.
Default: 1000
Should the oldest queue entry be discarded on queue overflow? If false, the newset entry is discarded if the queues back up.
Default: true
How much of jvm heap can the usage data queue occupy
Default: 20
How much of jvm heap can the usage message queue occupy
Default: 40
Indicates whether a remote written batch should be retried if an unrecoverable error is encountered. Recoverable errors include HTTP connection failures and and HTTP 404. Unrecoverable are all others.
Default: false