Skip to content

Commit

Permalink
fix(nrql): fixing var tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Jul 1, 2022
1 parent e1cb057 commit fb1c10b
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -189,7 +189,13 @@ One way to start using NRQL and to understand what data you have available is to
src={nrqlQuery01}
/>

To see the [attributes](/docs/using-new-relic/welcome-new-relic/get-started/glossary#attribute) available for a specific data type, type `FROM DATA_TYPE SELECT` and press space. The interface will suggest available attributes. For example:
To see the [attributes](/docs/using-new-relic/welcome-new-relic/get-started/glossary#attribute) available for a specific data type, type:

```
FROM <var>DATA_TYPE</var> SELECT
```

and then press space. The interface will suggest available attributes. For example:

<img
title="nrql_query02.png"
Expand Down

0 comments on commit fb1c10b

Please sign in to comment.