Add jank events for slow app rendering#2157
Closed
breedx-splk wants to merge 72 commits intoopen-telemetry:mainfrom
Closed
Add jank events for slow app rendering#2157breedx-splk wants to merge 72 commits intoopen-telemetry:mainfrom
breedx-splk wants to merge 72 commits intoopen-telemetry:mainfrom
Conversation
bidetofevil
reviewed
Apr 22, 2025
eb24d82 to
48937dc
Compare
xrmx
reviewed
May 5, 2025
edd29c3 to
df590f2
Compare
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
5f97c36 to
459ba52
Compare
trask
reviewed
Jul 10, 2025
| ## Attributes | ||
|
|
||
| See the [app attributes](/docs/registry/attributes/app.md) registry for all | ||
| See the [app attributes](/docs/attributes-registry/app.md) registry for all |
Member
There was a problem hiding this comment.
I think if you revert this change it will fix the link check failure
Contributor
Author
|
Well, this seems to be in a bad state now after rebasing. The builds keep failing and many unrelated files seem touched now...and so I'm inclined to recreate this as a new PR with a smaller history, but since nobody really seems to even want this and there's some strong desire to have high-cardinality metrics now, I think I'll just close it. |
3 tasks
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.
This adds a new experimental (development) event called
app.jankwhich can be used to report jank (slow renders). The event contains attributes that can help to indicate the threshold above which renders happened, a classification type of slow or frozen, and the number of renders that were slow. In the case of Android, the Activity name can also be provided.