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

     1  /*
     2  Package edge provides a programmatic API for interacting with New Relic Edge with
     3  infinite tracing. It can be used to enable New Relic Edge and retrieve relevant
     4  config parameters.
     5  
     6  Authentication
     7  
     8  You will need a valid Personal API key to communicate with the backend New Relic
     9  API that provides this functionality.  See the API key documentation below for
    10  more information on how to locate this key:
    11  
    12  https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys
    13  
    14  */
    15  package edge