This is an unofficial client for the New Relic GraphQL API. This project is not affiliated with or endorsed by New Relic.
This is the New Relic GraphQL API that supports querying for your account's observability data.
To learn the New Relic query language please see here
New Relic built an explorer to get familiar with their NerdGraph API
This unoffical client is aimed at the use case of querying your observability data from the NerdGraph api.
In order to use this API you need:
- User API Key
- Account id for the account you want to query your data from
using Pkg; Pkg.add("NewRelicClient")