aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
71 stars 42 forks source link

Rip out all the old CANARIE monitoring stuff #1255

Closed prioux closed 2 years ago

prioux commented 2 years ago

CANARIE as a granting agency once forced us to implement a custom monitoring interface.

The APIs are all under the /platform routes, though for historical reason implemented in the "services" controller.

We should remove all of that, except maybe keep the detailed_stats report and move it under the portal controller (maybe with route /stats).