I'm trying to get insights into Redis instance
mateomoreno
PROOP
a month ago
Hey there - I was wondering if Railway supports installing New Relic into our Redis instance. If so, could you give a brief overview of how to install? Thanks
2 Replies
a month ago
railway's redis is unmanaged ,it runs from the official Redis Docker image and you have full control over configuration. However, installing new relic directly into it isn't straightforward because there's no shell/SSH access to the running container.The easiest path is monitoring redis through your backend's New Relic APM agent rather than installing anything into the redis instance itself or integrate a prometheus redis exporter as a sidecar service for metrics.
docs: https://docs.railway.com/databases/redis
