The OpenFaaS dashboard

A good OpenFaaS dashboard is available on the Grafana platform. To make Grafana work with OpenFaaS, the Grafana server must be on the same network. We can use the following command to run a Grafana server via docker service create outside the OpenFaaS stack. It links to the OpenFaaS stack via the --network=func_functions argument:

$ docker service create --name=grafana \    --network=func_functions \    -p 3000:3000 grafana/grafana

Alternatively, open the dashboard at http://localhost:3000. Log in using the username admin and password admin:

Figure 4.11: Grafana home dashboard 

A data source has to be created and pointed to ...

Get Docker for Serverless Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.