We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dff733 + 20e98db commit 0e6ffe7Copy full SHA for 0e6ffe7
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# ChangeLog
2
3
+
4
+## Changes
5
6
+* When `Config.Transport` is nil, no longer use the `http.DefaultTransport`
7
+ when communicating with the New Relic backend. This addresses an issue with
8
+ shared transports as described in https://github.com/golang/go/issues/33006.
9
10
+* If a timeout occurs when attempting to send data to the New Relic backend,
11
+ instead of dropping the data, we save it and attempt to send it with the
12
+ next harvest. Note data retention limits still apply and the agent will
13
+ still start to drop data when these limits are reached. We attempt to keep
14
+ the highest priority events and traces.
15
16
## 3.6.0
17
18
## New Features
0 commit comments