Skip to content

Commit

Permalink
Merge pull request #4075 from newrelic/4048-syntax
Browse files Browse the repository at this point in the history
fix(TDP): clarify when to include backticks
  • Loading branch information
barbnewrelic committed Sep 27, 2021
2 parents 0e364dd + 9debe15 commit 504ce2b
Showing 1 changed file with 2 additions and 0 deletions.
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 504ce2b

Please sign in to comment.