{"id":25050659,"url":"https://github.com/steadybit/extension-datadog","last_synced_at":"2026-02-21T01:06:56.075Z","repository":{"id":62202923,"uuid":"558314017","full_name":"steadybit/extension-datadog","owner":"steadybit","description":"A Steadybit check implementation for data exposed through Datadog.","archived":false,"fork":false,"pushed_at":"2025-04-07T18:29:57.000Z","size":927,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-11T22:49:15.685Z","etag":null,"topics":["chaos-engineering","chaos-testing","check","datadog","monitoring","observability","probe"],"latest_commit_sha":null,"homepage":"https://hub.steadybit.com/extension/com.steadybit.extension_datadog","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steadybit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2022-10-27T09:53:35.000Z","updated_at":"2025-04-07T18:29:54.000Z","dependencies_parsed_at":"2023-09-27T13:52:58.517Z","dependency_job_id":"a1c8fa7e-c73a-4a73-bf06-c014958a1b18","html_url":"https://github.com/steadybit/extension-datadog","commit_stats":{"total_commits":230,"total_committers":9,"mean_commits":"25.555555555555557","dds":0.6565217391304348,"last_synced_commit":"6f3454b590a81e6551c862fdac0fdaf9f59b27cc"},"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-datadog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-datadog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-datadog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-datadog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadybit","download_url":"https://codeload.github.com/steadybit/extension-datadog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837258,"owners_count":21169373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chaos-engineering","chaos-testing","check","datadog","monitoring","observability","probe"],"created_at":"2025-02-06T09:17:19.216Z","updated_at":"2026-02-21T01:06:56.026Z","avatar_url":"https://github.com/steadybit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./logo.png\" height=\"130\" align=\"right\" alt=\"Datadog logo depicting a dog with the text 'Datadog'\"\u003e\n\n# Steadybit extension-datadog\n\nA [Steadybit](https://www.steadybit.com/) check implementation for data exposed through Datadog.\n\nLearn about the capabilities of this extension in our [Reliability Hub](https://hub.steadybit.com/extension/com.steadybit.extension_datadog).\n\n## Configuration\n\n| Environment Variable                                        | Helm value                              | Meaning                                                                                                                | Required | Default |\n|-------------------------------------------------------------|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------|----------|---------|\n| `STEADYBIT_EXTENSION_API_KEY`                               | `datadog.apiKey`                        | [Datadog API Key](https://docs.datadoghq.com/account_management/api-app-keys/)                                         | yes      |         |\n| `STEADYBIT_EXTENSION_APPLICATION_KEY`                       | `datadog.applicationKey`                | [Datadog Application Key](https://docs.datadoghq.com/account_management/api-app-keys/)                                 | yes      |         |\n| `STEADYBIT_EXTENSION_SITE_PARAMETER`                        | `datadog.siteParameter`                 | [Datadog Site Parameter](https://docs.datadoghq.com/getting_started/site/#access-the-datadog-site)                     | yes      |         |\n| `STEADYBIT_EXTENSION_SITE_URL`                              | `datadog.siteUrl`                       | [Datadog Site Url](https://docs.datadoghq.com/getting_started/site/#access-the-datadog-site)                           | yes      |         |\n| `HTTPS_PROXY`                                               | via extraEnv variables                  | Configure the proxy to be used for Datadog communication.                                                              | no       |         |\n| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_MONITOR` | `discovery.attributes.excludes.monitor` | List of Target Attributes which will be excluded during discovery. Checked by key equality and supporting trailing \"*\" | false    |         |\n\nThe extension supports all environment variables provided by [steadybit/extension-kit](https://github.com/steadybit/extension-kit#environment-variables).\n\nWhen installed as linux package this configuration is in`/etc/steadybit/extension-datadog`.\n\n## Datadog Permissions\n\nThe extension requires the following application key scopes:\n- `monitors_downtime`\n- `monitors_read`\n\n## Installation\n\n### Kubernetes\n\nDetailed information about agent and extension installation in kubernetes can also be found in\nour [documentation](https://docs.steadybit.com/install-and-configure/install-agent/install-on-kubernetes).\n\n#### Recommended (via agent helm chart)\n\nAll extensions provide a helm chart that is also integrated in the\n[helm-chart](https://github.com/steadybit/helm-charts/tree/main/charts/steadybit-agent) of the agent.\n\nYou must provide additional values to activate this extension.\n\n```\n--set extension-datadog.enabled=true \\\n--set extension-datadog.datadog.apiKey=\"{{API_KEY}}\" \\\n--set extension-datadog.datadog.applicationKey=\"{{APPLICATION_KEY}}\" \\\n--set extension-datadog.datadog.siteParameter=\"{{SITE_PARAMETER}}\" \\\n--set extension-datadog.datadog.siteUrl=\"{{SITE_URL}}\" \\\n```\n\nAdditional configuration options can be found in\nthe [helm-chart](https://github.com/steadybit/extension-datadog/blob/main/charts/steadybit-extension-datadog/values.yaml) of the\nextension.\n\n#### Alternative (via own helm chart)\n\nIf you need more control, you can install the extension via its\ndedicated [helm-chart](https://github.com/steadybit/extension-datadog/blob/main/charts/steadybit-extension-datadog).\n\n```bash\nhelm repo add steadybit-extension-datadog https://steadybit.github.io/extension-datadog\nhelm repo update\nhelm upgrade steadybit-extension-datadog \\\n  --install \\\n  --wait \\\n  --timeout 5m0s \\\n  --create-namespace \\\n  --namespace steadybit-agent \\\n  --set datadog.apiKey=\"{{API_KEY}}\" \\\n  --set datadog.applicationKey=\"{{APPLICATION_KEY}}\" \\\n  --set datadog.siteParameter=\"{{SITE_PARAMETER}}\" \\\n  --set datadog.siteUrl=\"{{SITE_URL}}\" \\\n  steadybit-extension-datadog/steadybit-extension-datadog\n```\n\n### Linux Package\n\nPlease use\nour [agent-linux.sh script](https://docs.steadybit.com/install-and-configure/install-agent/install-on-linux-hosts)\nto install the extension on your Linux machine. The script will download the latest version of the extension and install\nit using the package manager.\n\nAfter installing, configure the extension by editing `/etc/steadybit/extension-datadog` and then restart the service.\n\n## Extension registration\n\nMake sure that the extension is registered with the agent. In most cases this is done automatically. Please refer to\nthe [documentation](https://docs.steadybit.com/install-and-configure/install-agent/extension-registration) for more\ninformation about extension registration and how to verify.\n\n\n## Proxy\nTo communicate to Datadog via a proxy, we need the environment variable `https_proxy` to be set.\nThis can be set via helm using the extraEnv variable\n\n```bash\n--set \"extraEnv[0].name=HTTPS_PROXY\" \\\n--set \"extraEnv[0].value=https:\\\\user:pwd@CompanyProxy.com:8888\"\n```\n\n## Version and Revision\n\nThe version and revision of the extension:\n- are printed during the startup of the extension\n- are added as a Docker label to the image\n- are available via the `version.txt`/`revision.txt` files in the root of the image\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-datadog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadybit%2Fextension-datadog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-datadog/lists"}