Skip to content

Commit

Permalink
Merge pull request #4084 from bmcfeely/patch-7
Browse files Browse the repository at this point in the history
Update logs intro: fix attribute name restrictions
  • Loading branch information
barbnewrelic committed Sep 28, 2021
2 parents b355383 + f5a292a commit 950cd23
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,7 @@ Some specific attributes have additional restrictions:

* `accountId`: This is a reserved attribute name. If it is included, it will be dropped during ingest.
* `entity.guid`, `entity.name`, and `entity.type`: These attributes are used internally to identify entities. Any values submitted with these keys in the attributes section of a metric data point may cause undefined behavior such as missing entities in the UI or telemetry not associating with the expected entities. For more information please refer to [Entity synthesis](/docs/new-relic-one/use-new-relic-one/core-concepts/what-entity-new-relic/#entity-synthesis).
* [`appId`](/docs/apis/rest-api-v2/requirements/find-product-id#apm): Value must be an integer. If it is not an integer, the attribute name and value will be dropped during ingest.
* `eventType`: Can be a combination of alphanumeric characters, `_` underscores, and `:` colons.
* `eventType`: This is a reserved attribute name. If it is included, it will be dropped during ingest.
* `timestamp`: Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds.

<Callout variant="important">
Expand Down

0 comments on commit 950cd23

Please sign in to comment.