Skip to content

Conversation

@cqhasy
Copy link
Contributor

@cqhasy cqhasy commented Aug 3, 2025

No description provided.

Copy link
Contributor

@mrproliu mrproliu left a comment

Choose a reason for hiding this comment

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

Please format your code.

// check last part true or false
bool isLast = 4;
// Span IDs with duration greater than minDuration,only in the last chunk
repeated int32 spanIds=5;
Copy link
Contributor

Choose a reason for hiding this comment

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

When do you need to use this field? Could you more explain?

// Span IDs with duration greater than minDuration,only in the last chunk
repeated int32 spanIds=5;
// use to reassemble fragments
int32 chunkId = 6;
Copy link
Contributor

Choose a reason for hiding this comment

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

What does this field work for? You may send the profiling data without frequency, and sort by this field?

@mrproliu mrproliu self-requested a review August 3, 2025 08:19
}

// collect bytes profile data from go agent
rpc goProfileReport(stream GoProfileData)returns(Commands){}
Copy link
Contributor

Choose a reason for hiding this comment

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

Please also format this line.

@mrproliu mrproliu merged commit 16c5135 into apache:master Aug 12, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants