newrelic-dotnet-agent icon indicating copy to clipboard operation
newrelic-dotnet-agent copied to clipboard

Logging response headers from New Relic endpoint to DEBUG logs.

Open vuqtran88 opened this issue 4 years ago • 5 comments

Feature Description

When we send data up to New Relic, the response headers that we get back from New Relic have been useful for debugging issues like missing data due to 503s, it's useful to know if the issues were isolated to a particular geo-location. Additionally, if the failure is Cloudflare related, Cloudflare is going to need a ray ID and request ID to debug these issues.

Currently, for the .NET agent, we only logged the response body.

Priority: Low - Nice to have (visited 9/13/2022)

vuqtran88 avatar Aug 19 '20 18:08 vuqtran88

I don't think that audit logs is the right place for this information. I think adding them to the DEBUG level agent logs would be more appropriate, which is where we are already logging the response body.

nrcventura avatar Aug 19 '20 19:08 nrcventura

I have changed the title.

vuqtran88 avatar Aug 19 '20 19:08 vuqtran88

This Issue has been marked stale after 90 days with no activity. It will be closed in 30 days if there is no activity.

github-actions[bot] avatar Nov 18 '20 00:11 github-actions[bot]

12/10/2021 The .NET agent may need to support this feature as it is in the x-agent spec.

angelatan2 avatar Dec 10 '21 18:12 angelatan2

https://issues.newrelic.com/browse/NEWRELIC-3500