{"id":28319975,"url":"https://github.com/steadybit/extension-appdynamics","last_synced_at":"2026-02-11T13:06:55.619Z","repository":{"id":294606253,"uuid":"982649153","full_name":"steadybit/extension-appdynamics","owner":"steadybit","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-04T16:10:18.000Z","size":233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-05T03:45:56.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-13T07:51:39.000Z","updated_at":"2026-02-04T16:15:13.000Z","dependencies_parsed_at":"2026-01-16T17:04:17.438Z","dependency_job_id":null,"html_url":"https://github.com/steadybit/extension-appdynamics","commit_stats":null,"previous_names":["steadybit/extension-appdynamics"],"tags_count":21,"template":false,"template_full_name":"steadybit/extension-scaffold","purl":"pkg:github/steadybit/extension-appdynamics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-appdynamics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-appdynamics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-appdynamics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-appdynamics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadybit","download_url":"https://codeload.github.com/steadybit/extension-appdynamics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-appdynamics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-05-25T10:08:06.340Z","updated_at":"2026-02-11T13:06:55.614Z","avatar_url":"https://github.com/steadybit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steadybit extension-appdynamics\n\nA [Steadybit](https://www.steadybit.com/) extension to integrate [AppDynamics](https://docs.appdynamics.com/) into Steadybit.\n\nLearn about the capabilities of this extension in our [Reliability Hub](https://hub.steadybit.com/extension/com.steadybit.extension_appdynamics).\n\n## Prerequisites\n\nYou need to have an [Api Client](https://docs.appdynamics.com/appd/23.x/latest/en/extend-appdynamics/appdynamics-apis/api-clients).\n\nThe token must have the following permissions:\n- Account Owner\n\n## Configuration\n\n| Environment Variable                                             | Helm value                                | Meaning                                                                                                                                                                                                         | Required | Default |\n|------------------------------------------------------------------|-------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|---------|\n| `STEADYBIT_EXTENSION_API_BASE_URL`                               | appdynamics.apiBaseUrl                    | The base url for AppDynamics API Calls, for example `https://XXXXXXXXX.saas.appdynamics.com`                                                                                                                    | yes      |         |\n| `STEADYBIT_EXTENSION_API_CLIENT_NAME`                            | appdynamics.apiClientName                 | The name of the API client.                                                                                                                                                                                     | yes      |         |\n| `STEADYBIT_EXTENSION_API_CLIENT_SECRET`                          | appdynamics.apiClientSecret               | The secret of the API client.                                                                                                                                                                                   | yes      |         |\n| `STEADYBIT_EXTENSION_ACCOUNT_NAME`                               | appdynamics.accountName                   | The name of the AppDynamics account, usually the first part of you url.                                                                                                                                         | yes      |         |\n| `STEADYBIT_EXTENSION_EVENT_APPLICATION_ID`                       | appdynamics.eventApplicationID            | The extension reports experiment executions to AppDynamics if an Application Event ID (A manually created Steadybit App is sufficient) is given, which helps you to correlate experiments with your dashboards. | no       |         |\n| `STEADYBIT_EXTENSION_ACTION_SUPPRESSION_TIMEZONE`                | appdynamics.actionSuppressionTimezone     | The timezone to enforce for the action suppression action in the form \"Europe/Paris\", if none, the local one will be determined where the extension is deployed (optional).                                     | no       |         |\n| `STEADYBIT_EXTENSION_APPLICATION_FILTER`                         | appdynamics.applicationFilter             | List of Application IDs that should be reported by the extension. If not set, all applications will be discovered.                                                                                              | no       |         |\n| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_APPLICATIONS` | discovery.attributes.excludes.application | List of Application attributes to exclude from discovery.. Checked by key equality and supporting trailing \"*\"                                                                                                  | no       |         |\n| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_HEALTH_RULES` | discovery.attributes.excludes.healthRule  | List of Health Rule attributes to exclude from discovery.. Checked by key equality and supporting trailing \"*\"                                                                                                  | no       |         |\n\nThe extension supports all environment variables provided by [steadybit/extension-kit](https://github.com/steadybit/extension-kit#environment-variables).\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-appdynamics.enabled=true \\\n--set extension-appdynamics.appdynamics.apiBaseUrl=\"{{API_BASE_URL}}\" \\\n--set extension-appdynamics.appdynamics.apiClientName=\"{{API_CLIENT_NAME}}\" \\\n--set extension-appdynamics.appdynamics.apiClientSecret=\"{{API_CLIENT_SECRET}}\" \\\n--set extension-appdynamics.appdynamics.accountName=\"{{ACCOUNT_NAME}}\" \\\n```\n\nAdditional configuration options can be found in\nthe [helm-chart](https://github.com/steadybit/extension-appdynamics/blob/main/charts/steadybit-extension-appdynamics/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-appdynamics/blob/main/charts/steadybit-extension-appdynamics).\n\n```bash\nhelm repo add steadybit-extension-appdynamics https://steadybit.github.io/extension-appdynamics\nhelm repo update\nhelm upgrade steadybit-extension-appdynamics \\\n    --install \\\n    --wait \\\n    --timeout 5m0s \\\n    --create-namespace \\\n    --namespace steadybit-agent \\\n    --set appdynamics.apiBaseUrl=\"{{API_BASE_URL}}\" \\\n    --set appdynamics.apiClientName=\"{{API_CLIENT_NAME}}\" \\\n    --set appdynamics.apiClientSecret=\"{{API_CLIENT_SECRET}}\" \\\n    --set appdynamics.accountName=\"{{ACCOUNT_NAME}}\" \\\n    steadybit-extension-appdynamics/steadybit-extension-appdynamics\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-appdynamics` 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## 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-appdynamics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadybit%2Fextension-appdynamics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-appdynamics/lists"}