-
Notifications
You must be signed in to change notification settings - Fork 525
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: Fix Go distributed tracing example #11854
docs: Fix Go distributed tracing example #11854
Conversation
This pull request does not have a backport label. Could you fix it @carsonip? 🙏
NOTE: |
This is potentially be backported very far. How far do we want to go? |
I believe this can be backported to 7.17 and 8.x without conflict. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
* docs: Fix Go distributed tracing example * Link to go agent v2 docs --------- Co-authored-by: Brandon Morelli <[email protected]> (cherry picked from commit 7e4babf) # Conflicts: # docs/shared/distributed-trace-receive/distributed-trace-receive.asciidoc
* docs: Fix Go distributed tracing example * Link to go agent v2 docs --------- Co-authored-by: Brandon Morelli <[email protected]> (cherry picked from commit 7e4babf)
* docs: Fix Go distributed tracing example * Link to go agent v2 docs --------- Co-authored-by: Brandon Morelli <[email protected]> (cherry picked from commit 7e4babf)
* docs: Fix Go distributed tracing example * Link to go agent v2 docs --------- Co-authored-by: Brandon Morelli <[email protected]> (cherry picked from commit 7e4babf) Co-authored-by: Carson Ip <[email protected]>
* docs: Fix Go distributed tracing example * Link to go agent v2 docs --------- Co-authored-by: Brandon Morelli <[email protected]> (cherry picked from commit 7e4babf) Co-authored-by: Carson Ip <[email protected]>
* docs: Fix Go distributed tracing example * Link to go agent v2 docs --------- Co-authored-by: Brandon Morelli <[email protected]> (cherry picked from commit 7e4babf) # Conflicts: # docs/shared/distributed-trace-receive/distributed-trace-receive.asciidoc Signed-off-by: Carson Ip <[email protected]>
…1891) * docs: Fix Go distributed tracing example (#11854) * docs: Fix Go distributed tracing example * Link to go agent v2 docs --------- Co-authored-by: Brandon Morelli <[email protected]> (cherry picked from commit 7e4babf) # Conflicts: # docs/shared/distributed-trace-receive/distributed-trace-receive.asciidoc Signed-off-by: Carson Ip <[email protected]> * Fix conflict Signed-off-by: Carson Ip <[email protected]> --------- Signed-off-by: Carson Ip <[email protected]> Co-authored-by: Carson Ip <[email protected]> Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Carson Ip <[email protected]>
Motivation/summary
Fix Go distributed tracing examples docs.
Checklist
apmpackage
have been made)For functional changes, consider:
How to test these changes
Related issues