MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

feat: add grafana support as metrics service #131

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

As titled.

Usage:

  1. Run ./run d to bootstrap prometheus and grafana service.
  2. Run with RUNKV_METRICS=true.
  3. Access grafana at http://localhost:3000.

Overview:

image

Ref: #66 .

MrCroxx commented 2 years ago

@ytaoeer You can refer to this PR to add more metrics.