jfr-analytics icon indicating copy to clipboard operation
jfr-analytics copied to clipboard

Support all the JFR event attribute types

Open gunnarmorling opened this issue 4 years ago • 0 comments

  • [x] boolean
  • [x] char
  • [x] byte
  • [x] short
  • [x] int
  • [x] long
  • [x] float
  • [x] double
  • [x] String
  • [ ] Thread
  • [x] Class
  • [x] ClassLoader
  • [x] StackTrace
  • [ ] jdk.ReservedStackActivation::method: jdk.types.Method
  • [ ] jdk.GCHeapSummary::heapSpace: jdk.types.VirtualSpace
  • [ ] jdk.MetaspaceSummary::metaspace: jdk.types.MetaspaceSizes
  • [ ] jdk.PSHeapSummary::oldObjectSpace: jdk.types.ObjectSpace
  • [ ] jdk.G1EvacuationYoungStatistics::statistics: jdk.types.G1EvacuationStatistics
  • [ ] jdk.PromotionFailed::promotionFailed: jdk.types.CopyFailed
  • [ ] jdk.CompilerInlining::callee: jdk.types.CalleeMethod
  • [ ] jdk.OldObjectSample::object: jdk.types.OldObject
  • [ ] jdk.OldObjectSample::root: jdk.types.OldObjectGcRoot
  • [ ] jdk.ModuleRequire::source: jdk.types.Module
  • [ ] jdk.ModuleExport::exportedPackage: jdk.types.Package

gunnarmorling avatar Dec 25 '21 17:12 gunnarmorling