Add and test License Key as a configuration option to JFRD
Closed this issue · 0 comments
XiXiaPdx commented
Currently, JFRD relies on INSIGHTS_INSERT_KEY
to report data to the Metrics API. Support has been added to the Metrics API to accept a New Relic License Key as well.
JFRD uses the underlying Telemetry SDK to send data to NR. The Telemetry SDK 0.12.0 accepts a License Key to authenticate and send data. Update JFRD with 0.12.0 of the telemetry SDK and configure JFRD to accept License key.
Update JFRD to accept License Key as well.
Test JFRD works with License Key.
Add documentation to JFRD for License key.