For Grafana Installation and Prometheus Integration as Data Source, you can check the Prometheus and Grafana Installation page.
You can visualize Apinizer Cache metrics on Grafana. By integrating with Prometheus data source, you can monitor cache performance, memory usage and API request metrics in dashboards.
topk(5, sum by (cache) (rate(cache_gets_total{cache=~".*"}[2h])))
topk(5, sum by (cache) (cache_entry_memory_bytes))
sum(increase(apinizer_cache_api_requests_total[1h]))