Bjoern Rabenstein
f5d6187bba
Prometheus version 0.9.0rc5.
10 years ago
juliusv
351a1eb96b
Merge pull request #457 from brian-brazil/bootstrap3
...
Adjust for bootstrap3. Remove long lists from LHS menu.
10 years ago
Brian Brazil
2d8bfa0ced
Adjust for bootstrap3. Remove long lists from LHS menu.
...
Put in a table on the node page instead.
10 years ago
Björn Rabenstein
727cfd7b60
Merge pull request #460 from prometheus/beorn7/license-cleanup
...
Update CONTRIBUTING.md.
10 years ago
Björn Rabenstein
f541390dfb
Merge pull request #459 from prometheus/beorn7/fix-deadlock
...
Remove a deadlock during shutdown.
10 years ago
Bjoern Rabenstein
87d19b94fc
Update CONTRIBUTING.md.
10 years ago
Bjoern Rabenstein
2c8fdcbc23
Remove a deadlock during shutdown.
...
If queries are still running when the shutdown is initiated, they will
finish _during_ the shutdown. In that case, they might request chunk
eviction upon unpinning their pinned chunks. That might completely
fill the evict request queue _after_ draining it during storage
shutdown. If that ever happens (which is the case if there are _many_
queries still running during shutdown), the affected queries will be
stuck while keeping a fingerprint locked. The checkpointing can then
not process that fingerprint (or one that shares the same lock). And
then we are deadlocked.
10 years ago
Björn Rabenstein
edc91cbabb
Merge pull request #456 from prometheus/beorn7/license-cleanup
...
Clean up license issues.
10 years ago
Bjoern Rabenstein
5483521c48
Tweak AUTHORS.
10 years ago
juliusv
a22968dba9
Merge pull request #458 from prometheus/fix-input-alignment-safari
...
Add floats to align inputs, and clear the float on the parent.
10 years ago
Stuart Nelson
8ada6360ef
Add floats to align inputs, and clear the float on the parent.
10 years ago
Bjoern Rabenstein
5859b74f1b
Clean up license issues.
...
- Move CONTRIBUTORS.md to the more common AUTHORS.
- Added the required NOTICE file.
- Changed "Prometheus Team" to "The Prometheus Authors".
- Reverted the erroneous changes to the Apache License.
10 years ago
Björn Rabenstein
39d20140c8
Merge pull request #452 from prometheus/beorn7/client_golang-adjustments
...
Adjust to new client_golang API.
10 years ago
Bjoern Rabenstein
b09453af1d
Adjust to new client_golang API.
10 years ago
juliusv
cefa3c7900
Add build status badge to README.md title.
10 years ago
Julius Volz
4133020de1
Align graph controls with graph edge.
10 years ago
Julius Volz
25148e55c6
Prometheus version 0.9.0rc4.
10 years ago
juliusv
0b1029a7ea
Merge pull request #443 from prometheus/bootstrap3
...
Bootstrap3 conversion
10 years ago
Björn Rabenstein
e6a1ac8f12
Merge pull request #450 from prometheus/beorn7/double-start-protection
...
Add double-start protection.
10 years ago
Bjoern Rabenstein
f298af5756
Use named returns in flock.New.
10 years ago
Julius Volz
12a99ab5b4
Some more UI/JS fixes/cleanups.
10 years ago
Julius Volz
013c22ca01
Adjust input group margins for more equal spacing.
10 years ago
juliusv
ebcd32c04e
Merge pull request #448 from prometheus/rework-dockerfile
...
Rework dockerfile
10 years ago
Julius Volz
170da9460d
Focus/typeahead fix.
10 years ago
Julius Volz
d96d4933d9
Complete Bootstrap 3 conversion.
...
- use the autocomplete plugin from
https://github.com/bassjobsen/Bootstrap-3-Typeahead
- use native Bootstrap tabs
- make everything look much nicer (hopefully)
- other minor fixes/additions
10 years ago
Johannes 'fish' Ziemke
8a7289ce55
Use golang base image and not make
...
Instead of using make to install all dependencies, this uses the golang
base image. This way those common base layers can be shared across other
golang based images.
This also stops using the Makefile to install the dependencies because
we would have to install all dependencies everytime something changes.
Change-Id: I5e143cc4ec3e5c9027ec4912be12297e704ffff5
10 years ago
Bjoern Rabenstein
baca6faa1c
Add double-start protection.
...
This mimics the locking leveldb is performing anyway. Advantages of
doing it separately:
- Should we ever replace the leveldb implementation by one without
double-start protection, we are still good.
- In contrast to leveldb, the new code creates a meaningful error
message.
10 years ago
Julius Volz
ff5eeb49fa
Fix datepicker timezone issues.
10 years ago
Björn Rabenstein
7ca29308e6
Merge pull request #449 from prometheus/beorn7/fix-partitioning-by-outcome
...
Adjust the partitioning by outcome.
10 years ago
Bjoern Rabenstein
3b4e5e8be6
Improve help string.
10 years ago
Bjoern Rabenstein
ae70eac97d
Adjust the partitioning by outcome.
10 years ago
Stuart Nelson
97ad5d3d1b
Update jquery and jquery-ui.
10 years ago
Stuart Nelson
5cd8030c37
Include bootstrap.js.min
10 years ago
Johannes 'fish' Ziemke
7b8fd9c7a5
Read version from VERSION file
...
Change-Id: Idfbe2dbe6cb8cd90c6c728dca7d10ff580c7b9d6
10 years ago
Stuart Nelson
8d7581d8c4
Add datetimepicker css.
10 years ago
Stuart Nelson
0529e3fcfa
Use datetimepicker.
10 years ago
juliusv
e0a90d3da5
Merge pull request #446 from prometheus/fix-dockerfile
...
Installing gcc as rule_checker and procfs dependency
10 years ago
Johannes 'fish' Ziemke
a6e320a88c
Installing gcc as rule_checker and procfs dep
...
Change-Id: I370e9192a6bfd9275dd6f4b4c0f35c6675cfb75f
10 years ago
Stuart Nelson
2d5c2c5726
style rickshaw legend
10 years ago
Stuart Nelson
3814daac48
Make Loadtime/ Resolution info look nicer.
10 years ago
Stuart Nelson
071d98f3d0
Square corners
10 years ago
Stuart Nelson
7b9bf8d3e5
Query header.
10 years ago
Stuart Nelson
46f7bd2820
graph controls
10 years ago
Julius Volz
3836fc01d1
Prometheus version 0.9.0rc3.
10 years ago
stuart nelson
5201cbf3c6
Merge pull request #441 from prometheus/vendor-dependencies
...
Vendor external dependencies with godep.
10 years ago
Julius Volz
cc1f2b6cad
Fix environment variables for godep invocation.
10 years ago
Stuart Nelson
f1c257845f
Vendor external dependencies with godep.
10 years ago
Julius Volz
a6bc42bc61
Minor formatting/spelling fixups.
10 years ago
juliusv
cca2e58f20
Merge pull request #442 from prometheus/beorn7/fix-crash-recovery
...
Fix ALL the crash-recovery related problems.
10 years ago
Julius Volz
8ce89f0086
WIP: Upgrade to Bootstrap 3.
10 years ago