grafana / grafana

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.
https://grafana.com
GNU Affero General Public License v3.0
63.79k stars 11.94k forks source link

How to add datasource in Grafana2 #1736

Closed gobwas closed 9 years ago

gobwas commented 9 years ago

Hello!

Just built grafana2 via go on MacOS. grafana web is running, but I cant catch out - where can I add datasource to my InfluxDB?

Thanks.

torkelo commented 9 years ago

in the sidemenu, click on Data Sources. Sidemenu is opened by clicking on the grafana icon in the top right of the top header.

gobwas commented 9 years ago

Is it hidden? )

http://cl.ly/image/1b2j0q223D1z

torkelo commented 9 years ago

It should look like this: image

The user you are logged in as "gobwas", how was it created? The only reason that the Data sources sidemenu option is hidden is because your gobwas user is not Admin for the "Main Org." organization

gobwas commented 9 years ago

Got this. Sorry!

Can you add some info in Docs about admin/admin login/password, to clarify this potential problem?

Anyway, thanks a lot for the great job!