@@ -32,7 +32,7 @@ easily without having to build your own.
32
32
We use Docker tags to differentiate between versions of Faucet. The latest
33
33
tag will always point to the latest stable release of Faucet. All tagged
34
34
versions of Faucet in git are also available to use, for example using the
35
- ``faucet/faucet:1.7 .0 `` Docker will run the released version 1.7 .0 of Faucet.
35
+ ``faucet/faucet:1.8 .0 `` Docker will run the released version 1.8 .0 of Faucet.
36
36
37
37
By default the Faucet and Gauge images are run as the `faucet ` user under
38
38
UID 0, GID 0. If you need to change that it can be overridden at runtime with
@@ -141,7 +141,6 @@ Then add two data sources. Use the following settings for prometheus:
141
141
Name: Prometheus
142
142
Type: Prometheus
143
143
Url: http://prometheus:9090
144
- Access: proxy
145
144
146
145
And the following settings for InfluxDB:
147
146
@@ -150,7 +149,6 @@ And the following settings for InfluxDB:
150
149
Name: InfluxDB
151
150
Type: InfluxDB
152
151
Url: http://influxdb:8086
153
- Access: proxy
154
152
With Credentials: true
155
153
Database: faucet
156
154
User: faucet
@@ -159,4 +157,12 @@ And the following settings for InfluxDB:
159
157
Check the connection using test connection.
160
158
161
159
From here you can add a new dashboard and a graphs for pulling data from the
162
- data sources. See the Grafana's documentation for more on how to do this.
160
+ data sources. Hover over the ``+ `` button on the left sidebar in the web
161
+ interface and click ``Import ``.
162
+
163
+ We will import the following dashboards, just download the following
164
+ links and upload them through the grafana dashboard import screen:
165
+
166
+ * `Instrumentation <_static/grafana-dashboards/faucet_instrumentation.json >`_
167
+ * `Inventory <_static/grafana-dashboards/faucet_inventory.json >`_
168
+ * `Port Statistics <_static/grafana-dashboards/faucet_port_statistics.json >`_
0 commit comments