External Monitoring Agent Download¶
The External Monitoring Agent installer package includes the Agent, libraries, and support files to run external deployments.
If ENABLE_MLOPS is enabled in Settings, the Developer Tools page will display a download link, with the file name and the date it was updated.
However, if no file is available to download, that link is replaced with an informational message.
In this case, a DataRobot user with administrative API access can run a script to upload this file and make it available for users.
Preparation¶
The admin upload requires two files that you can obtain from your DataRobot support representative:
- the installer file. Its name includes its version, such as:
datarobot_mlops_package-10.0.0-1999.tar.gz - the shell script to upload it, named
upload_external_monitoring_agent.shor similar.
The upload can be performed by any user with admin API access enabled.
Process¶
Be sure ENABLE_MLOPS is enabled. Otherwise, the download link will not be shown.
Go to the Developer Tools page and view the External Monitoring Agent link. If there is a file present, and its version is current, then there is no action needed. If the file is missing or an earlier version, then continue.
Run the script. It is interactive and will prompt for three items:
- The DataRobot URL, such as https://app.datarobot.local
- The API Key for a user with admin API access
- The location of the installer file
The upload may take a few seconds or minutes depending on the network.
Here is a sample run of the script:
This script uploads the External Monitoring Agent installer package,
making it available for download from the Developer Tools page.
Enter the main URL for your DataRobot installation: https://app.datarobot.local/
Paste the the API key for your admin user from the Developer Tools page: NjN..EE9
Enter the path to the installer package file: datarobot_mlops_package-10.0.0-1999.tar.gz
アップロード中…
Upload succeeded.
Verification¶
The External Monitoring Agent link will be populated, showing the name of the file uploaded, and today's date.
トラブルシューティング¶
The script will report an error if the upload fails. If that happens, verify the following:
- DataRobot URL is correct
- API Key belongs to a user with admin API access
- file name is correct
If all are correct and the operation still fails, contact DataRobot support.