-
Notifications
You must be signed in to change notification settings - Fork 67
Spring Boot Actuator Integration is not working #205
Comments
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
I believe the version of Apps Manager shipped with 1.9.0 does not have actuator support. This should be included in the next release of PCF Dev (for PCF 1.10). |
Thank you for your response. But the document for PCF v1.9 explains Spring Boot Actuator support. Is it documentation mistake? |
No, that documentation is correct. The latest release of PCF Dev is based off of the first release of PCF 1.9, which was PCF 1.9.0. I believe that they introduced Actuator support in a later patch release of PCF 1.9. |
Thank you for your clarification. I'll wait for the release of PCF Dev based on 1.10. |
Hi @ynojima, the latest release (v0.26.0) has Apps Manager integration for Spring Boot Actuator. Note that if your app uses a self-signed cert, you'll need to visit the app and accept the security warning your browser gives you before the spring integration can work. |
Hi, I confirmed Spring Boot integration works on the latest release of PCF Dev. Thanks a lot! |
One thing that I have noticed is that if you add spring boot actuators to an existing program and then repush it, the apps manager will ignore them until you log out and log back in. |
Hello,
I deployed an Actuator enabled Spring Boot application on PCFDev v0.24 on windows, but the Apps Manager won't enable Spring Boot integration feature.
I confirmed my Spring Boot application's actuator works fine on PCF Cloud.
Is actuator integration feature is omitted on PCFDev by design?
https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-cloudfoundry.html
The text was updated successfully, but these errors were encountered: