Skip to content

Commit

Permalink
Merge pull request #636 from newrelic/nrql-update
Browse files Browse the repository at this point in the history
added nrql lessons to page frontmatter resources
  • Loading branch information
John P Vajda authored Aug 20, 2020
2 parents 35005f6 + b3189f8 commit 3893f14
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ redirects:
- /build-tools/new-relic-one-applications/intro-to-sdk
- /client-side-sdk/index.html
resources:
- title: Introduction to New Relic NerdGraph
- title: 'Introduction to New Relic NerdGraph'
url: https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph
- title: Deploy an app
url: /build-apps/publish-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ tileShorthand:
redirects:
- /technology/graphql
resources:
- title: Introduction to New Relic NerdGraph
- title: 'Introduction to NerdGraph'
url: https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph

- title: NerdGraph tutorials
- title: 'NerdGraph tutorials'
url: https://docs.newrelic.com/docs/apis/nerdgraph/tutorials
tags:
- nerdgraph
- mutations
- nerdgraph query terminal
- nerdgraph query terminal
---

<Intro>
Expand All @@ -27,7 +26,7 @@ NerdGraph is New Relic's [GraphQL](https://graphql.org/) API. It allows you to g

With NerdGraph API Explorer you don't need to know the query format: using the Query Builder you can browse our entire graph and compose queries just by selecting the items you want and filling out their required values.

<Video id='oo1lbw991a' type='wistia' />
<Video id="oo1lbw991a" type="wistia" />

</Intro>

Expand Down Expand Up @@ -60,6 +59,7 @@ This GraphQL snippet appears in the editor.
}
}
```

</Step>
<Step>

Expand All @@ -69,7 +69,6 @@ With this query, you're telling NerdGraph to retrieve your name. You're asking f

Click the **play** button to see the result: It has almost the same shape as the request. All the fields in the Query Builder make up what's called the GraphQL schema, which describes all the available data types and their attributes. To learn more about each field, click the **Docs** button, or hover over a field in the editor.


![NerdGraph documentation and tooltips](../../images/graphql-guide/graphql-documentation.png)

</Step><Step>
Expand Down Expand Up @@ -144,6 +143,7 @@ newrelic nerdgraph query '{
}
'
```

</Step>
</Steps>

Expand Down
9 changes: 6 additions & 3 deletions src/markdown-pages/collect-data/query-data-nrql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ tileShorthand:
description: 'Query default event data, custom events, and attributes'
redirects:
- /technology/nrql
resources:
- title: 'NRQL lessons'
url: https://opensource.newrelic.com/projects/newrelic/nr1-learn-nrql
tags:
- NRQL
- NRQL syntax
- calculate data NRQL
- NRQL
- NRQL syntax
- calculate data NRQL
---

<Intro>
Expand Down

0 comments on commit 3893f14

Please sign in to comment.