Skip to content

Commit

Permalink
added more detail on when to create a NewRelicReporter
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonenriqueta committed Jan 30, 2024
1 parent ade0310 commit e492f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ implementations communicating via HTTP using the okhttp libraries, respectively.
## Start the reporter

Early in the lifecycle of your application, you will want to create and
start a `NewRelicReporter`.
start a `NewRelicReporter`. This should be created after the `MetricRegistry` is created and before any metrics have been generated.

The `YOUR_SECRET_API_KEY` is referring to your New Relic Event API insert key or license key.
For more information and how to obtain a key, [visit our docs](https://docs.newrelic.com/docs/insights/insights-data-sources/custom-data/send-custom-events-event-api#register).
Expand Down

0 comments on commit e492f89

Please sign in to comment.