Versions in this module Expand all Collapse all v0 v0.0.1 Jul 2, 2024 Changes in this version + func Parse(task *collecttask.CollectTask) (api.Input, error) + type SpringBoot struct + BaseUrl string + Concurrency int + HttpClient *http.Client + TaskKey string + func (s *SpringBoot) Collect(a api.Accumulator) error + func (s *SpringBoot) DebugInfo() map[string]interface{} + func (s *SpringBoot) GetDefaultPrefix() string + func (s *SpringBoot) UpdateFrom(i interface{}) + type SpringBootConf struct + Conf struct{ ... } + RefMetas struct{ ... }