Julius Volz
|
8e4c5b0cea
|
Use AST query analyzer and views with tiered storage.
|
2013-03-21 18:16:52 +01:00 |
Julius Volz
|
2f814d0e6d
|
AST persistence adapter simplifications after storage changes.
|
2013-03-21 18:11:03 +01:00 |
Julius Volz
|
6001d22f87
|
Change Get* methods to receive fingerprints instead of metrics.
|
2013-03-21 18:11:03 +01:00 |
Matt T. Proud
|
13ae29b304
|
Initial in-memory arena implementation.
It is unbounded, and nothing uses it except for a gating flag in main.
|
2013-02-18 09:38:14 -06:00 |
Matt T. Proud
|
efbe0e8a12
|
Interface simplification.
GetMetricForFingerprint(model.Fingerprint) (*Metric, error) ->
GetMetricForFingerprint(model.Fingerprint) (Metric, error)
|
2013-02-14 08:43:02 -08:00 |
Matt T. Proud
|
e8a733b525
|
Interface simplifications.
GetFingerprintsForLabelSet ([]*Fingerprint, error) ->
GetFingerprintsForLabelSet ([]Fingerprint, error)
|
2013-02-14 08:07:59 -08:00 |
Matt T. Proud
|
f03091b139
|
Interface simplifications: GetRangeValues
From pointers to copies.
|
2013-02-13 21:11:23 -08:00 |
Matt T. Proud
|
56f069b3ec
|
Interface simplifications: GetValueAtTime().
Pointer arguments to copies.
|
2013-02-13 21:05:01 -08:00 |
Matt T. Proud
|
900bb988c1
|
Simplifications of GetFingerprintsForLabelSet.
``MetricPersistence.GetFingerprintsForLabelSet(s *model.LabelSet)`` ->
``MetricPersistence.GetFingerprintsForLabelSet(s model.LabelSet)``.
|
2013-02-13 17:13:41 -08:00 |
Julius Volz
|
16d9dcd6a8
|
Add copyright notices to all remaining files.
|
2013-02-07 11:49:04 +01:00 |
Matt T. Proud
|
ea54751431
|
Update import paths to new location.
This repository moved from matttproud/prometheus to
prometheus/prometheus, and all import paths need to be updated.
|
2013-01-27 18:49:45 +01:00 |
Julius Volz
|
c049ae39af
|
Cleanups to rules/persistence adapter code.
|
2013-01-25 12:22:55 +01:00 |