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
When an exporter first starts, it begins all of its streams at the same time. A slower start would help, because streams initially take more cpu and memory than in their steady state. We could spread the creation of new streams across the max stream lifetime, for example.
The text was updated successfully, but these errors were encountered:
When an exporter first starts, it begins all of its streams at the same time. A slower start would help, because streams initially take more cpu and memory than in their steady state. We could spread the creation of new streams across the max stream lifetime, for example.
The text was updated successfully, but these errors were encountered: