-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable group batch when flusher_sls.telemetrytype equals metrics #2029
Conversation
this, | ||
strategy, | ||
!mContext->IsExactlyOnceEnabled() && mShardHashKeys.empty() | ||
&& mTelemetryType != sls_logs::SLS_TELEMETRY_TYPE_METRICS)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
用正向是不是更保险一些,只有Log可以batch起来
this, | ||
strategy, | ||
!mContext->IsExactlyOnceEnabled() && mShardHashKeys.empty() | ||
&& mTelemetryType != sls_logs::SLS_TELEMETRY_TYPE_METRICS)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
用正向是不是更保险一些,只有Log可以batch起来
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
确实正向保险,但是arms那边后边还会加3个type,也都是支持list的
No description provided.