Is the prometheus feature essential for server use?

I am currently deploying and operating a server on AWS.

As an indie game developer, I want to save costs if possible and minimize CPU usage.

Is it possible to run the game without the prometheus feature?

I am currently only using the function to receive game data and store user data.

Please answer.

Hello @Gandangf,

Prometheus is completely optional, but for a production deployment it would give you visibility into important server metrics to monitor quality of service and server health.

Also, enabling Prometheus on Nakama should have very minimal effect on CPU usage, it’ll only enable the periodic sampling of metrics, if you enable it in a production setting, Prometheus itself should be deployed in a separate machine.

Best.