This documentation is deprecated. Please refer our new documentation here

FAQAPMHow do I set my own hostname in Node.js APM?

It is very simple. In your Atatus Node.js config, you can do it as follows

atatus.start({
    licenseKey: "YOUR_LICENSE_KEY",
    appName: "YOUR_APP_NAME",
    hostname: "web1.example.com"
});