CHANGES:
- Fixed a formatting issue with the DataDog API returning inconsistent values for the system's memory.
CHANGES:
- Updates to the "Open Host Dashboard" button to now utilize the ID of the DataDog host instead of the hostname.
- Updates to the system info section to now display the memory amount in Gigabytes instead of Kilobytes.
CHANGES:
- Add support for configuring the plugin to integrate with DatDog multiple-organization accounts using the plugin customization field.
- Add support for the Asia Pacific API endpoint (ap1.datadoghq.com) as an available endpoint option.
CHANGES:
- Fix an issue where an instance with no labels created an issue with the visibility logic.
CHANGES:
- Added support for determining the tab's visibility based on instance labels.
- Added support for setting the hostname used to query the DataDog API based upon a tag or label.
CHANGES:
- Added support for additional DataDog API endpoints outside of US-1 and Government.
- Added additional logging to better troubleshoot host not found issues.
CHANGES:
- Fixed a bug with the API endpoints option list causing a 500 error to be thrown when the plugin is marked as disabled. The select list for the API endpoint has been migrated to an optional checkbox for the GovCloud API endpoint.
CHANGES:
- Added a plugin setting for toggling between public (datadoghq.com) and govcloud (ddog-gov.com) API endpoints.
CHANGES:
- Added additional error handling to log when the API and Application key settings are not set
- Added additional error handling to log when invalid credentials are used
- Updated the default tag visibility setting from any to datadog
CHANGES:
- Added support for the new plugin settings to enable the runtime configuration of the plugin without the need to rebuild
- Updated the Morpheus plugin API version from 0.11.x to 0.12.x
- Migrated the configuration of the API credentials from Cypher to the plugin settings
- Updated the visibility code to strip leading and trailing whitespaces from the group and environment visibility settings
CHANGES:
- Initial code release