sofastack / sofa-boot

SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.
https://www.sofastack.tech/sofa-boot/docs/Home
Apache License 2.0
4.98k stars 1.27k forks source link

SOFABoot4.0 升级问题 #1268

Open it-linnan opened 11 months ago

it-linnan commented 11 months ago

In what area(s)?

/area runtime

/area operator /area placement /area docs /area test-and-release

Ask your question here

目前正在尝试升级到 SOFABoot4.0,遇到以下问题

目前是否支持打包GraalVM native-image?我这边测试没有打包成功。

另外发现引入lookout-starter后,会启动报错,监控是否有其他方案?

HzjNeverStop commented 11 months ago

GraalVM 没有适配过,暂时不支持。监控方案可以使用 springboot 原生的方案:https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.metrics

其他问题可以这里提出来