Steadybit extension-instana
A Steadybit extension for Instana.
Learn about the capabilities of this extension in our Reliability Hub.
Configuration
Environment Variable |
Helm value |
Meaning |
Required |
Default |
STEADYBIT_EXTENSION_BASE_URL |
|
The Instana Base Url, like https://$UNIT-$TENANT.instana.io |
yes |
|
STEADYBIT_EXTENSION_API_TOKEN |
|
The Instana API Token, see the required permissions below |
yes |
|
The extension supports all environment variables provided by steadybit/extension-kit.
When installed as linux package this configuration is in/etc/steadybit/extension-instana
.
Permissions
The extension requires the following scopes:
- "Configuration of Events, Alerts and Smart Alerts for Applications, websites and mobile apps" -
canConfigureCustomAlerts
(if you want to use the "Create Maintenance Window" action)
Installation
Using Docker
docker run \
--rm \
-p 8090 \
--name steadybit-extension-instana \
ghcr.io/steadybit/extension-instana:latest
Using Helm in Kubernetes
helm repo add steadybit-extension-instana https://steadybit.github.io/extension-instana
helm repo update
helm upgrade steadybit-extension-instana \
--install \
--wait \
--timeout 5m0s \
--create-namespace \
--namespace steadybit-extension \
steadybit-extension-instana/steadybit-extension-instana
Register the extension
Make sure to register the extension at the steadybit platform. Please refer to
the documentation for more information.