Skip to content

Commit

Permalink
fix: add lighthouse web UI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Jun 23, 2021
1 parent bb92306 commit 2c107a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/en/v3/develop/ui/dashboard.md
Expand Up @@ -60,3 +60,19 @@ If you type the username and password into your browser it should open the dashb
If you [enable the observability stack](/v3/admin/guides/observability/), then you will get a new link **Trace** in your pipeline view - once the pipeline is finished - that will open the pipeline trace in Grafana so that you can see the timings of each stage and steps in your pipeline:

![](/images/jx-pipelines-visualizer/pipeline-trace.gif)


### Lighthouse UI

There is an additional [optional UI for viewing lighthouse](https://github.com/jenkins-x-plugins/lighthouse-webui-plugin).

To install it add the following to the `releases:` section of your `helmfiles/jx/helmfile.yaml`:

```yaml
- chart: jx3/lighthouse-webui-plugin
version: 0.1.2
name: lighthouse-webui-plugin
values:
- ../../versionStream/charts/jx3/lighthouse-webui-plugin/values.yaml.gotmpl
- jx-values.yaml
```

0 comments on commit 2c107a1

Please sign in to comment.