-
Notifications
You must be signed in to change notification settings - Fork 0
Set up tracing, OTel, and metrics #16
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
5556199
initial rust initialization
virajmehta c1279f4
added pre-commit
virajmehta b470f98
set up sqlx and rust
virajmehta 27879a0
added license files and initial migration;
virajmehta c04415c
added initial impl of client
virajmehta 4464259
tests compile
virajmehta 3372b8a
fixed bugs with sqlx types
virajmehta 78b1c1f
added documentation
virajmehta 510d09c
added tests
virajmehta e5dff40
updated tasks
virajmehta 2c771d8
added a test that mocks the example in README
virajmehta 3d623e7
removed todos
virajmehta ae77c98
added convenience methods for uuid, rand, now
virajmehta 9ea4009
Merge pull request #9 from tensorzero/viraj/add-convenience-functions
virajmehta b26b98a
added handling for spawning and joining subtasks from workflows
virajmehta f6ab2bb
added missing sql and test files
virajmehta e37aac7
merged migrations
virajmehta 55a11d2
cleaned up bad code
virajmehta 57f809c
Merge branch 'viraj/draft-client' of github.com:tensorzero/durable in…
virajmehta 2e18b25
cleaned up json handling
virajmehta 6147df1
made process exit optional on too-long tasks
virajmehta fc2c0ab
fixed semaphore ordering
virajmehta b8d4fd5
Merge branch 'viraj/draft-client' of github.com:tensorzero/durable in…
virajmehta 9c43681
Merge pull request #10 from tensorzero/viraj/fanout
virajmehta d2076ea
fixed issues with clock skew
virajmehta 08adcf8
Merge branch 'viraj/draft-client' of github.com:tensorzero/durable in…
virajmehta 9d11dc9
improved handling of leases
virajmehta c5d5a5a
added comments on sql schema
virajmehta 435db57
enforced that claim timeouts must be set
virajmehta e7d51ca
cleaned up and documented sql
virajmehta 1741a18
added support for transactions that enqueue tasks
virajmehta 693c527
added a bunch of tests
virajmehta 1c563cb
documented and tested event semantics
virajmehta 3c1af99
added benchmarks
virajmehta ab05d1b
initial implementation of telemetry
virajmehta 23ba9e4
Merge branch 'main' of github.com:tensorzero/durable into viraj/obser…
virajmehta 9bc14de
removed exporter setup from crate
virajmehta f71f1a5
telemetry tests pass
virajmehta c817921
removed extra license file
virajmehta 42d8f9a
Merge branch 'main' of github.com:tensorzero/durable into viraj/obser…
virajmehta c8c7572
inject otel context as a string for key durable::otel_context
virajmehta 4d8e2b2
protect durable:: headers for internal use
virajmehta 51ed409
Merge branch 'main' of github.com:tensorzero/durable into viraj/obser…
virajmehta 1eece0f
addressed PR comment
virajmehta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.