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

     1  /*
     2  Package plugins provides a programmatic API for interacting with the New Relic
     3  Plugins product.  It can be used for a variety of operations, including:
     4  
     5  - Reading plugins
     6  
     7  - Reading plugin components
     8  
     9  - Reading plugin component metric data
    10  
    11  Authentication
    12  
    13  You will need a Personal API key to communicate with the backend New Relic APIs
    14  that provide this functionality. See the API key documentation below for more
    15  information on how to locate this key:
    16  
    17  https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys
    18  
    19  */
    20  package plugins