Prometheus.io is an open-source monitoring and alerting toolkit widely used in the IT industry, empowering organizations to gather and analyze metrics from their systems to ensure optimal performance and reliability.The integration between Prometheus and Togai requires only a one-time setup. Follow the steps below:
Obtain the network address of your Prometheus instance. This is the address you use to access the Prometheus server. It is usually in the format http://<prometheus-server-ip>:<prometheus-service-port>. For example, http://localhost:9090 when running locally.
Paste the network address in the Base URL field in Togai.
In order to access the Prometheus server from outside the local network, you need to expose the Prometheus server port. You can use a tool like ngrok to expose the Prometheus server port.