forked from DataDog/dd-trace-go
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync fork 2024 july #4
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
Signed-off-by: Eliott Bouhana <[email protected]> Co-authored-by: Eliott Bouhana <[email protected]> Co-authored-by: Julio Guerra <[email protected]>
Co-authored-by: Dario Castañé <[email protected]>
…for v2-dev nightly (DataDog#2348)
Report configuration changes applied via dynamic configuration. This required some refactoring of the current dynamicConfig implementation with an intent to keep it as generic as possible. More logic was added to avoid unnecessary reconfigurations and unnecessary (or inaccurate) config change telemetry events in case of an attempt to reconfigure the same value.
…2353) Co-authored-by: Diana Shevchenko <[email protected]>
Report the RC capabilities related to the APM_TRACING product used for dynamic configuration. Motivation: declare what features can be supported by the tracer. This is important to exclude unsupported features like automatic logs injection.
…og#2347) Signed-off-by: Eliott Bouhana <[email protected]>
Signed-off-by: Eliott Bouhana <[email protected]> Co-authored-by: Julio Guerra <[email protected]>
Make global tags dynamic: support custom global tags via remote config Report RC capabilities for custom tags Report telemetry events on custom tag updates
Add a remote-config Subscribe function to register a product and its callback in a single call. This guarantees that the callback only receives updates for the corresponding product. Motivation: Make the API more ergonomic and easier to use.
Fix related to DataDog#2380 : the RC client must report all registered products.
Signed-off-by: Eliott Bouhana <[email protected]>
…ging a warning when empty (DataDog#2751)
Signed-off-by: Eliott Bouhana <[email protected]> Co-authored-by: Eliott Bouhana <[email protected]>
Signed-off-by: Eliott Bouhana <[email protected]>
Signed-off-by: Eliott Bouhana <[email protected]>
The Go project supports only the two most recent language versions. See https://go.dev/doc/devel/release#policy. Older language versions do not receive bug/security fixes. This commit aligns the dd-trace-go support policy with the official one, dropping support for the third most recent language version (1.20 as of this commit). This will let us more quickly adopt new features from Go, such as structured logging from slog or runtime execution trace flight recording, or any other new APIs added in the future.
…2720) Move TestExecutionTraceSpans to exectracetest and modify it to use golang.org/x/exp/trace, so that this test can keep up with future changes to the execution tracer.
…emetry metrics (DataDog#2760) Co-authored-by: Diana Shevchenko <[email protected]>
…DataDog#2755) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dario Castañé <[email protected]>
…ataDog#2767) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dario Castañé <[email protected]>
Co-authored-by: Dario Castañé <[email protected]>
Co-authored-by: Michel Chretien <[email protected]> Co-authored-by: Michel Chrétien <[email protected]>
…ess when configured with tracer.WithDogstatsdAddress (DataDog#2683)
- Add custom tracer. - Improve http tracing. - Retry failed trace sends. - Set trace on retries as well. Signed-off-by: Jakub Martin <[email protected]>
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.
No description provided.