[Profiling UI] Add "WebGL disabled" callout in Profiling Flamegraph#247084
Merged
miloszmarcinkowski merged 3 commits intoDec 23, 2025
Merged
Conversation
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Contributor
Author
|
/oblt-deploy |
Contributor
|
Project deployed, see credentials at: https://buildkite.com/elastic/kibana-deploy-project-from-pr/builds/831 |
Contributor
|
Cloud deployment initiated, see credentials at: https://buildkite.com/elastic/kibana-deploy-cloud-from-pr/builds/621 |
Contributor
|
Pinging @elastic/obs-presentation-team (Team:obs-presentation) |
crespocarlos
approved these changes
Dec 23, 2025
Contributor
⏳ Build in-progress
Failed CI StepsHistory
|
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this pull request
Jan 6, 2026
…lastic#247084) Closes elastic#241429 ## Summary Since the Flamegraph component requires WebGL to render correctly, we should display the relevant callout when the library is disabled (for instance GPU acceleration is disabled by default on Chrome browser in Debian 12 linux distribution). Before (no console errors): <img width="1723" height="1080" alt="image" src="https://github.com/user-attachments/assets/fdc60a21-130c-49c3-9d47-e2f21d31dca2" /> After: <img width="1726" height="1082" alt="image" src="https://github.com/user-attachments/assets/d7407ba8-3916-4ab4-9c1a-32f8cc16f1a4" />
dej611
pushed a commit
to dej611/kibana
that referenced
this pull request
Jan 8, 2026
…lastic#247084) Closes elastic#241429 ## Summary Since the Flamegraph component requires WebGL to render correctly, we should display the relevant callout when the library is disabled (for instance GPU acceleration is disabled by default on Chrome browser in Debian 12 linux distribution). Before (no console errors): <img width="1723" height="1080" alt="image" src="https://github.com/user-attachments/assets/fdc60a21-130c-49c3-9d47-e2f21d31dca2" /> After: <img width="1726" height="1082" alt="image" src="https://github.com/user-attachments/assets/d7407ba8-3916-4ab4-9c1a-32f8cc16f1a4" />
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #241429
Summary
Since the Flamegraph component requires WebGL to render correctly, we should display the relevant callout when the library is disabled (for instance GPU acceleration is disabled by default on Chrome browser in Debian 12 linux distribution).
Before (no console errors):

After:
