SteeltoeOSS / Steeltoe

.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
https://steeltoe.io
Apache License 2.0
998 stars 162 forks source link

Potential Management Endpoints (Actuators) to add #668

Open TimHess opened 3 years ago

TimHess commented 3 years ago

Spring includes a variety of actuators that Steeltoe does not, the following is a short list of ideas that Steeltoe might be able to add:

mchudinov commented 3 years ago

I would add /health/ping endpoint as it is described here https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints.health.auto-configured-health-indicators

It is useful for health probes and pretty simple to implement.

TimHess commented 2 years ago

This issue will turn into an epic and have individual actuators split out into separate issues

hananiel commented 2 years ago
thompson-tomo commented 6 months ago

As it currently stands it is not possible to provide a caches actuator due to limitations of the interface ie not being able to get all items.

Have logged:

Which would enable it to work and cover all providers who support it.

Suggest we split caches off and mark it as blocked until the framework can provide what we need.

thompson-tomo commented 6 months ago

Further to my previous comment, the auditevent actuator would only be achievable after or atleast partial implementation of https://github.com/dotnet/aspnetcore/issues/52996

thompson-tomo commented 6 months ago

Session's is covered by #1263