Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

enable log ingestion from csv, json, jsonl#25

Merged
pritamsoni-hsr merged 7 commits into
mainfrom
feat-add-log-ingestion
Feb 4, 2026
Merged

enable log ingestion from csv, json, jsonl#25
pritamsoni-hsr merged 7 commits into
mainfrom
feat-add-log-ingestion

Conversation

@pritamsoni-hsr

Copy link
Copy Markdown
Contributor

No description provided.

@pritamsoni-hsr pritamsoni-hsr changed the title log ingestion enable log ingestion from csv, json, jsonl Feb 4, 2026
@pritamsoni-hsr pritamsoni-hsr marked this pull request as ready for review February 4, 2026 06:24
if log_item.trace_state:
ctx["trace_state"] = log_item.trace_state

context = None

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

so if spans are added without context - would these IDs get auto-generated by otel? if not we should auto-generate some uuids for them

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes these ids will be autogenerated

we could add validation for ids tho, it accept 16/32 chars and not uuid, but i just didn't bother

@pritamsoni-hsr pritamsoni-hsr merged commit 8db4275 into main Feb 4, 2026
4 checks passed
@pritamsoni-hsr pritamsoni-hsr deleted the feat-add-log-ingestion branch February 16, 2026 07:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants