From b0bae410d2d491a24895ec8364fe273da09d26ec Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 31 Jul 2020 22:15:28 -0700 Subject: [PATCH] docs: add resources frontmatter to 2 collect data guides --- src/markdown-pages/collect-data/add-custom-attributes.mdx | 6 ++++++ .../collect-data/get-started-nerdgraph-api-explorer.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/markdown-pages/collect-data/add-custom-attributes.mdx b/src/markdown-pages/collect-data/add-custom-attributes.mdx index 4da42ab17..00a8553a3 100644 --- a/src/markdown-pages/collect-data/add-custom-attributes.mdx +++ b/src/markdown-pages/collect-data/add-custom-attributes.mdx @@ -8,6 +8,12 @@ tileShorthand: description: 'Use custom attributes for deeper analysis' redirects: - /build-tools/tools-for-ingesting-data/custom-attributes +resources: + - url: https://docs.newrelic.com/docs/insights/insights-data-sources/custom-data/add-custom-attributes-new-relic-apm-data + title: 'New Relic APM: Report custom attributes' + + - url: https://developer.newrelic.com/technology/nrql + title: Learn more about NRQL --- diff --git a/src/markdown-pages/collect-data/get-started-nerdgraph-api-explorer.mdx b/src/markdown-pages/collect-data/get-started-nerdgraph-api-explorer.mdx index 74a6813ac..a04f7e74a 100644 --- a/src/markdown-pages/collect-data/get-started-nerdgraph-api-explorer.mdx +++ b/src/markdown-pages/collect-data/get-started-nerdgraph-api-explorer.mdx @@ -7,6 +7,12 @@ description: 'Learn to explore NerdGraph, our GraphQL API, and build the queries tileShorthand: title: 'Build queries with NerdGraph' description: 'Try NerdGraph and build the queries you need' +resources: + - title: Introduction to New Relic NerdGraph + url: https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph + + - title: NerdGraph tutorials + url: https://docs.newrelic.com/docs/apis/nerdgraph/tutorials ---