prometheus/storage
Julius Volz 517badc21d Only do regex lookups when there was no equality match.
For the label matching index-based preselection phase, don't do an OR
between equality and non-equality matchers. Execute only one of the two
(with equality matchers preferred when present).

Fixes https://github.com/prometheus/prometheus/issues/924
2015-07-23 23:13:30 +02:00
..
local Only do regex lookups when there was no equality match. 2015-07-23 23:13:30 +02:00
metric Create promql package with lexer/parser. 2015-04-23 16:04:50 +02:00
remote main: cleanup initialization of remote storage. 2015-06-23 18:24:48 +02:00
storage.go Allow writing to InfluxDB/OpenTSDB at the same time. 2015-04-02 20:24:38 +02:00