apache / accumulo

Apache Accumulo
https://accumulo.apache.org
Apache License 2.0
1.08k stars 445 forks source link

Remove graphs from monitor #5108

Closed DomGarguilo closed 5 hours ago

DomGarguilo commented 9 hours ago

Partially addresses #5091 This pull request includes several changes focused on removing the Flot library and related code from the project, as well as cleaning up unused imports and methods. The most important changes include the removal of Flot references from various license files, the deletion of Flot-related code from the Monitor.java class, and the removal of corresponding REST endpoints in StatisticsResource.java.

Removal of Flot library and related code:

Code cleanup in Monitor.java:

Removal of REST endpoints in StatisticsResource.java:

CSS cleanup:

DomGarguilo commented 7 hours ago

All of the other pages look the same except the home page which no longer has the graphs:

image