{"id":44033747,"url":"https://github.com/martezr/morpheus-datadog-instance-tab-plugin","last_synced_at":"2026-02-07T19:37:12.051Z","repository":{"id":64025347,"uuid":"418584259","full_name":"martezr/morpheus-datadog-instance-tab-plugin","owner":"martezr","description":"Morpheus custom instance tab for DataDog","archived":false,"fork":false,"pushed_at":"2024-04-08T14:12:27.000Z","size":1252,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T02:37:31.599Z","etag":null,"topics":["morpheus"],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martezr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-10-18T16:34:02.000Z","updated_at":"2022-05-19T01:29:41.000Z","dependencies_parsed_at":"2024-04-03T21:49:41.553Z","dependency_job_id":null,"html_url":"https://github.com/martezr/morpheus-datadog-instance-tab-plugin","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/martezr/morpheus-datadog-instance-tab-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martezr%2Fmorpheus-datadog-instance-tab-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martezr%2Fmorpheus-datadog-instance-tab-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martezr%2Fmorpheus-datadog-instance-tab-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martezr%2Fmorpheus-datadog-instance-tab-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martezr","download_url":"https://codeload.github.com/martezr/morpheus-datadog-instance-tab-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martezr%2Fmorpheus-datadog-instance-tab-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29205387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T17:44:10.191Z","status":"ssl_error","status_checked_at":"2026-02-07T17:44:07.936Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["morpheus"],"created_at":"2026-02-07T19:37:11.506Z","updated_at":"2026-02-07T19:37:12.029Z","avatar_url":"https://github.com/martezr.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataDog Integration\n\nThe DataDog integration plugin integrates with the DataDog monitoring solution to bring contextual workload data from DataDog into the Morpheus UI. The plugin adds a new DataDog tab to Morpheus instances that includes monitoring details pulled from DataDog.\n\n## Requirements\n\nThe following requirements must be met prior to using the DataDog plugin:\n\n* A DataDog account (https://www.datadoghq.com/).\n* An API key and Application key that will be used by the plugin to perform API calls to the DataDog API (https://docs.datadoghq.com/account_management/api-app-keys/).\n* A compatible Morpheus platform version. The Morpheus platform version must be equal to or higher than the version specified on the plugin.\n\n## Installation\n\nOnce the plugin file is downloaded, browse to the Administration -\u003e Integrations -\u003e Plugins section in the Morpheus UI. Click the Upload File button to select your plugin and upload it. The plugin should now be loaded into the environment for use.\n\n## Configuration\n\nWith the plugin installed, there are a few configuration steps required before you are able to use the plugin. \n\n### Plugin Settings\n\nThe plugin supports dynamic configuration via the plugin settings which are accessed by clicking on the pencil next to the plugin.\n\nThe following settings are available for the DataDog plugin:\n\n|Setting|Description|Required|Default|\n|---|---|---|---|\n| API Endpoint | The API endpoint used for fetching instance data | No | Public (datadoghq.com) |\n| API Key |The generated DataDog API key used to authenticate to the DataDog REST API |  Yes |n/a |\n| Application Key | The generated DataDog Application key used to authenticate to the DataDog REST API | Yes |n/a |\n| [Plugin Customization](#custom-settings) |The plugin customization field supports a custom YAML payload for configuring additional plugin settings.| No |n/a|\n| Environments | This toggles the visibility of the tab based upon the Morpheus environment the instance is in. Multiple environments are supported by adding multiple comma separated environments in the text box.| No| any|\n| Groups | This toggles the visibility of the tab based upon the Morpheus group the instance is in. Multiple groups are supported by adding multiple comma separated groups in the text box.| No|any |\n| Tags | This toggles the visibility of the tab based upon the tag(s) assigned to the instance. The tag key is what is used for the evaluation. Multiple tags are supported by adding multiple comma separated tags in the text box.|No| datadog |\n| Labels | This toggles the visibility of the tab based upon the label(s) assigned to the instance. Multiple labels are supported by adding multiple comma separated labels in the text box.|No| any |\n\n#### Custom Settings\n\nThe plugin supports additional customization through the `PLUGIN CUSTOMIZATION` text field. A YAML payload is expected.\n\n**Query DataDog Instance Using an Environment Variable**\n\nConfigure the plugin to search for the instance in DataDog using the name provided in the value of the `DATADOG_INSTANCE_NAME` environment variable.\n\n```\n---\ninstanceName:\n  property: evar\n  value: DATADOG_INSTANCE_NAME\n```\n\n**Query DataDog Instance Using a Tag**\n\nConfigure the plugin to search for the instance in DataDog using the name provided in the value of the `datadogName` tag.\n\n```\n---\ninstanceName:\n  property: tag\n  value: datadogName\n```\n\n**Morpheus Subtenant Configuration**\n\nDataDog supports multitenancy or multiple-organization accounts (https://docs.datadoghq.com/account_management/multi_organization/) to enable large organizations or service providers to effectively manage multiple subaccounts. This section of the plugin configuration supports use cases where additional configuration needs to be added to Morpheus subtenants in order to align with the use of a DataDog organization per Morpheus subtenant.\n\n```\n---\ntenantMetadata:\n  - name: \"morpheus\"\n    dataDogSubdomain: morpheus\n  - name: \"customer A\"\n    dataDogSubdomain: test\n  - name: \"customer B\"\n    dataDogSubdomain: testB\n```\n\n### Permissions\n\nThe DataDog plugin adds a new RBAC permission to the Morpheus platform. \n\n**Permission Name**\n```\nDataDog Instance Tab\t\n```\nThe permissions supports FULL and NONE access types for which aligns to whether the user sees the instance tab or not.\n\n## Usage\n\nOnce the plugin has been installed and configured, any instance in the appropriate group, environment and with the required tags will display the DataDog tab on the instance page.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartezr%2Fmorpheus-datadog-instance-tab-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartezr%2Fmorpheus-datadog-instance-tab-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartezr%2Fmorpheus-datadog-instance-tab-plugin/lists"}