The Prometheus monitoring system and time series database
Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud. Since its inception in 2012, many companies and organizations have adopted Prometheus, and the project has a very active developer and user community.
Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud. Since its inception in 2012, many companies and organizations have adopted Prometheus, and the project has a very active developer and user community.
To install prometheus, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install prometheus
To see what files were installed by prometheus, run:
port contents prometheus
To later upgrade prometheus, run:
sudo port selfupdate && sudo port upgrade prometheus
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.