Johannes 'fish' Ziemke
72bd751857
Increase/decrease end date by 1/2 range.
12 years ago
Johannes 'fish' Ziemke
c0b5ba6512
Prevent unnecessary reload.
12 years ago
Johannes 'fish' Ziemke
f170720f61
Use hidden input for end.
...
Instead of appending to url manually.
12 years ago
Johannes 'fish' Ziemke
8e55ff0a8d
Save and restore end date in/from url.
12 years ago
Johannes 'fish' Ziemke
1f484b03c7
Renamed date_s to dateString.
...
To be more explicit.
12 years ago
Johannes 'fish' Ziemke
a5e18b0229
Rename localAssets to useLocalAssets.
12 years ago
Johannes 'fish' Ziemke
f9b4df4284
Add a date/time picker to graph UI.
...
- It's using https://github.com/mugifly/jquery-simple-datetimepicker
- If input is empty, it returns the most recent data
12 years ago
Johannes 'fish' Ziemke
bf5d312a74
Add flag to read assets from local files.
12 years ago
Matt T. Proud
05a9c3cd0b
Improve the base label representation in /status.
...
The base label representation under /status needs improvement to
enhance readability; namely, add sorting and make the label
representation concise.
12 years ago
Johannes 'fish' Ziemke
2434bac219
Detect mime type on runtime instead of hardcoding.
12 years ago
Johannes 'fish' Ziemke
a5d31cb239
Use constants for blob bucket keys.
12 years ago
Johannes 'fish' Ziemke
fc16580b4c
Ship assets in compiled binary.
...
- utility/embed-static.sh, get called in Makefile to create go map from files
- web/blob/blob.go implements http Handle for serving the files from the map
- web/status.go uses blog.GetFile() to get the template file
The assets are gzipped and decompressed on demand.
12 years ago
Julius Volz
f1fc7d717a
Allow replacing job targets via HTTP API.
...
This roughly comprises the following changes:
- index target pools by job instead of scrape interval
- make targets within a pool exchangable while preserving existing
health state for targets
- allow exchanging targets via HTTP API (PUT)
- show target lists in /status (experimental, for own debug use)
12 years ago
Julius Volz
a908e397bc
Integrate cleanups for comments in PR70.
12 years ago
Julius Volz
23374788d3
Beginnings of a Prometheus status page.
12 years ago
Matt T. Proud
d1e7f5bc4b
The Prometheus Go client has a new handler API.
12 years ago
Julius Volz
2859227fdb
Make HTTP listen address a flag.
12 years ago
Julius Volz
0cbd03ccf9
Move web-related code/resources to a subdirectory.
12 years ago