springbeat icon indicating copy to clipboard operation
springbeat copied to clipboard

Thread metrics missing

Open davidtsw opened this issue 7 years ago • 0 comments

typo in boot_actuator.go line 58 Threads struct { Total uint64 json:"total" TotalStarted uint64 json:"started" Peak uint64 json:"peak" Daemon uint64 json:"daemon" } json:"non_heap"

davidtsw avatar Mar 14 '17 03:03 davidtsw