Posts

Showing posts with the label graphite

How to get top 10 growing objects in grafana being graphite as backend

How to get top 10 growing objects in grafana being graphite as backend I am using graphite and grafana. My data is as follows db schema tablename bytes db1 schema1 table1 1234434 db1 schema1 table2 3409853 db1 schema1 table3 4645654 . . .. db1 schema2 table1 2343454 db1 schema2 table2 3242323 db1 schema2 table3 3433455 . . . Per schema i want to get the top 10 growing objects (i mean tables). I mean in schema1 i want to get top 10 growing objects/tables. In schema2 i want to get top 10 growing objects/tables. I have several schemas in a database. How can i acheive this? Please help By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.