You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the story, please be clear on scope of the story.
The dotnet agent's current usage of HttpClient for sending data to New Relic mostly follows MIcrosoft's guidance (this analysis is documented in an internal doc). The one thing that was discovered to be missing is setting the PooledConnectionLifetime to an appropriate value (this value is TBD). The agent is already using a single instance of HttpClient.
Acceptance Criteria
The agent uses a single instance of HttpClient to send data to New Relic.
The agent configures an appropriate value for the PooledConnectionLifetime setting.
These changes apply to .net/.net core, and do not apply to .net framework.
Dependencies
N/A
Estimates
t-shirt size: S
The text was updated successfully, but these errors were encountered:
workato-integrationbot
changed the title
Update HttpClient usage to better support DNS changes on .NET/.NET Core
Spike: Update HttpClient usage to better support DNS changes on .NET/.NET Core
Oct 20, 2023
Describe the story, please be clear on scope of the story.
The dotnet agent's current usage of HttpClient for sending data to New Relic mostly follows MIcrosoft's guidance (this analysis is documented in an internal doc). The one thing that was discovered to be missing is setting the
PooledConnectionLifetime
to an appropriate value (this value is TBD). The agent is already using a single instance of HttpClient.Acceptance Criteria
PooledConnectionLifetime
setting.Dependencies
N/A
Estimates
t-shirt size: S
The text was updated successfully, but these errors were encountered: