Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Nov 7, 2020
1 parent f3f43b8 commit 573e4af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ go run main.go
## Configure the Consul datasource

1. Open Grafana in your browser and open the side menu by clicking the Grafana icon in the top header.
```bash
docker run --rm -it -p 3000:3000 --name=grafana --net=host \
-e "GF_INSTALL_PLUGINS=https://github.com/sbueringer/grafana-consul-datasource/releases/download/v0.1.8/grafana-consul-datasource-v0.1.8.zip;sbueringer-consul-datasource" \
-e "GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=sbueringer-consul-datasource" grafana/grafana
```
2. In the side menu in the `Configuration` section you should find a link named `Data Sources`.
3. Click the `+ Add data source` button in the top header.
4. Select `Consul` from the `Type` dropdown.
Expand Down

0 comments on commit 573e4af

Please sign in to comment.