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

Add basic new streaming tail worker types #3154

Merged
merged 8 commits into from
Dec 6, 2024

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Nov 21, 2024

Largely preparation for the bigger implementation piece. Getting the basic types implemented.

I likely won't land this immediately even with sign offs. Want to progress the design a bit more first. But this lays groundwork. This should be ready to land

Internal discussion: https://wiki.cfdata.org/display/~jsnell/Tail+Workers+2%3A+Streaming+Trace (sorry for those of you following along that don't have access to this)

@jasnell jasnell requested review from anonrig and fhanau November 21, 2024 23:25
@jasnell jasnell requested review from a team as code owners November 21, 2024 23:25
@jasnell jasnell force-pushed the jsnell/implement-streaming-tail-types branch from 731f989 to c814e0f Compare November 22, 2024 13:44
src/workerd/io/trace.c++ Outdated Show resolved Hide resolved
src/workerd/io/trace.c++ Outdated Show resolved Hide resolved
src/workerd/io/trace.c++ Show resolved Hide resolved
src/workerd/io/trace.c++ Show resolved Hide resolved
src/workerd/io/trace.c++ Show resolved Hide resolved
@jasnell jasnell force-pushed the jsnell/implement-streaming-tail-types branch 4 times, most recently from 2b70dce to ef6cc65 Compare December 4, 2024 19:36
@jasnell jasnell requested a review from anonrig December 4, 2024 19:39
@jasnell
Copy link
Member Author

jasnell commented Dec 4, 2024

Updated to ...

(a) remove the use of ConstString in a couple of places to simplify
(b) Add the Resume and Hibernate types
(c) Add tests
(d) Fill in the rest of the missing impl bits

@jasnell jasnell force-pushed the jsnell/implement-streaming-tail-types branch 2 times, most recently from 35ebb34 to 61a88cf Compare December 5, 2024 22:25
src/workerd/io/trace.c++ Show resolved Hide resolved
src/workerd/io/trace.c++ Show resolved Hide resolved
src/workerd/io/trace.c++ Outdated Show resolved Hide resolved
src/workerd/io/trace.h Show resolved Hide resolved
@jasnell jasnell force-pushed the jsnell/implement-streaming-tail-types branch 2 times, most recently from 7c2bdd1 to 4d962ab Compare December 6, 2024 00:57
@jasnell jasnell force-pushed the jsnell/implement-streaming-tail-types branch 2 times, most recently from 7add95d to c648a98 Compare December 6, 2024 21:11
@jasnell jasnell force-pushed the jsnell/implement-streaming-tail-types branch from c648a98 to 069b981 Compare December 6, 2024 22:08
@jasnell jasnell merged commit 03ea5e3 into main Dec 6, 2024
15 checks passed
@jasnell jasnell deleted the jsnell/implement-streaming-tail-types branch December 6, 2024 22:38
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.

3 participants