mandarineorg / mandarinets

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.

Home Page:https://www.mandarinets.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Mandarine Actuator

andreespirela opened this issue · comments

We want to have something similar to Spring Actuator. An API to monitor our mandarine-powered application.

Resources:
https://www.callicoder.com/spring-boot-actuator/
https://aboullaite.me/an-introduction-to-spring-boot-actuator/
https://dimitr.im/mastering-spring-boot-actuator

I don't see value on this for now.