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

     1  /*
     2  Package apm provides a programmatic API for interacting with the New Relic
     3  APM product.  It can be used for a variety of operations, including:
     4  
     5  - Reading, updating, and deleting APM applications
     6  
     7  - Creating, reading, and deleting APM deployment markers
     8  
     9  - Reading APM key transactions
    10  
    11  - Creating, reading, and deleting APM labels
    12  
    13  Authentication
    14  
    15  You will need a valid Personal API key to communicate with the backend New Relic
    16  APIs that provide this functionality. See the API key documentation below for
    17  more information on how to locate this key:
    18  
    19  https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys
    20  
    21  Labels
    22  
    23  New Relic One entity tags are currently the preferred method for organizing your
    24  New Relic resources.  Consider using entity tags via the `entities` package if
    25  you are just getting started.  More information about entity tags and APM labels
    26  can be found at the following URL:
    27  
    28  https://docs.newrelic.com/docs/new-relic-one/use-new-relic-one/core-concepts/tagging-use-tags-organize-group-what-you-monitor#labels
    29  
    30  */
    31  package apm