Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 959 Bytes

setup.md

File metadata and controls

29 lines (16 loc) · 959 Bytes

Grafana Setup

Login

Now that you have the full stack running, it's time to setup grafana. The first thing we need to do is login to the UI and update the default password. The credentials are set as user: admin pass: admin

login

Data Source

Next, lets add the prometheus data source to grafana for metric query. Click the configuration cog wheel in the left nav window.

config

Then select data sources and add data source.

datasource

Select the Prometheus data source on the next page and add the URL to point to your prometheus host.

prometheus

url

Test and save the data source configuration and click the back button

save

verify

Thats it, you're ready to query metrics in grafana from prometheus!