Add spring boot actuator #32

Open
opened 2025-03-27 07:06:56 +01:00 by niat8586 · 0 comments
Owner

Currently we have no way to look at metrics in the application apart from log parsing or db queries.

This is more or less manual labor and we can solve this by adding Spring boot actuator.

It is a way to get a good look into the application internals. Ability to monitor, troubleshoot, and manage the application more effortlessly.

Has good integration with observability tools like Prometheus, Grafana, ELK and more.
Being able to inspect environment variables or change log level on the fly without redeploying.
Customizable so we can have metrics on the things we care about.

Currently we have no way to look at metrics in the application apart from log parsing or db queries. This is more or less manual labor and we can solve this by adding Spring boot actuator. It is a way to get a good look into the application internals. Ability to monitor, troubleshoot, and manage the application more effortlessly. Has good integration with observability tools like Prometheus, Grafana, ELK and more. Being able to inspect environment variables or change log level on the fly without redeploying. Customizable so we can have metrics on the things we care about.
Sign in to join this conversation.
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DMC/seshat#32
No description provided.