Skip to content

Commit

Permalink
More implementation detail for streaming trace
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Oct 7, 2024
1 parent d4ca08b commit ebdcce9
Show file tree
Hide file tree
Showing 12 changed files with 3,351 additions and 98 deletions.
19 changes: 19 additions & 0 deletions src/workerd/io/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ wd_cc_library(
"//src/workerd/jsg:memory-tracker",
"//src/workerd/util",
"//src/workerd/util:own-util",
"//src/workerd/util:uuid",
"@capnp-cpp//src/capnp:capnp-rpc",
"@capnp-cpp//src/capnp:capnpc",
"@capnp-cpp//src/kj:kj-async",
Expand Down Expand Up @@ -334,3 +335,21 @@ kj_test(
"@capnp-cpp//src/capnp:capnpc",
],
)

kj_test(
src = "trace-streaming-test.c++",
deps = [
":trace",
"@capnp-cpp//src/capnp:capnpc",
"@capnp-cpp//src/kj/compat:kj-http",
],
)

kj_test(
src = "trace-common-test.c++",
deps = [
":trace",
"@capnp-cpp//src/capnp:capnpc",
"@capnp-cpp//src/kj/compat:kj-http",
],
)
Loading

0 comments on commit ebdcce9

Please sign in to comment.