Closed julcsii closed 2 years ago
Hi @julcsii! Thank you for submitting this PR. These changes look good ππ½ We will work on getting these tests passing and merge this shortly.
Hi @julcsii! Thank you for submitting this PR. These changes look good ππ½ We will work on getting these tests passing and merge this shortly.
Thank you!
Hi, we would like to have this PR merged as it's blocking us from using New Relic in our systems. Could you please have a look at the tests and merge?
Merging #47 (818a60b) into main (f089f53) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #47 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 376 376
Branches 60 60
=========================================
Hits 376 376
Impacted Files | Coverage Ξ | |
---|---|---|
src/newrelic_telemetry_sdk/client.py | 100.00% <100.00%> (ΓΈ) |
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more
We'll queue this up to release on Monday, thanks for the contribution π
I often face the problem when sending a New Relic event from a Databricks notebook that the request does not time out.
I would like to add the
timeout
parameter so it can fail faster and I can implement retries in my code.Please let me know if there's something missing in my PR and any feedback is welcome!
Thank you!