Update Aerospike integration to support 5.0.0#2639
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
andrewlock
force-pushed
the
andrew/aerospike-update
branch
from
April 5, 2022 11:52
de3cf87 to
ac944c4
Compare
This comment has been minimized.
This comment has been minimized.
Member
Author
Benchmarks Report 🐌Benchmarks for #2639 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AppSecBodyBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AspNetCoreBenchmark - Unknown 🤷 Same allocations ✔️Raw results
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SpanBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.TraceAnnotationsBenchmark - Same speed ✔️ Same allocations ✔️Raw results
|
lucaspimentel
approved these changes
Apr 5, 2022
pierotibou
approved these changes
Apr 6, 2022
andrewlock
force-pushed
the
andrew/aerospike-update
branch
from
April 7, 2022 10:49
3138fd3 to
5821937
Compare
andrewlock
force-pushed
the
andrew/aerospike-update
branch
from
April 7, 2022 10:54
5821937 to
5498d63
Compare
This was referenced Apr 7, 2022
Member
Author
Code Coverage Report 📊✔️ Merging #2639 into master will not change line coverage
View the full report for further details: Datadog.Trace Breakdown ✔️
The following classes have significant coverage changes.
View the full reports for further details: |
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
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.
Summary of changes
Microsoft.AspNetCore.Mvc.Corereference toIntegrationGroupsReason for change
We want to support the latest versions of packages.
Implementation details
Aerospike.Client v5.0.0 drops support for
net461in favour ofnet472, however, as we currently only run the Aerospike tests on Linux, I've left the sample targeting the 4.x package by default, so we can still have the same degree of testing, without having to change any target frameworks.The
GeneratePackageVersionstarget needs to know in which NuGet packages each integration assembly can be found, otherwise it crashes. TheMicrosoft.AspNetCore.Mvc.Coredependency was added in #2495.Test coverage
The usual, new version is tested on Linux against all netcore versions
Other details
Will supersede #2484 and #2634