orenccl commented on PR #96: URL: https://github.com/apache/gravitino-playground/pull/96#issuecomment-2457354534
At the first commit, gravitino-playground.json is a bit large(109KB). This file is a preset for the Gravitino dashboard. In the second commit, I reduced this file by minifying it, bringing the size down to 53KB (less than 50% of the original size). ## Why this file is so large 1. I included almost every metric provided by Gravitino so others don't have to create panels themselves. 2. The preset dashboard provided on the official website is even 378KB. [[Node Exporter Full with Node Name | Grafana Labs](https://grafana.com/grafana/dashboards/10242-node-exporter-full/)] Therefore, I think 53KB is reasonable given the level of detail in the dashboard. Below is current look:       Hope 53KB is fine. If not, I can reduce it further by removing rarely used metrics, like this.  Alternatively, I can split it into three different dashboards; each one will be smaller, but the total size will remain the same.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
