Skip to content

Commit

Permalink
fix(insights dashboards API): some readability fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Oct 11, 2021
1 parent 1cedb2b commit 6def691
Showing 1 changed file with 3 additions and 5 deletions.
Expand Up @@ -14,13 +14,11 @@ If you're not migrating from the old Insights API, you can skip this doc and go

Our Insights product, which was a way to query data and create charts and dashboards, has been deprecated and its set of features moved over to be a core part of the [New Relic One platform](/docs/new-relic-one/use-new-relic-one/get-started/introduction-new-relic-one/). To learn more about this transition and new features, see the [Insights to New Relic One migration guide](/docs/new-relic-one/use-new-relic-one/core-concepts/transition-new-relic-one-insights/).

The Insights Dashboard API will be deprecated in July of 2021. Until then, if you are using Insights Dashboard API, you should attempt to switch over to using NerdGraph.
The Insights Dashboard API will be deprecated in July of 2021. Until then, if you're using the Insights Dashboard API, you should attempt to switch over to using NerdGraph. Keep reading to learn how to get started with NerdGraph and learn about equivalent operations.

You can continue to use an Insert API key with the Dashboards API, or you can use a [user key](/docs/apis/intro-apis/new-relic-api-keys/#user-api-key), which is preferred. Read more about [API keys](/docs/apis/get-started/intro-apis/new-relic-api-keys/).
## Get started with NerdGraph [#starting-out]

## Starting out with NerdGraph [#starting-out]

[NerdGraph](/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph) is the preferred API for making NRQL queries of your New Relic data. Every user who uses NerdGraph needs their own user key.
[NerdGraph](/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph) is the preferred API for making NRQL queries of your New Relic data. Every user who uses NerdGraph needs their own [user key](/docs/apis/get-started/intro-apis/new-relic-api-keys/).

When using NerdGraph, it helps to understand that our [dashboards](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards) are [entities](/docs/new-relic-one/use-new-relic-one/core-concepts/what-entity-new-relic) that report data from other entities, such as monitored apps, hosts and services.

Expand Down

0 comments on commit 6def691

Please sign in to comment.