jamf / regatta

Regatta is a distributed key-value store. It is Kubernetes friendly with emphasis on high read throughput and low operational cost.

Home Page:https://engineering.jamf.com/regatta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add storage layer metrics

jsfpdn opened this issue · comments

In order to improve observability, add metrics for

  • table wrapper
    • latency metrics for Range/Put/Delete
    • failure metrics for Get/Set/Delete
  • table pebble storage
    • # of write stalls
    • # of compactions
    • compaction sizes
    • DB size
    • Cache usage metrics
  • metadata
    • latency metrics for Get/Set/Delete
    • failure metrics for Get/Set/Delete