mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
c7c0b33d0b
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 |
||
---|---|---|
.. | ||
test | ||
bytesize.go | ||
cache.go | ||
deadline_client.go | ||
embed-static.sh | ||
file_ext.go | ||
freelist.go | ||
set.go | ||
set_test.go | ||
sort.go | ||
strconv.go | ||
time.go | ||
uncertaintygroup.go | ||
uncertaintygroup_test.go |