func init()

in pkg/exporter/skywalking.go [61:64]


func init() {
	s := &SkyWalking{}
	RegisterExporter(s.Name(), s)
}