Brian Brazil
4a829e63a2
Merge pull request #1299 from PrFalken/master
...
Support AirBnB's Smartstack Nerve client for SD
9 years ago
Julien Dehee
061fe2f364
Support AirBnB's Smartstack Nerve client for SD
...
nerve's registration format differs from serverset. With this commit
there is now a dedicated treecache file in util,
and two separate files for serverset and nerve.
Reference:
https://github.com/airbnb/nerve
9 years ago
Tiago Katcipis
b7ae20d3d8
fixing typos
9 years ago
Tiago Katcipis
53fb648849
adding README to explain the example
9 years ago
Tiago Katcipis
bb4722d6b5
Adding RabbitMQ example as mentioned on #1312
9 years ago
Tobias Schmidt
944b1f7e84
Merge pull request #1313 from fabric8io/kubernetes-discovery
...
Kubernetes Discovery: Ensure metrics path isn't overwritten in example relabeling
9 years ago
Jimmi Dyson
d3934345e9
Kubernetes Discovery: Ensure metrics path isn't overwritten in example relabeling
9 years ago
Brian Brazil
cb381e0bce
Merge pull request #1311 from prometheus/up-down
...
Use up/down in UI for consistency with 'up' metric.
9 years ago
Brian Brazil
7a5f019c40
Use up/down in UI for consistency with 'up' metric.
9 years ago
Fabian Reinartz
3c81843167
Merge pull request #1310 from prometheus/beorn7/storage
...
Update doc comment
9 years ago
beorn7
3f4d22e4c7
Update doc comment
...
This should have gone into a previous commit, but I forgot to save
this particular file.
9 years ago
Fabian Reinartz
7a012ea611
Merge pull request #1306 from prometheus/beorn7/storage
...
Tolerate the lost+found directory in the data directory
9 years ago
Fabian Reinartz
19e81f81a0
Merge pull request #1308 from prometheus/rulefix
...
Fix hanging shutdown shortly after restart
9 years ago
Fabian Reinartz
6eee86dce8
Terminate rule groups during initial sleep
...
When an evaluation group runs initially, it waits a deterministic
amount of time. During that time it also has to accept
a termination singnal so shutdown doesn't hang during the first
evaluation iteration after a configuration reload.
Fixes #1307
9 years ago
Fabian Reinartz
26eb3ac2f8
Don't skip recording rule errors
9 years ago
beorn7
add2ebdd56
Tolerate the lost+found directory in the data directory
9 years ago
Björn Rabenstein
6293f3a374
Merge pull request #1304 from prometheus/beorn7/storage
...
Improve handling of series file truncation
9 years ago
Fabian Reinartz
8c81289575
Merge pull request #1305 from prometheus/beorn7/storage2
...
Add a series ops metric "purge_on_request"
9 years ago
beorn7
cb117d8346
Add a series ops metric "purge_on_request"
...
It counts series deletions triggered via the API.
9 years ago
beorn7
4221c7de5c
Improve handling of series file truncation
...
If only very few chunks are to be truncated from a very large series
file, the rewrite of the file is a lorge overhead. With this change, a
certain ratio of the file has to be dropped to make it happen. While
only causing disk overhead at about the same ratio (by default 10%),
it will cut down I/O by a lot in above scenario.
9 years ago
Fabian Reinartz
49fe948b9a
Merge pull request #1303 from prometheus/revac
...
Revert autocomplete changes
9 years ago
Fabian Reinartz
8a67110041
Revert autocomplete changes
9 years ago
Brian Brazil
e0efe75c2d
Merge pull request #1302 from iksaif/master
...
Use '.' instead of '=' to separate labels from their values in Graphite
9 years ago
Corentin Chary
7b6c3e556c
Use '.' instead of '=' to separate labels from their values in Graphite
...
Using .label=value. was weird to use in Graphite and didn't bring much value.
9 years ago
Fabian Reinartz
37d28bf91a
Merge pull request #1300 from prometheus/oldalerts
...
Support old alerting rule syntax
9 years ago
Fabian Reinartz
6b4a6962d2
Support old alerting rule syntax
9 years ago
Fabian Reinartz
c44594185f
Merge pull request #1298 from prometheus/rulemgrfix
...
Fix premature rule evaluation
9 years ago
Fabian Reinartz
37d80c4b25
Fix premature rule evaluation
...
This commit prevents rule evaluation from starting until after
the storage is ready.
9 years ago
Björn Rabenstein
c0474d5ffe
Merge pull request #1295 from prometheus/beorn7/rate
...
promql: Limit extrapolation of delta/rate/increase
9 years ago
Brian Brazil
c77c3a8c56
promql: Limit extrapolation of delta/rate/increase
...
The new implementation detects the start and end of a series by
looking at the average sample interval within the range. If the first
(last) sample in the range is more than 1.1*interval distant from the
beginning (end) of the range, it is considered the first (last) sample
of the series as a whole, and extrapolation is limited to half the
interval (rather than all the way to the beginning (end) of the
range). In addition, if the extrapolated starting point of a counter
(where it is zero) is within the range, it is used as the starting
point of the series.
Fixes #581
9 years ago
Fabian Reinartz
adb3be4923
Merge pull request #1293 from RichiH/feature/remove_TODO
...
main.go: Remove warning about external_labels
9 years ago
Richard Hartmann
7da42eee6e
main.go: Remove warning about external_labels
9 years ago
Fabian Reinartz
aa3fff1e67
Merge pull request #1291 from prometheus/style-check
...
Let code format style errors fail CI
9 years ago
Tobias Schmidt
e7fb9d096b
Let code format style errors fail CI
9 years ago
Brian Brazil
a50b699708
Merge pull request #1290 from prometheus/max-nan
...
Handle NaN for min/max.
9 years ago
Brian Brazil
89760dd77d
Handle NaN for min/max.
...
Similar to topk and sort, prefer not returning NaN
where possible.
9 years ago
Fabian Reinartz
b683581f8f
Merge pull request #1285 from prometheus/fix-rate-consoles
...
All console expressions should use irate.
9 years ago
Brian Brazil
544f3d6cee
All console expressions should use irate.
9 years ago
Brian Brazil
0109300963
Merge pull request #1283 from prometheus/venup
...
Upgrade common/log vendoring.
9 years ago
Fabian Reinartz
cadca0aa23
Upgrade common/log vendoring.
...
Fixes #1186
9 years ago
Brian Brazil
329670e743
Merge pull request #1282 from prometheus/document-idb-pw
...
Document INFLUXDB_PW env var in username flag
9 years ago
Julius Volz
87d1831f12
Document INFLUXDB_PW env var in username flag
...
Fixes https://github.com/prometheus/prometheus/issues/1281
9 years ago
Brian Brazil
55e85a8c2e
Merge pull request #1279 from prometheus/sort
...
Similar to topk/bottomk, have sort/sort_desc put NaN at end.
9 years ago
Brian Brazil
bac1f28cad
Similar to topk/bottomk, have sort/sort_desc put NaN at end.
...
This makes topk and bottomk consistent with the sorting functions,
as per #1271 .
9 years ago
Fabian Reinartz
60287319d3
Merge pull request #1272 from prometheus/labelskw
...
Change WITH keyword to LABELS
9 years ago
Fabian Reinartz
4209ec6864
Change WITH keyword to LABELS
9 years ago
Fabian Reinartz
92c851f322
Merge pull request #1266 from prometheus/ruels
...
rules/ refactoring
9 years ago
Fabian Reinartz
0cf3c6a9ef
Add comments, rename a method
9 years ago
Brian Brazil
27dd8065ca
Merge pull request #1271 from prometheus/topk-nan
...
Make topk/bottomk prefer returning real numbers over NaN.
9 years ago
Brian Brazil
88ca82304c
Make topk/bottomk prefer returning real numbers over NaN.
9 years ago