Add spring boot actuator #32
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.