Skip to content

Instantly share code, notes, and snippets.

@matteocollina
Last active February 28, 2023 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matteocollina/918ef01642859f33f930c33da11c5879 to your computer and use it in GitHub Desktop.
Save matteocollina/918ef01642859f33f930c33da11c5879 to your computer and use it in GitHub Desktop.
Grafana MAC commands
# Run grafana locally
$ brew services start grafana
$ brew services start grafana-agent # Start agent
$ brew services info grafana-agent # Start agent
# Path error log grafana (agent, all)
/usr/local/var/log/
# Stop grafana locally
$ brew services stop grafana
# Path ini file
# /usr/local/etc/grafana/grafana.ini
# Path grafana agent
/usr/local/etc/grafana-agent/config.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment