Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 491 Bytes

metrics.md

File metadata and controls

6 lines (5 loc) · 491 Bytes

YildizDB supports Prometheus Metrics

  • YildizDB exposes internal statistics via its /admin/stats endpoint when run as HTTP server
  • additionally it translates the stats in regular intervals (2,5 secs default) to prometheus metrics which it exposes under /admin/metrics
  • you can configure your Prometheus to scrape the metrics from your YilidzDB instances
  • and use Grafana for example to illustrate the metrics in real-time graphs