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
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.
Description
The Node.js agent is adding
entity.guid
,hostname
,entitty.name
, andentity.type
to every log message. These do no change and the spec specifies these could be put intocommon.attributes
.Acceptance Criteria
entity.guid
,hostname
,entitty.name
, andentity.type
will live incommon.attributes
instead of every log when sending logs to collector.