The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
prometheus/web/ui
Mayursinh Sarvaiya 1270b87970
chore(ui): debounce effect in timerange query (#9359)
4 years ago
..
module/codemirror-promql assess in readme that codemirror-promql is in prometheus/prometheus (#9388) 4 years ago
react-app chore(ui): debounce effect in timerange query (#9359) 4 years ago
static Add option for the number of ticks in PromConsole.Graph (#9223) 4 years ago
templates Fix JS/CSS asset paths for classic /config page (#9202) 4 years ago
README.md
assets_generate.go Add new Go build tags. 4 years ago
build_ui.sh review the UI ci and associated command 4 years ago
doc.go
package-lock.json fix package-lock.json (#9400) 4 years ago
package.json specify npm version in the engine 4 years ago
ui.go Add new Go build tags. 4 years ago

README.md

The ui directory contains static files and templates used in the web UI. For easier distribution they are statically compiled into the Prometheus binary using the vfsgen library (c.f. Makefile).

During development it is more convenient to always use the files on disk to directly see changes without recompiling. To make this work, remove the builtinassets build tag in the flags entry in .promu.yml, and then make build (or build Prometheus using go build ./cmd/prometheus).

This will serve all files from your local filesystem. This is for development purposes only.