-
I running a Spring Boot 2.3 application inside Docker container. I using Azul Java 11.
Inside, I using `group: 'io.hawt', name: 'hawtio-springboot', version: '2.14.1'` dependency with the followin…
-
Añadir `-XX:+FlightRecorder` al paso del pipeline que ejecuta la aplicación con java -jar. Para poder recoger los datos de JFR se utiliza la tool `jmc`
-
Steps to reproduce:
1. Open JFR snapshot from dev. build of JDK 21 ([jfr-1685451518486.jfr.gz](https://github.com/oracle/visualvm/files/11610782/jfr-1685451518486.jfr.gz))
2. There is warning in t…
-
### Describe the bug
Hi, Andrei
We recently encountered a crash. After analysis, I think this problem may occur on OpenJDK 8, 11, and 17. It will not occur on OpenJDK 18 and above because [JDK-8…
-
The test fails in CI with:
```
Error: Failures:
Error: JFRTest.jfrOptionsSmokeTest:784->jfrOptionsSmoke:913 Command `./target/timezones -XX:+FlightRecorder -XX:StartFlightRecording=maxsize=…
-
Micrometer added a new MeterBinder for virtual thread metrics via https://github.com/micrometer-metrics/micrometer/pull/5067 - documentation is at https://docs.micrometer.io/micrometer/reference/r…
-
See #398
https://github.com/cryostatio/cryostat-core/blob/main/cryostat-core/src/main/resources/io/cryostat/core/agent/jfrprobes_schema.xsd
This causes probe template uploads to fail because th…
-
Env:
kpack 0.9.2
k8s
If I want to [enable JFR with Native Image](https://www.graalvm.org/22.3/reference-manual/native-image/debugging-and-diagnostics/JFR/), then in the build phase, I will pass a…
-
The implicit memory management of Java allows to implement algorithms very straight forward but relying too much on this concept can result in very heavy garbage collector loads.
In my JS workloads…
-
Despite the existence of container-jfr-core, container-jfr itself still contains some direct dependencies on upstream JMC, mostly in the way of service interfaces, recording option definitions, record…