You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the feature you are requesting.
Delaying goroutine creation of Statistic
Provide any additional detail on your proposed use case for this feature.
in the current version, the statistics.newStatsItemSet() will call init() method to create all scheduled tasks, total will create 30 goroutines. for one project that just imports the go SDK, but not create a consumer instance immediately, it is a heavy cost
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
should-have
If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
none
The text was updated successfully, but these errors were encountered:
FEATURE REQUEST
Please describe the feature you are requesting.
Delaying goroutine creation of Statistic
Provide any additional detail on your proposed use case for this feature.
in the current version, the
statistics.newStatsItemSet()
will callinit()
method to create all scheduled tasks, total will create 30 goroutines. for one project that just imports the go SDK, but not create a consumer instance immediately, it is a heavy costIndicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
should-have
none
The text was updated successfully, but these errors were encountered: