How to monitor my Postgresql DB with New Relic?

I have a Postgresql instance deployed with railway that I would like to monitor with New Relic but I cannot find the way to install the install the new Relic agent. Is there anyone that could help ?
5 Replies
Percy
Percy6d ago
Project ID: 190f9aa2-c8b3-46dd-a046-6fe955ffb230
Hugo Tessera
Hugo Tessera6d ago
190f9aa2-c8b3-46dd-a046-6fe955ffb230
Medim
Medim5d ago
I guess that would be better directioned in a New Relic support chat since it's a proprietary service without self hosting options
Duchess
Duchess5d ago
New reply sent from Help Station thread:
You need to make a docker file in this case, installing their integration and running it a service, instead of using the default postgres provided by Railway team.Link for the integration guide:https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/postgresql/postgresql-integration/If you need to keep your DB data, just move the actual volume to your new service, remember to match identifiers and paths on where pg stores the data.
You're seeing this because this thread has been automatically linked to the Help Station thread. New reply sent from Help Station thread:
Marco, come to discord too!https://discord.gg/railway
You're seeing this because this thread has been automatically linked to the Help Station thread.
Hugo Tessera
Hugo Tessera4d ago
Thanks for your reply