MetricsWriter Class
Client metrics listener.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public sealed class MetricsWriter : IMetricsListener
- Inheritance
- Object MetricsWriter
- Implements
- IMetricsListener
OnDisable |
Write final cluster metrics snapshot to file and then close the file.
|
OnEnable |
Open timestamped metrics file in Append mode and write header indicating what metrics will
be stored.
|
OnNodeClose |
Write final node metrics snapshot on node that will be closed.
|
OnSnapshot |
Write cluster metrics snapshot to file.
|