Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
func Parse(task *collecttask.CollectTask) (api.Input, error)
Types ¶
type SpringBoot ¶
type SpringBoot struct { // 携带上 方便排查问题 TaskKey string BaseUrl string HttpClient *http.Client // 并发度 Concurrency int // contains filtered or unexported fields }
func (*SpringBoot) Collect ¶
func (s *SpringBoot) Collect(a api.Accumulator) error
func (*SpringBoot) DebugInfo ¶
func (s *SpringBoot) DebugInfo() map[string]interface{}
func (*SpringBoot) GetDefaultPrefix ¶
func (s *SpringBoot) GetDefaultPrefix() string
func (*SpringBoot) UpdateFrom ¶
func (s *SpringBoot) UpdateFrom(i interface{})
type SpringBootConf ¶
Click to show internal directories.
Click to hide internal directories.