The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/installation/mac.md

669 B

page_title page_description page_keywords
Installing on Mac OS X Grafana Installation guide for Mac OS X grafana, installation, mac, osx, guide

Installing on Mac

Installation can be done using homebrew

Install latest stable:

brew install grafana/grafana/grafana

To start grafana look at the command printed after the homebrew install completes.

You can also add the grafana as tap.

brew tap grafana/grafana
brew install grafana

Install latest unstable from master:

brew install --HEAD grafana/grafana/grafana

To upgrade use the reinstall command

brew reinstall --HEAD grafana/grafana/grafana