-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[mlobs] improve docs for user session tracking #25955
Conversation
Preview links (active after the
|
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.
Just some small suggestions.
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.
thanks for adding this
| Tag | Description | | ||
|---|---| | ||
| `session_id` | ID representing a single user session, e.g. a chat session | | ||
| `user_handle` | The handle for the user of the chat session | |
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.
I added support for both user_handle
and user_name
since they are both datadog concepts but honestly they are repetitive -- we really need to think through this data and also how it ties into RUM sessions. But for now this is good
Co-authored-by: May Lee <[email protected]>
Co-authored-by: May Lee <[email protected]>
/merge |
🚂 MergeQueue: waiting for PR to be ready This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals. Use |
🚂 MergeQueue: pull request added to the queue The median merge time in Use |
Co-authored-by: <[email protected]>
What does this PR do? What is the motivation?
We don't mention
user_*
tags for our session tracking feature, we should document those as wellMerge instructions
Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the
<yourname>/description
naming convention) and then add the following PR comment:Additional notes