{"id":25050638,"url":"https://github.com/steadybit/extension-instana","last_synced_at":"2026-05-21T12:08:23.993Z","repository":{"id":214329868,"uuid":"733935118","full_name":"steadybit/extension-instana","owner":"steadybit","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-09T17:53:30.000Z","size":459,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-09T21:19:11.585Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.steadybit.com/extension/com.steadybit.extension_instana","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":"2023-12-20T13:22:13.000Z","updated_at":"2026-02-09T17:53:34.000Z","dependencies_parsed_at":"2024-02-05T03:46:04.578Z","dependency_job_id":"13576bf6-8a66-43c0-8ca5-e33aadf89dba","html_url":"https://github.com/steadybit/extension-instana","commit_stats":null,"previous_names":["steadybit/extension-instana"],"tags_count":34,"template":false,"template_full_name":"steadybit/extension-scaffold","purl":"pkg:github/steadybit/extension-instana","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-instana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-instana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-instana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-instana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadybit","download_url":"https://codeload.github.com/steadybit/extension-instana/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-instana/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29669961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"ssl_error","status_checked_at":"2026-02-20T23:52:33.807Z","response_time":59,"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-02-06T09:17:04.220Z","updated_at":"2026-05-21T12:08:23.971Z","avatar_url":"https://github.com/steadybit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./logo.png\" height=\"100\" align=\"right\" alt=\"Instana logo\"\u003e\n\n# Steadybit extension-instana\n\nA [Steadybit](https://www.steadybit.com/) extension for [Instana](https://www.ibm.com/de-de/products/instana).\n\nLearn about the capabilities of this extension in our [Reliability Hub](https://hub.steadybit.com/extension/com.steadybit.extension_instana).\n\n## Configuration\n\n| Environment Variable            | Helm value | Meaning                                                                                                                                               | Required | Default |\n|---------------------------------|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|----------|---------|\n| `STEADYBIT_EXTENSION_BASE_URL`  |            | The Instana Base Url, like `https://$UNIT-$TENANT.instana.io`                                                                                         | yes      |         |\n| `STEADYBIT_EXTENSION_API_TOKEN` |            | The Instana [API Token](https://www.ibm.com/docs/en/instana-observability/current?topic=apis-web-rest-api#tokens), see the required permissions below | yes      |         |\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-instana`.\n\n## Permissions\n\nThe extension requires the following scopes:\n- \"Configuration of Events, Alerts and Smart Alerts for Applications, websites and mobile apps\" - `canConfigureCustomAlerts` (if you want to use the \"Create Maintenance Window\" action)\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-instana.enabled=true \\\n--set extension-instana.instana.baseUrl={{YOUR_BASE_URL}} \\\n--set extension-instana.instana.apiToken={{YOUR_API_TOKEN}} \\\n```\n\nAdditional configuration options can be found in\nthe [helm-chart](https://github.com/steadybit/extension-instana/blob/main/charts/steadybit-extension-instana/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-instana/blob/main/charts/steadybit-extension-instana).\n\n```bash\nhelm repo add steadybit-extension-instana https://steadybit.github.io/extension-instana\nhelm repo update\nhelm upgrade steadybit-extension-instana \\\n    --install \\\n    --wait \\\n    --timeout 5m0s \\\n    --create-namespace \\\n    --namespace steadybit-agent \\\n    --set instana.baseUrl={{YOUR_BASE_URL}} \\\n    --set instana.apiToken={{YOUR_API_TOKEN}} \\\n    steadybit-extension-instana/steadybit-extension-instana\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-instana` 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## Importing your own certificates\n\nYou may want to import your own certificates for connecting to Jenkins instances with self-signed certificates. This can be done in two ways:\n\n### Option 1: Using InsecureSkipVerify\n\nThe extension provides the `insecureSkipVerify` option which disables TLS certificate verification. This is suitable for testing but not recommended for production environments.\n\n```yaml\ninstana:\n  insecureSkipVerify: true\n```\n\n### Option 2: Mounting custom certificates\n\nMount a volume with your custom certificates and reference it in `extraVolumeMounts` and `extraVolumes` in the helm chart.\n\nThis example uses a config map to store the `*.crt`-files:\n\n```shell\nkubectl create configmap -n steadybit-agent instana-self-signed-ca --from-file=./self-signed-ca.crt\n```\n\n```yaml\nextraVolumeMounts:\n  - name: extra-certs\n    mountPath: /etc/ssl/extra-certs\n    readOnly: true\nextraVolumes:\n  - name: extra-certs\n    configMap:\n      name: instana-self-signed-ca\nextraEnv:\n  - name: SSL_CERT_DIR\n    value: /etc/ssl/extra-certs:/etc/ssl/certs\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-instana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadybit%2Fextension-instana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-instana/lists"}