DomGarguilo opened a new pull request, #5108:
URL: https://github.com/apache/accumulo/pull/5108

   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:
   
   * `LICENSE`, `assemble/src/main/resources/LICENSE`, 
`server/monitor/src/main/appended-resources/META-INF/LICENSE`: Removed 
references to the Flot library and its dependencies. 
   * 
`server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/external/flot/LICENSE.txt`:
 Deleted the Flot license file.
   
   ### Code cleanup in `Monitor.java`:
   
   * Removed unused imports and methods related to Flot, including 
`newMaxList`, `fetchData`, and various getter methods for metrics over time.
   
   ### Removal of REST endpoints in `StatisticsResource.java`:
   
   * Deleted endpoints that provided metrics over time, such as scan rate, 
query rate, ingest rate, and cache hit rates.
   
   ### CSS cleanup:
   
   * Removed CSS rules related to Flot from `screen.css`.


-- 
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]

Reply via email to