module
Karma::Operations
Defined in:
operations.croperations/prometheus.cr
operations/stats.cr
Constant Summary
-
METRICS_MUTEX =
Mutex.new -
STARTED_AT =
Time.monotonic
Class Method Summary
- .health
- .metrics(cluster : Cluster) : String
- .record_batch_read(key_count : Int32) : Nil
- .record_batch_write(item_count : Int32) : Nil
- .record_command(success : Bool, latency_ms : Float64) : Nil
- .record_compact : Nil
- .record_query_timeout : Nil
- .record_reconciliation(checked_points : Int64, mismatch_count : Int64, absolute_drift : Int64, max_abs_delta : Int64) : Nil
- .record_retention : Nil
- .stats(cluster : Cluster)
- .verify_restore
Class Method Detail
def self.record_reconciliation(checked_points : Int64, mismatch_count : Int64, absolute_drift : Int64, max_abs_delta : Int64) : Nil
#