Skip to content

Commit

Permalink
Merge pull request #280 from zuluecho9/master
Browse files Browse the repository at this point in the history
fix(java telem sdk): remove 'insert key'
  • Loading branch information
jasonjkeller committed Jan 6, 2022
2 parents 6502f5a + 6264bf7 commit 15f7694
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ For the most recently published version, see [Releases](https://github.com/newre

## Installation

See [Getting started](#getting-started)

## Getting started

In order to send metrics or spans to New Relic, you will need an [Insights Insert API Key](https://docs.newrelic.com/docs/apis/getting-started/intro-apis/understand-new-relic-api-keys#user-api-key) or a [License Key.](https://docs.newrelic.com/docs/accounts/accounts-billing/account-setup/new-relic-license-key/)
In order to send metrics or spans to New Relic, you will need a New Relic [license key](https://docs.newrelic.com/docs/apis/getting-started/intro-apis/understand-new-relic-api-keys#ingest-license-key) for the account to which you want to send data.

Maven dependencies:

Expand Down Expand Up @@ -73,8 +69,8 @@ SDK to product additional logging at `DEBUG` level. This logging includes the de
*WARNING*: If you enable audit logging, all the data in your spans and metrics will be sent to your logging system. It is recommended that you only enable
audit logging when absolutely necessary.

#### Use License Key
The various builders for the Telemetry SDK components include an option to `useLicenseKey`. Enabling this option will cause the SDK to inform the API endpoints the key you provided is a New Relic License Key.
#### Use license key
The various builders for the Telemetry SDK components include an option to `useLicenseKey`. Enabling this option will cause the SDK to inform the API endpoints the key you provided is a New Relic [license key](https://docs.newrelic.com/docs/apis/getting-started/intro-apis/understand-new-relic-api-keys#ingest-license-key).

### For developers:
#### Requirements
Expand Down Expand Up @@ -130,7 +126,8 @@ This is the core module for sending dimensional metrics and spans to New Relic.

`com.newrelic.telemetry:telemetry-core`

#### `telemetry-http-java11`
In order to send metrics and spans to New Relic, you will also need a New Relic [license key](https://docs.newrelic.com/docs/apis/getting-started/intro-apis/understand-new-relic-api-keys#ingest-license-key) for the account to which you want to send data.

This is an implementation of the required http client interface using Java 11 JDK classes as the underlying library.
The `telemetry-http-java11` library is published under the maven coordinates:

Expand Down

0 comments on commit 15f7694

Please sign in to comment.