You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace "session" with "trace" in Documentation and Comments
Description
As part of our transition to OpenTelemetry standards, we need to replace the notion of "sessions" with "traces" in our documentation and code comments. This issue focuses on updating documentation files, code comments, and examples in both repositories.
Current State
AgentOps.Next has 17 markdown files with session references
AgentOps has approximately 50 documentation files with session references
Code comments throughout both repositories use session terminology
Example code and notebooks use session terminology
Required Changes
AgentOps.Next Repository
Update markdown documentation files
Update API documentation to reflect trace terminology
Replace "session" with "trace" in Documentation and Comments
Description
As part of our transition to OpenTelemetry standards, we need to replace the notion of "sessions" with "traces" in our documentation and code comments. This issue focuses on updating documentation files, code comments, and examples in both repositories.
Current State
Required Changes
AgentOps.Next Repository
AgentOps Repository
/docs/v1/concepts/
session-related documentation → trace-related documentation/docs/v1/usage/
session examples → trace examples/examples/
session usage → trace usageImplementation Considerations
Acceptance Criteria
Related Issues
The text was updated successfully, but these errors were encountered: