Removing Spring Boot Actuator and GRPC health check requests from App Insights
(2 minutes read)
When App Insights Java agent is added to the Spring Boot application with Actuator liveness / readiness endpoints enabled, it will log all probe requests done by Kubernetes to App Insights. Luckily, there is an option now to remove those logs without touching the application code.