-
After porting to Spring Boot (#75) it would be great if we'll enable `spring-boot-actuator`.
Related links:
- http://docs.spring.io/spring-boot/docs/1.2.3.RELEASE/reference/htmlsingle/#production-…
-
Hello,
I'm trying to run the example using local Prometheus, Tempo, Loki and Grafana instances. Everything seems to be working OK except the tracing report from server example to Tempo (from client…
-
## Issue Description
I've created a function which has a parameter as follows:
```
function testFunction(testParam : Test) returns String;
type Test: String(250) not null @mandatory @odata.Type…
-
Update Enunciate to support documenting Spring Boot's 2.x Actuator endpoints.
See https://docs.spring.io/spring-boot/docs/2.0.1.RELEASE/reference/htmlsingle/#production-ready-endpoints
-
The `./info` endpoint is empty when the application is run from `Boot Dashboard`. However, it is correctly populated when running the `bootRun` gradle task inside IDE's `Gradle Tasks` window or via co…
-
Vulnerable Library - spring-boot-starter-actuator-2.7.1.jar
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/boot/spring-boot-actua…
-
Keeping in mind that Spring Boot 2.x isn't officially supported yet, the new `Endpoint` discovery Spring is using for the Actuator is causing the `RequestHandlers` to produce inaccurate parameter list…
-
I have a Spring Boot App with Gradle and Kotlin including `id("org.graalvm.buildtools.native") version "0.9.26"` and a `META-INF/native-image` folder in Resources. When running bootBuildImage with pak…
-
https://docs.spring.io/spring-boot/docs/2.2.2.RELEASE/reference/html/production-ready-features.html#production-ready-enabling
* Spring Boot 에는 운영 환경 모니터링을 위한 여러 가지 기능이 있음
* HTTP 엔드포인트 or JMX 를 사…
-
Hello, I'm facing issue and need some help.
I have service A with sampling overrides dependency for 0 %.
I want to turn off logging just for the dependency, I don't want tell what should happen insi…