Skip to content

relativityone/NewRelicClient.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewRelicClient

This is an unofficial client for the New Relic GraphQL API. This project is not affiliated with or endorsed by New Relic.

New Relic Information

New Relic NerdGraph

This is the New Relic GraphQL API that supports querying for your account's observability data.

New Relic Queries

To learn the New Relic query language please see here

Exploring NerdGraph

New Relic built an explorer to get familiar with their NerdGraph API

Client Description

This unoffical client is aimed at the use case of querying your observability data from the NerdGraph api.

Requirements for use

In order to use this API you need:

  1. User API Key
  2. Account id for the account you want to query your data from

Installing the client

using Pkg; Pkg.add("NewRelicClient")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages