MetricsPolicyReportSizeLimit Field

Metrics file size soft limit in bytes for listeners that write logs.

When reportSizeLimit is reached or exceeded, the current metrics file is closed and a new metrics file is created with a new timestamp.If reportSizeLimit is zero, the metrics file size is unbounded and the file will only be closed when {@link com.aerospike.client.AerospikeClient#disableMetrics()} or TODO { link com.aerospike.client.AerospikeClient#close()} is called.

Default: 0

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.3.0+ce4f0b6532a6a09537fffcf84d41de9c9c921c0a
C#
public long ReportSizeLimit

Field Value

Int64

See Also