Commit 26c5c56
authored
fix: close default apm tracer (elastic#17293)
the default tracer is leaking and its background goroutine
spamming requests to this apm server (default endpoint)
If TLS is enabled it causes 'http request sent to https endpoint'.
Close the default tracer since it's not used.1 parent 2e8498c commit 26c5c56
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
0 commit comments