nr-tracing-layer
A tracing layer that sends logs to the New Relic Log API.
Requirements
You'll need a New Relic API Key for everything to work.
Endpoint
By default, will try to send the logs to the US1 region.
You can easily change the region or provide a custom URL if needed.
Example
Here's a simple example of how to set it up and use it:
use NewRelicOptions;
use *;
use
Caveats
The layer will send the logs either 5 seconds after the last log is received or when the buffer arrives to 1000 logs. This is basically due to a limitation in the Datadog API.