Grafana is an open-source dashboarding tool. It connects to databases like Prometheus, InfluxDB, MySQL, etc., and lets you:
· Visualize metrics in real-time using charts and graphs
· Set up dashboards and alerts
· Easily monitor your systems and services
Install Grafana
Open terminal and execute below command.
brew install grafana
Start Grafana Server
brew services start grafana
Grafana UI
Open this URL in your browser:
You will be navigated to the grafana login page.
Login to Grafana
· Username: admin
· Password: admin
You'll be asked to set a new password after first login.
Upon successful login to Grafana, you will be taken to landing page.
Grafana Prometheus metrics
Prometheus metrics for grafana are available at http://localhost:3000/metrics.
Previous Next Home
No comments:
Post a Comment