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

feat: introduce flame graph to the trace profiling #407

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

CodePrometheus
Copy link
Contributor

Closes apache/skywalking#12309

image

Signed-off-by: Zixin Zhou [email protected]

@CodePrometheus CodePrometheus added the enhancement New feature or request label Jul 31, 2024
@CodePrometheus CodePrometheus added this to the 10.1.0 milestone Jul 31, 2024
@CodePrometheus
Copy link
Contributor Author

Not ready for CR yet, please give me some time to improve the quality.

@@ -14,10 +14,14 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export const ProfileMode: any[] = [
export const ProfileDataMode: any[] = [
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
export const ProfileDataMode: any[] = [
export const ProfileDataMode = [......] as const

Copy link
Contributor Author

Choose a reason for hiding this comment

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

SpanTree :options requires a mutable type data

{ label: "Include Children", value: "include" },
{ label: "Exclude Children", value: "exclude" },
];
export const ProfileDisplayMode: any[] = [
Copy link
Member

Choose a reason for hiding this comment

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

Please also change it

@Fine0830 Fine0830 merged commit 3c8b316 into apache:main Aug 5, 2024
5 checks passed
@CodePrometheus CodePrometheus deleted the feat-flame branch August 5, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SkyWalking UI] Introduce Flame Graph to the Trace Profiling
2 participants