tiegen
tiegen
**Is your feature request related to a problem? Please describe.** The current vmalert high-availability solution is enough for most of users , however it maybe a potential problem for the...
Solves https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2872
**Describe the bug** As the title describes. The relate code is [here](https://github.com/microsoft/gctoolkit/blob/7aecfbd159f33e90f44c1f5af1d768d0e8b18249/parser/src/main/java/com/microsoft/gctoolkit/parser/GenerationalHeapParser.java#L779) **To Reproduce** Steps to reproduce the behavior: For such a log, i want to extract the InitMark, ConcurrentEvent...
Hello, i found that **GenerationalHeapParser** couldn't parse following CMS concurrent-mode-failure logs: case1: ``` 83.371: [CMS-concurrent-abortable-preclean-start] 83.751: [GC 83.751: [ParNew: 17024K->17024K(19136K), 0.0000236 secs]83.751: [CMS83.751: [CMS-concurrent-abortable-preclean: 0.026/0.380 secs] [Times: user=0.41 sys=0.04, real=0.38...
There have been many commits since the last release, do you have plan to publish a new version ? Thanks :)
Hi, here is a enhance for Generational ZGC , towards https://github.com/microsoft/gctoolkit/issues/364 major changes: 1. Some events(PauseMark,ConcurrentMark, etc.) occur twice in a single Cycle, using their first timestamp. 2. Sum the...
The ZGC log pattern seems to have changed since jdk21, do you have a plan to support it? Known changes for **CYCLE_START**: before: ``` [20.134s][info ][gc ] GC(1) Garbage Collection...