-
Notifications
You must be signed in to change notification settings - Fork 301
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(sessions): tutorials and getting started guides for sessions in the UI" #5593
Closed
Conversation
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
Contributor
mikeldking
commented
Dec 3, 2024
- feat(sessions): add db table for sessions (feat: add db table for trace sessions #4961)
- feat(sessions): sessions table on project page (feat(sessions): sessions table on project page #5204)
- fix(sessions): for each session record first user by earliest span start time (fix(sessions): for each session record first user by span start time #5227)
- refactor(sessions): add dataloaders for session queries (refactor(sessions): add dataloaders for session queries #5222)
- feat(sesions): add session details page (feat(sesions): add session details page #5225)
- feat(sessions): add ability to navigate from trace to session (feat(sessions): add ability to navigate from trace to session #5229)
- feat(sessions): add trace latency p50 to session details (feat(sessions): add trace latency p50 to session details #5236)
- feat(sessions): session trace error count (feat(sessions): session trace error count #5244)
- feat(sessions): filter sessions via substring search on root span input output values (feat(sessions): filter sessions on root spans via substring search #5257)
- feat(sessions): enable sorting on sessions table (feat(sessions): enable sorting on sessions table #5292)
- feat(sessions): only recognize session id and user id on root spans (feat(sessions): only recognize session id on root span (where parent is null) #5351)
- feat(sessions): add trace latency percentiles to ui table (feat(sessions): add p50 and p99 trace latency to ui table #5482)
- feat(sessions): add last trace start time column to UI table for sessions (feat(sessions): add last start time to UI table for sessions #5481)
- fix(sessions): remove end_time from db and ui table (fix(sessions): remove end_time from db and ui table #5479)
- feat(sessions): alembic data migration queries for populating the project sessions table (feat(sessions): data migration for populating the project sessions table #5539)
- feat(sessions): getting started guide
- minimum working sessions example
- add python getting started guide
- add typescript guide
- add tutorials
* feat(sesions): add session details page * remove unused import, add error boundary * pull user from root span
* feat(sessions): add trace latency p50 to session details * fix type for latency in ui * update test, fix where clause * add is not none check for db filter * revert latency dataloader changes * revert dataloader changes for project span and trace latency * refactor to use its own data loader * remove extra param from test * add unit tests * ruff * fix import * fix name filter in other dataloader tests * update unit test fixture naming, add unit test for project session graphql trace_latency_ms_quantile field * clean up imports * pin aiohttp * fix unit test deps
…ut output values (#5257)
…ject sessions table (#5539)
dosubot
bot
added
the
size:XXL
This PR changes 1000+ lines, ignoring generated files.
label
Dec 3, 2024
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.