-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: Improved custom tracing span API #3
Closed
Closed
Conversation
This file contains 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
* with package and imports to make them fully copy-pasteable into the project created by the archetype
* feat(workflow): ReadOnlyEffect support * missing endpoint to accept the transfer * docs * docs improvements * fixing glossary references
Edit Vale config so that it correctly detects issues in documentation writing. Fix various typos and formatting issues now correctly detected in documentation. Move Vale config and rules to docs/ directory. Disable Vale GitHub action temporarily. Closes lightbend/kalix#XXX
Add Coursier cache action to improve build performance.
Disable make-docs job temporarily.
Closes lightbend/kalix#XXX
Mention Akka console sample deployment option. Remove prebuilt-samples page no longer needed. Closes lightbend/kalix#XXX
Restructure instructions, add prerequisites, troubleshooting, conclusion and next steps sections. Fix outdated links.
Create new partials for local and cloud dev prerequisites. Update existing docs to use new partials for consistency.
Restructure instructions, add prerequisites, troubleshooting, conclusion and next steps sections. Fix outdated Kalix references and links.
* feat: added multi-region operations docs * Apply suggestions from code review Co-authored-by: Eduardo Pinto <[email protected]> --------- Co-authored-by: Patrik Nordwall <[email protected]> Co-authored-by: Eduardo Pinto <[email protected]>
--------- Co-authored-by: Johan Andrén <[email protected]> Co-authored-by: Eduardo Pinto <[email protected]> Co-authored-by: Patrik Nordwall <[email protected]>
* docs: simplify language in Libraries overview page Reduce word count by ~15% while conveying original message. * Update docs/src/modules/libraries/pages/index.adoc Co-authored-by: Patrik Nordwall <[email protected]> --------- Co-authored-by: Patrik Nordwall <[email protected]>
* docs: timers troubleshooting * Apply suggestions from code review Co-authored-by: Patrik Nordwall <[email protected]> * add serialization and troubleshooting section * remove superfulous cli usage * show how to inspect timers * rename section to 'Best practices' * remove mention to query methods * clarify what would happen on error --------- Co-authored-by: Patrik Nordwall <[email protected]>
* chore: Switch to standard mvn plugin props for Java version * Try only release * Since JDK 9 we can use release only
Closes: lightbend/kalix-runtime#XXX
* docs: enity state diagrams remake * Geo replication diagrams
johanandren
changed the title
DRAFT feat: Improved custom tracing span API
feat: Improved custom tracing span API
Nov 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This drops the previous TracingContext and introduces a new
akka.javasdk.Tracing
API, which provides minimal surface, only giving access to the current parent trace if there is one, and a way to start a new custom child trace.This is a breaking change but I don't expect anyone to use the custom tracing APIs yet so probably fine.