Skip to content

Commit

Permalink
fix(TDP): clarify when to include backticks
Browse files Browse the repository at this point in the history
Fixes #4048
  • Loading branch information
barbnewrelic committed Sep 27, 2021
1 parent 0e364dd commit 9debe15
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ When reporting custom events and attributes, follow these general requirements f

Event types (using the `eventType` attribute) can be a combination of alphanumeric characters, colons (`:`), and underscores (`_`).

If the name begins with anything other than an alphabetical character, enclose the name with backticks.

Do not use [words reserved for use by NRQL](#reserved-words).
</td>
</tr>
Expand Down

0 comments on commit 9debe15

Please sign in to comment.