Skip to content
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

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

henryzhx8
Copy link
Collaborator

No description provided.

@henryzhx8 henryzhx8 added the bug Something isn't working label Jan 9, 2025
@henryzhx8 henryzhx8 added this to the v3.0 milestone Jan 9, 2025
this,
strategy,
!mContext->IsExactlyOnceEnabled() && mShardHashKeys.empty()
&& mTelemetryType != sls_logs::SLS_TELEMETRY_TYPE_METRICS)) {
Copy link
Collaborator

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)) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

用正向是不是更保险一些,只有Log可以batch起来

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

确实正向保险,但是arms那边后边还会加3个type,也都是支持list的

@henryzhx8 henryzhx8 merged commit e37e787 into main Jan 13, 2025
15 checks passed
@henryzhx8 henryzhx8 deleted the fix/flusher_sls branch January 13, 2025 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants