Steadybit extension-newrelic
A Steadybit extension for New Relic.
Learn about the capabilities of this extension in our Reliability Hub.
Configuration
The extension supports all environment variables provided by steadybit/extension-kit.
When installed as linux package this configuration is in/etc/steadybit/extension-newrelic
.
Installation
Using Docker
docker run \
--rm \
-p 8090 \
--name steadybit-extension-newrelic \
ghcr.io/steadybit/extension-newrelic:latest
Using Helm in Kubernetes
helm repo add steadybit-extension-newrelic https://steadybit.github.io/extension-newrelic
helm repo update
helm upgrade steadybit-extension-newrelic \
--install \
--wait \
--timeout 5m0s \
--create-namespace \
--namespace steadybit-extension \
steadybit-extension-newrelic/steadybit-extension-newrelic
Register the extension
Make sure to register the extension at the steadybit platform. Please refer to
the documentation for more information.