prometheus/utility
Julius Volz c7c0b33d0b Add regex-matching support for labels.
There are four label-matching ops for selecting timeseries now:

- Equal: =
- NotEqual: !=
- RegexMatch: =~
- RegexNoMatch: !~

Instead of looking up labels by a simple clientmodel.LabelSet (basically
an equals op for every key/value pair in the set), timeseries
fingerprint selection is now done via a list of metric.LabelMatchers.

Change-Id: I510a83f761198e80946146770ebb64e4abc3bb96
2014-04-01 14:24:53 +02:00
..
test
bytesize.go Simplify compaction and expose database sizes. 2013-05-14 12:29:53 +02:00
cache.go Extract LRUCache into generic cache type. 2013-08-17 13:57:49 +02:00
deadline_client.go Add variable interpolation to notification messages. 2013-08-12 12:29:08 +02:00
embed-static.sh
file_ext.go Add a check for metrics directory existence. 2013-10-22 20:54:34 +02:00
freelist.go Update low-level i'faces to reflect wireformats. 2013-09-04 17:13:58 +02:00
set.go Add regex-matching support for labels. 2014-04-01 14:24:53 +02:00
set_test.go
sort.go
strconv.go
time.go
uncertaintygroup.go
uncertaintygroup_test.go