Skip to content
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: add session.id and user.id semantic conventions #359

Closed
wants to merge 2 commits into from

Conversation

axiomofjoy
Copy link
Contributor

adds session.id and user.id semantic conventions

resolves Arize-ai/phoenix#2678

@axiomofjoy axiomofjoy marked this pull request as ready for review April 5, 2024 00:07
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Apr 5, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Apr 5, 2024
@@ -55,5 +55,7 @@ The following attributes are reserved and MUST be supported by all OpenInference
| `reranker.top_k` | Integer | 3 | Top K parameter of the reranker |
| `tag.tags` | List of strings | ["shopping", "travel"] | List of tags to give the span a category |
| `metadata` | JSON String | `"{'author': 'John Doe', 'date': '2023-09-09'}"` | Metadata associated with a span |
| `session.id` | String/Integer | `"session-123"` or `123` | ID for a session |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason for allowing integer ids here too?

@axiomofjoy
Copy link
Contributor Author

Closing this PR for now as we are de-prioritizing sessions.

@axiomofjoy axiomofjoy closed this Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[sessions] semantic conventions for session
3 participants