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

docs: describe streams #9160

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

docs: describe streams #9160

wants to merge 5 commits into from

Conversation

eliobischof
Copy link
Member

@eliobischof eliobischof commented Jan 10, 2025

Which Problems Are Solved

We have not enough specs to efficiently implement new log structures.

How the Problems Are Solved

The feature is documented so it's design is easily reviewable:

  • Schema definition
  • Configuration options
  • Common use cases

Additional Context

Copy link

vercel bot commented Jan 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 16, 2025 2:58am

Copy link

Thanks for your contribution @eliobischof! 🎉

Please make sure you tick the following checkboxes before marking this Pull Request (PR) as ready for review:

  • I am happy with the code
  • Documentations and examples are up-to-date
  • Logical behavior changes are tested automatically
  • No debug or dead code
  • My code has no repetitions
  • The PR title adheres to the conventional commit format
  • The example texts in the PR description are replaced.
  • If there are any open TODOs or follow-ups, they are described in issues and link to this PR
  • If there are deviations from a user stories acceptance criteria or design, they are agreed upon with the PO and documented.

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.64%. Comparing base (690147b) to head (4571047).

❗ There is a different number of reports uploaded between BASE (690147b) and HEAD (4571047). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (690147b) HEAD (4571047)
core-unit-tests 1 0
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9160      +/-   ##
==========================================
- Coverage   46.36%   36.64%   -9.72%     
==========================================
  Files        1510     1514       +4     
  Lines      145674   145314     -360     
==========================================
- Hits        67536    53254   -14282     
- Misses      74909    87969   +13060     
- Partials     3229     4091     +862     
Flag Coverage Δ
core-integration-tests-postgres 36.64% <ø> (?)
core-unit-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Document Stdout/Stderr Stream Specifications
1 participant