-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[APM Go] fix and clarify dd-trace-go v2 docs for release #28292
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 7 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
3b0dbd6
fix mgo link
hannahkm 0655d5d
add ref to migration page for pages mentioning v2
hannahkm babc34a
move text and add link for more clarity
hannahkm 553a102
Put common message in reuse shortcode.
brett0000FF dcace93
Replace mention of in Preview. Use reuse shortcode for most content.
brett0000FF cb0ae0f
Put v2 tabs first.
brett0000FF baa2852
Improve migration guide.
brett0000FF 4677b88
remove imports to v1 entirely for GA
hannahkm d02f08d
move v2 references before v1
hannahkm fbef9fd
update profiling page
hannahkm f5586ef
fix some documentation
hannahkm 34c2b20
update migration page with shim
hannahkm 0c57021
add details about api changes (child spans)
hannahkm 389c999
Fix instances where shortcode doesn't render link.
brett0000FF 633dce4
rename v2check to v2fix
hannahkm bf7b620
add info about -fix flag
hannahkm a0991c3
Merge branch 'master' into hannahkm/clarify-v2-docs
hannahkm 7372418
fix(tracing/trace_collection/compatibility): update Go tracer version…
darccio 0811752
fix(tracing/trace_collection/custom_instrumentation/go): rename secti…
darccio f19b180
fix(tracing/trace_collection/compatibility/go): remove duplicated sec…
darccio c62b082
fix(tracing/trace_collection/custom_instrumentation/go): update migra…
darccio 97762d1
Merge branch 'master' into hannahkm/clarify-v2-docs
darccio 3c9d965
fix(tracing): correct references for DogStatsD address options in Go …
darccio 2ea4d24
fix(tracing/trace_collection/custom_instrumentation/go): update span …
darccio c99a948
Update content/en/tracing/trace_collection/custom_instrumentation/go/…
hannahkm dfee6ca
Update content/en/tracing/trace_collection/custom_instrumentation/go/…
hannahkm 60524cb
Update content/en/tracing/trace_collection/custom_instrumentation/go/…
hannahkm 8a6beac
Apply suggestions from code review
hannahkm 82bf284
minor edits in migration guide
hannahkm 217ebce
Merge remote-tracking branch 'origin' into hannahkm/clarify-v2-docs
hannahkm 0dd3214
Apply suggestions from code review
brett0000FF 5602e3b
Remove outdated support details for v1 of the Go tracer in migration …
darccio 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,6 +277,8 @@ end | |
|
||
{{< programming-lang lang="go" >}} | ||
|
||
{{% tracing-go-v2 %}} | ||
|
||
```go | ||
package main | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,7 @@ Datadog recommends setting the obfuscation mode to `obfuscate_and_normalize` for | |
{{< tabs >}} | ||
{{% tab "Go" %}} | ||
|
||
Update your app dependencies to include [[email protected]][1] or greater: | ||
Update your app dependencies to include [[email protected]][1] or greater. {{% tracing-go-v2 %}} | ||
```shell | ||
go get gopkg.in/DataDog/[email protected] # 1.x | ||
# go get github.com/DataDog/dd-trace-go/v2 # 2.x | ||
|
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
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.
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.