This repository was archived by the owner on Mar 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upstream synbc afb9638..bfc8b54 * Add missing `volatile` in Tracer creation (#2508) This was missed in the change from `LazyInitializer.EnsureInitialized()`. This could lead to a race condition during initialization * Fixes for the build related to hotfix releases (#2511) * Allow forcing releases from a specific commit sha (#2509) (#2510) This should not be the default approach, but it allows us to create releases without waiting for a full rebuild to occur, or where we have issues with temporary flake/capacity in CI. This does some minimal verification of the provided sha (that it's on the branch provided) and checks that the artifacts are available, but does not require the build to have succeeded * Allow running the GitLab build for hotfix and release branches * Reverse to protobuf 3.7.0 to avoid unexpected new dependency (System.Memory.dll) (#2513) * [CI App] - Agentless Writer (#2402) * Initial Commit. * Add truncator class * Changes * Reduce allocations * Fixes and unit test suite. * Move previous CIAgentWriter logic to new OriginTagTraceProcessor. * Initial event model structure. * Initial writer work * Changes * changes * Custom Meta enumerator for tagslist. * Optimize TagsList enumerators. * Changes to use the AgentPayload format. * CompactWhiteSpace method port. * ReplaceDigits method port. * fix merge * Fix from merge * add CI App MessagePack support * Formatter changes * Fix messagepack formatters * Revert source generator changes and json support. * Update the writer. * multiple file in the file writer. * Add SpanEvent message. * Changes. * Add a new EventsBuffer class * Changes and fixes. * Improve formatter. * changes. * changes * Fixes * Fixes and documentation. * Refactor * Changes * Initial tests * Use ThrowHelper * refactor test * Changes and new Tests * Fix tests * Fix Tests * Fix tests. * Remove JSON serialization patch. * Changes. * Changes. * Fixes * test by replacing Ping * Changes * fixes * Revert some changes. * Update to latest specs. * fixes. * Fix tests * revert one unnescesary change. * ConfigurationKeys refactor and Initial support to webproxies * Not supported proxy schema message. * fix build * Update payload specification. * Fix test * Change DD_SITE default value * Add support for agentless in the runner. * Rename ICIVisibilityWriter to IEventWriter * Update all github links with permanent SHA1 (latest commit on master) * Ensure NormalizeTag doesn't return null. * Add null case to normalizer test. * Move version value to the CIVisibilityEvent object. * Remove unused arguments. * Add comment for ParentId validation. * Change LogLevel from Information to Debug * Update tracer/src/Datadog.Trace/TraceProcessors/NormalizerTraceProcessor.cs Co-authored-by: Zach Montoya <[email protected]> * Update tracer/src/Datadog.Trace/TraceProcessors/NormalizerTraceProcessor.cs Co-authored-by: Zach Montoya <[email protected]> * Change Log.Information with Log.Debug * Change the default url for UriBuilder with a generic host. * Change DelegatingHandler to HttpClientHandler. * fix build * Remove unused string extensions. * Remove unused method parameter. * Remove unnescessary Ping method from the ICIAgentlessWriterSender interface. * Try to add an event to the buffer again if is not processed (buffer full). * Remove unnescessary items. * Ensure there's always a sampler instance. * Remove #if DEBUG preprocessor with a runtime check. * Move ArraySlice to Datadog.Trace.Util namespace * Apply suggested optimization. * Update tracer/src/Datadog.Trace.Tools.Runner/LegacyCommand.cs Co-authored-by: Andrew Lock <[email protected]> * Update tracer/src/Datadog.Trace.Tools.Runner/RunCommand.cs Co-authored-by: Andrew Lock <[email protected]> * Add DefaultMaxBufferSize const. * Use #nullable enable and remove some comments. * Remove some comments and add readonly to some fields. * Update tracer/src/Datadog.Trace/Ci/CITracerManagerFactory.cs Co-authored-by: Andrew Lock <[email protected]> * remove comment. * Change the algorithm to find the root span. * Rename methods. * fixes. * Processors refactor * Change NormalizerTraceProcessorTests to avoid VSTest serializer bug. * Fix SourceGenerators tests Co-authored-by: Zach Montoya <[email protected]> Co-authored-by: Andrew Lock <[email protected]> * build fixes * update en variables DD->SIGNALFX * update internal config Co-authored-by: Andrew Lock <[email protected]> Co-authored-by: chrisnas <[email protected]> Co-authored-by: Tony Redondo <[email protected]> Co-authored-by: Zach Montoya <[email protected]>
- Loading branch information
1 parent
af10433
commit cf04d52
Showing
147 changed files
with
3,980 additions
and
827 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.