newrelic / newrelic-azure-functions

Functions to collect and forward logs from Microsoft Azure to New Relic Logs
Apache License 2.0
7 stars 14 forks source link

Add timestamp of when the log was generated #116

Open MarthaSJP opened 3 weeks ago

MarthaSJP commented 3 weeks ago

This PR corrects an issue where the timestamp of logs forwarded to New Relic was set at the time the log data was imported into New Relic. Fixes to get the timestamp of when the log was generated (“time” or “timeStamp”) and add “timestamp”.

before image

after image