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

     1  /*
     2  Package events provides a programmatic API for creating custom events in New Relic.
     3  
     4  Authentication
     5  
     6  You will need a valid Insights insert key to communicate with the backend New Relic
     7  API that provides this functionality.  See the API key documentation below for
     8  more information on how to locate this key:
     9  
    10  https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys
    11  
    12  */
    13  package events