Skip to content

feat: Add Trace model and Job trace fields for distributed tracing#147

Draft
noah-tutt-praetorian wants to merge 1 commit intomainfrom
feature/tracing-system
Draft

feat: Add Trace model and Job trace fields for distributed tracing#147
noah-tutt-praetorian wants to merge 1 commit intomainfrom
feature/tracing-system

Conversation

@noah-tutt-praetorian
Copy link
Collaborator

Summary

  • Add new Trace model in Tabularium for distributed tracing events
  • Extend Job model with TraceID, SpanID, ParentSpanID fields
  • Regenerate OpenAPI schema to include new types

Changes

  • pkg/model/model/trace.go - New Trace model for trace events
  • pkg/model/model/job.go - Added trace context fields
  • client/api.yaml - Regenerated schema

Test plan

  • Run go test ./... in tabularium
  • Verify schema generation works
  • Dependent PR in chariot uses these new types

Generated with Claude Code

- Add new Trace model for distributed tracing events
- Add TraceID, SpanID, ParentSpanID fields to Job model
- Regenerate OpenAPI schema with new types

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant