Matt T. Proud
b00ca7e422
Refactor some greediness computations.
12 years ago
Matt T. Proud
978acd4e96
Simplify time group optimizations.
...
The old code performed well according to the benchmarks, but the
new code shaves 1/6th of the time off the original and with less
code.
12 years ago
Matt T. Proud
d7b534e624
Update documentation.
12 years ago
Matt T. Proud
1f7ed52b46
Start writing high watermarks.
12 years ago
Julius Volz
a224dda9f0
Fix diskFrontier.ContainsFingerprint() return value.
12 years ago
Matt T. Proud
47ce7ad302
Extract appending from goroutine.
12 years ago
Matt T. Proud
187cd4cdbc
Extract indexing of Fingerprint to Metrics.
12 years ago
Matt T. Proud
532589f728
Extract Label Pair to Fingerprint indexing.
12 years ago
Matt T. Proud
5959cd9e53
Include Julius' feedback.
12 years ago
Matt T. Proud
84acfed061
Extract finding unindexed metrics.
12 years ago
Matt T. Proud
67300af137
Extract indexing to separate routine.
12 years ago
Matt T. Proud
582354f6de
Fix remaining ``make advice`` issues.
12 years ago
Matt T. Proud
a70ee43ad3
Niladic ``ToString()`` to idiomatic ``String()``.
12 years ago
Matt T. Proud
44d6ad9eee
Do not run ``govet`` with ``-v``.
...
This is per https://code.google.com/p/go/issues/detail?id=2507 .
12 years ago
Matt T. Proud
615e6d13d7
Run ``make format``.
12 years ago
Julius Volz
caeb759ed7
Add tests for and fix getValuesAlongRangeOp value extraction.
12 years ago
Julius Volz
69a24427b7
Minor tiered storage fixups.
12 years ago
Julius Volz
3621148e7f
Comment out panicking test until proper support is implemented.
12 years ago
Julius Volz
e2fb497eba
Add operator value extraction tests.
12 years ago
Julius Volz
12a8863582
Add data extraction methods to operator types.
12 years ago
Julius Volz
1d5df867d1
Set test time to fixed value.
12 years ago
Julius Volz
2f06b8bea6
Fix tiered storage test to trigger iterator rewinding case.
12 years ago
Julius Volz
894ecfe161
Small cleanups and comments in tiered storage.
12 years ago
Julius Volz
f238b23b04
Set -leveldbFlushOnMutate to false by default.
12 years ago
Julius Volz
8939e0723a
Make LevelDB chunk size a flag.
12 years ago
Julius Volz
ce4f560e48
Encapsulate fingerprint frontier checks in renderView().
12 years ago
Julius Volz
1a1cba1bb2
Address outstanding PR comments.
12 years ago
Matt T. Proud
62b5d7ce20
Oops.
12 years ago
Matt T. Proud
1e0d740f2a
Conditionalize LevelDB index retrievals.
...
The LevelDB index retrievals could be repeated in a given operation
batch if multiple queued mutations affect the same (Label Name) singles
and (Label Name, Label Value) doubles. This is wasteful and
inefficient, as a single retrieval suffices. Thusly this commit
retrieves the canonical index mappings if the said mapping has not
been looked up in a given batch.
12 years ago
Matt T. Proud
34a921e16d
Checkpoint.
12 years ago
Matt T. Proud
8cc5cdde0b
checkpoint.
12 years ago
Matt T. Proud
d5380897c3
Cleanups and adds performance regression.
12 years ago
Matt T. Proud
f39b9c3c8e
Checkpoint.
12 years ago
Matt T. Proud
41068c2e84
Checkpoint.
12 years ago
juliusv
91c5e29f1f
Merge pull request #91 from prometheus/feature/datetimepicker
...
Add a date/time picker to graph UI
12 years ago
Johannes 'fish' Ziemke
6213c0f1ee
Add missing semicolons.
12 years ago
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
bd7ec4d5e1
Merge pull request #90 from prometheus/feature/scraping/named-target-state
...
Improve the Representations of /status
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
Matt T. Proud
33c855e9bd
Merge pull request #88 from prometheus/feature/scraping/named-target-state
...
Update embedding script to support BSD find.
12 years ago
Matt T. Proud
5a9417f80a
Include humanized target state strings.
...
In the current /status implementation, we cannot divine what the
target's state is but rather get an integer constant for it. This
commit, stringifies the constants.
12 years ago
Matt T. Proud
8358e5ee44
Update embedding script to support BSD find.
...
Mac OS X (shudder) needs to have a slightly modified find execution
pattern.
12 years ago
Johannes 'fish' Ziemke
1f80b17cb7
Remove temporary debugging.
12 years ago