grafana Package Installation on Mac
About grafana : Gorgeous metric visualisations and dashboards for timeseries databases. This tool can be used to visualise data residing in any database. It also have the facility to create alerts and create dashboard from ready to use templates.
Grafana can be used with prometheus, graphite or any other data source. Its act as a common dashboard platform to visualise data from different data sources. Installation on mac is quite easy with homebrew.
Visit official website of grafana to get more Information: https://grafana.com/
Steps:
- Launch Terminal by pressing
command+space
, typeterminal
and hitEnter
key. - Run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install
brew install grafana
Done!