springbeat icon indicating copy to clipboard operation
springbeat copied to clipboard

Simple Beat for collecting metrics from Spring Boot apps

Results 4 springbeat issues
Sort by recently updated
recently updated
newest added

Nice job for the beat. I built this beat and I got the following make go build -i # github.com/consulthys/springbeat/beater beater/springbeat.go:20: undefined: publisher.Client make: *** [libbeat] 错误 2 go version...

Hi, Nice job for the beat. I built this beat and I got the following beatuser@wouritech:~/goworkspace/src/github.com/consulthys/springbeat$ make glide update --no-recursive [INFO] Downloading dependencies. Please wait... [INFO] --> Fetching updates for...

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"`

For the default beats, the import_dashboard script prepares a base dashboard in Kibana for getting the data from the beat. Would it be possible to create an analogous script here?...