• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Oct-2021-

module/H05-Oct-2021-29,28628,304

react-app/H05-Oct-2021-59,63658,632

static/H05-Oct-2021-22,86821,036

templates/H03-May-2022-

README.mdH A D05-Oct-2021583 1310

assets_generate.goH A D05-Oct-20211 KiB4019

assets_vfadata.goH A D02-Nov-202116 MiB1,1891,057

doc.goH A D05-Oct-2021876 256

ui.goH A D05-Oct-20211.9 KiB7245

README.md

1The `ui` directory contains static files and templates used in the web UI. For
2easier distribution they are statically compiled into the Prometheus binary
3using the vfsgen library (c.f. Makefile).
4
5During development it is more convenient to always use the files on disk to
6directly see changes without recompiling.
7To make this work, remove the `builtinassets` build tag in the `flags` entry
8in `.promu.yml`, and then `make build` (or build Prometheus using
9`go build ./cmd/prometheus`).
10
11This will serve all files from your local filesystem.
12This is for development purposes only.
13