newrelic / node-newrelic

New Relic Node.js agent code base. Developers are welcome to create pull requests here, please see our contributing guidelines. For New Relic technical support, please go to http://support.newrelic.com.
Apache License 2.0
971 stars 399 forks source link

Move `entity.guid`, `hostname`, `entitty.name`, and `entity.type` to common.attributes of logs #2735

Closed bizob2828 closed 1 week ago

bizob2828 commented 1 week ago

Description

The Node.js agent is adding entity.guid, hostname, entitty.name, and entity.type to every log message. These do no change and the spec specifies these could be put into common.attributes.

Acceptance Criteria

entity.guid, hostname, entitty.name, and entity.type will live in common.attributes instead of every log when sending logs to collector.

workato-integration[bot] commented 1 week ago

https://new-relic.atlassian.net/browse/NR-340189