-
Notifications
You must be signed in to change notification settings - Fork 17
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
BC-7235 Add initial PerformanceObserver and use it for tldraw. #5069
Merged
Merged
Changes from 27 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
a670c93
Add initial PerformanceObserver and use it.
CeEv 7edc690
change used log level to alert
CeEv 56f0a78
Revert last commit
CeEv 076ff46
Fix console, seperate logging envirement, pass clock to log
CeEv a3fb636
improve readability of measure logs
CeEv 1b9719a
fix test setup
CeEv c7dc6fe
linter
CeEv 30b944c
rename tldrawEntity const to avoid misunderstanding with ydoc
CeEv c28115b
fix typo
CeEv c081704
renames
CeEv ca37722
rename
CeEv 2e85f10
push additional metric
CeEv af014dd
Merge branch 'main' into BC-7235-performance-observer
CeEv 04fa394
Fix descriptions.
CeEv 983c97c
Merge branch 'BC-7235-performance-observer' of https://github.com/hpi…
CeEv b712933
Restructure logging
dyedwiper fb992fd
Restructure init of perf observer
dyedwiper 226e50a
Fix typos
dyedwiper 737541d
Remove unused loggers
dyedwiper f1ad28d
Update logger context
dyedwiper efc6868
Remove unused method
dyedwiper a6641ae
Cluster entries in logs
dyedwiper 59c476e
Fix typo
dyedwiper 37adbf7
Make observer a singleton
dyedwiper a5641d7
remove todo
CeEv b2c25b8
Merge branch 'main' into BC-7235-performance-observer
CeEv c5fe421
Remove detail from logging context
CeEv 7eedadb
push initial test setup für performance observer
CeEv 352534b
add measure test - wip
CeEv 0e37d83
Fix test setup for performance measure test.
CeEv ecbbf3c
fix type
CeEv e8b2237
Merge branch 'main' into BC-7235-performance-observer
CeEv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
34 changes: 17 additions & 17 deletions
34
apps/server/src/modules/tldraw/service/tldraw.ws.service.spec.ts
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't do that. you can set a different log level for tldraw anyway without affecting other services
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ehrlich gesagt wüsste ich nicht wie. Beim aktuellen Code Stand.