anotheria / moskito

Monitoring for Java applications. Complete ecosystem for DevOps. Free & open source
http://www.moskito.org
MIT License
225 stars 68 forks source link

GC Set is not working properly #243

Closed dvayanu closed 11 months ago

dvayanu commented 2 years ago

After startup MoSKito creates a set for all GC-related accumulators. Screenshot 2022-01-02 at 21 11 49

It works in the demo-app burgershop -> i.e. http://burgershop-hamburg.demo.moskito.org/burgershop/moskito-inspect/mskAccumulators?id_88=set&id_90=set&id_92=set&id_94=set&mode=multiple. However it doesn't work on TCL -> see screenshot. Please investigate. Screenshot 2022-01-02 at 21 14 46

Hint: I assume this works when in local mode but not when connected to a remote instance. So probably the accumulator sets on the accumulator page are read from local instance and fails when applied to a remote instance.