Skip to content

Commit

Permalink
Merge pull request #18277 from dmccown/dmccown/update-reserved-event-…
Browse files Browse the repository at this point in the history
…types

feat: Mark Entity as reserved event
  • Loading branch information
jeff-colucci authored Aug 7, 2024
2 parents ced7e28 + 2f79c3e commit 035136c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ Avoid using the following reserved words as names for events and attributes. Oth
For your `eventType` value, avoid using:

* `Metric`, `MetricRaw`, and strings prefixed with `Metric[0-9]` (such as `Metric2` or `Metric1Minute`).
* `Entity`, `EntityUpdate`, and strings prefixed with `Entity[0-9]` (such as `Entity2` or `Entity1HOUR`).
* `Public_` and strings prefixed with `Public_`.

These event types are reserved for use by New Relic. Events passed in with these `eventType` values will be dropped.
Expand Down

0 comments on commit 035136c

Please sign in to comment.