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
{{ message }}
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
When a customer starts using the New Relic Telemetry SDK for Go, they'll probably want to see the harvest loop running in the debug log. Since this library is used as part of a larger system, the log lines written should identify it as coming from this library for easier and quicker troubleshooting.
When a customer starts using the New Relic Telemetry SDK for Go, they'll probably want to see the harvest loop running in the debug log. Since this library is used as part of a larger system, the log lines written should identify it as coming from this library for easier and quicker troubleshooting.
logDebug
call to the harvest cycle, perhaps in the HarvestNow function, that prints a line and the number of requests it's sending. A good place to do this might be here.https://github.com/newrelic/newrelic-telemetry-sdk-go/blob/master/telemetry/harvester.go#L392
Something like this would do the job:
The text was updated successfully, but these errors were encountered: