-
Notifications
You must be signed in to change notification settings - Fork 65
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
Adds support for Postgres v4.1 through v7 #1363
Merged
tippmar-nr
merged 14 commits into
main
from
tippmar-nr/postgres-instrumentation-bug-fix
Jan 27, 2023
Merged
Adds support for Postgres v4.1 through v7 #1363
tippmar-nr
merged 14 commits into
main
from
tippmar-nr/postgres-instrumentation-bug-fix
Jan 27, 2023
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
…iterator count metric.
Codecov Report
@@ Coverage Diff @@
## main #1363 +/- ##
==========================================
- Coverage 71.65% 71.65% -0.01%
==========================================
Files 459 459
Lines 30546 30546
==========================================
- Hits 21889 21888 -1
- Misses 8657 8658 +1
|
…nstrumentation-bug-fix
chynesNR
reviewed
Jan 26, 2023
src/Agent/NewRelic/Agent/Extensions/Providers/Wrapper/Sql/Instrumentation.xml
Outdated
Show resolved
Hide resolved
chynesNR
reviewed
Jan 26, 2023
chynesNR
reviewed
Jan 26, 2023
...edApplications/Common/MultiFunctionApplicationHelpers/MultiFunctionApplicationHelpers.csproj
Show resolved
Hide resolved
…ostgres Dockerfile to run latest
nr-ahemsath
reviewed
Jan 27, 2023
...edApplications/Common/MultiFunctionApplicationHelpers/MultiFunctionApplicationHelpers.csproj
Outdated
Show resolved
Hide resolved
chynesNR
reviewed
Jan 27, 2023
tests/Agent/IntegrationTests/UnboundedServices/postgres/Dockerfile
Outdated
Show resolved
Hide resolved
chynesNR
approved these changes
Jan 27, 2023
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.
Looks good!
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.
Thank you for submitting a pull request. Please review our contributing guidelines and code of conduct.
Description
Updates instrumentation configuration and unbounded integration tests to support all current versions of Postgres for .NET (
npgsql
) NuGet v4.0.0 through 7.0.1Author Checklist
Reviewer Checklist