Changes
New feature
-api-key
command line flag
- Use your to automatically attach a Diagnostics CLI run to your account. This bypasses the requirement for a validated license key to attach a run.
- Example usage:
./nrdiag -api-key NRAK-123...............
- Read more here
Python agent
- Python/Env/Version: Add check for output of
python3 –version
- Python/Env/Dependencies: Add check for output of
pip3 –version
- Python/Requirements/PythonVersion: Update New Relic agent supportability for Python 3.6, 3.9, 3.10, and 3.11.