github.com/newrelic/newrelic-client-go@v1.1.0/pkg/nrdb/doc.go (about)

     1  /*
     2  Package nrdb provides a programmatic API for interacting with the New Relic
     3  Database.  It can be used to run freeform NRQL queries. Details on how to use
     4  the New Relic Query Language are available here:
     5  
     6  https://docs.newrelic.com/docs/query-data/nrql-new-relic-query-language/getting-started/introduction-nrql
     7  
     8  Authentication
     9  
    10  You will need a valid Personal API key to communicate with the backend New Relic
    11  API that provides this functionality.  See the API key documentation below for
    12  more information on how to locate this key:
    13  
    14  https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys
    15  
    16  */
    17  package nrdb