consulthys / springbeat

Simple Beat for collecting metrics from Spring Boot apps
Other
27 stars 8 forks source link

Thread metrics missing #6

Open davidtsw opened 7 years ago

davidtsw commented 7 years ago

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"