Brian Brazil
efaa8f9ce8
Update getting started with new rules format
7 years ago
Fabian Reinartz
eef46ae8e5
Merge pull request #3372 from prometheus/maxblockdur
...
tsdb: default too small max block duration
7 years ago
Fabian Reinartz
30e777d10d
tsdb: default too small max block duration
7 years ago
Fabian Reinartz
d93273c4dc
Merge pull request #3368 from cstyan/callum-3353
...
bump consul HTTP client timeout by 5s
7 years ago
Callum Styan
7776527390
bump consul HTTP client timeout by 5s so it doesn't match up exactly with the consul SD watch timeout
7 years ago
Tobias Schmidt
94d9a200aa
Merge pull request #3367 from prometheus/docs
...
A few 2.0 doc adjustments
7 years ago
Fabian Reinartz
a32e4cbdd8
docs: remove 1.x storage docs
...
The only section that still aplies was the one on the default storage
directory so those docs seem obsolete.
We'll probably have a similar page on the new storage but we'll only
find out what caveats etc. we'll have to point out as we get people
reporting problems or notable behavior.
7 years ago
Fabian Reinartz
8cc78b36a2
docs: remove obsolete info in getting started
...
Go automatically configures the number of used threads appropriately
and tweaking it is no longer relevant for a basic setup of Prometheus.
The baseline consumption tied to the storage layer no longer applies.
7 years ago
Fabian Reinartz
8a2b5a3936
docs: update flags to new double-dash syntax
7 years ago
Brian Brazil
faf4bb03ee
Docs: timestamp() function.
7 years ago
Brian Brazil
aeb524ad14
Docs: remove keep_common, count_scalar, drop_common_labels
7 years ago
Tobias Schmidt
c4a68f29bf
Merge branch 'release-1.8'
7 years ago
Tobias Schmidt
7435a3f574
Merge pull request #3273 from prometheus/docs
...
Import documentation
7 years ago
Tobias Schmidt
f49ae044d7
Import template reference and examples
7 years ago
Fabian Reinartz
43bc484b6b
Remove code climate badges ( #3361 )
7 years ago
Tom Wilkie
48a7a00a38
Fast path the merge querier ( #3358 )
...
* Fast path the merge querier such that it is completely removed from query path when there is no remote storage.
* Add NoopQuerier
* Add copyright notice.
* Avoid global, use a function.
7 years ago
Tobias Schmidt
f432b8176d
Consolidate configuration and rules docs in docs/configuration/
7 years ago
Tobias Schmidt
4d30a11ab6
Import storage and federation documentation from docs
7 years ago
Tobias Schmidt
e6cdc2d355
Import querying documentation from prometheus/docs
7 years ago
Tom Wilkie
323556b025
Merge pull request #3357 from prometheus/revert-3339-3065-remote-read-bypass
...
Revert "Bypass the fanout storage merging if no remote storage is configured."
7 years ago
Tom Wilkie
0e572686db
Revert "Bypass the fanout storage merging if no remote storage is configured."
7 years ago
Tobias Schmidt
299802dfd0
Integrate changes from prometheus/docs
7 years ago
Tobias Schmidt
41281aff81
Include 1.8 changes in configuration docs
7 years ago
Tobias Schmidt
53a5f52224
Import first batch of Prometheus documentation
...
In order to provide documentation for each individual version, this
commit starts moving Prometheus server specific documentation into the
repository itself.
7 years ago
Tom Wilkie
7aa2930ac5
Merge pull request #3336 from tomwilkie/remote-api-update
...
Update remote storage APIs from 1.8 branch
7 years ago
Tom Wilkie
1af3ef431d
s/TestRemoveLabels/TestSeriesSetFilter/
7 years ago
Tom Wilkie
9c3c98e8de
Revert "Port 'Don't disable HTTP keep-alives for remote storage connections.' to 2.0 (see #3173 )"
...
This reverts commit 0997191b18
.
7 years ago
Tom Wilkie
746752b946
Merge external labels in order.
7 years ago
Tom Wilkie
6e4d4ea402
Initialise some counters in remote storage API.
7 years ago
Tom Wilkie
b22485bef0
Remove spurious test import.
7 years ago
Tom Wilkie
2ae04d0e79
Add license header.
7 years ago
Tom Wilkie
e8c264e47a
Add comment.
7 years ago
Tom Wilkie
ee011d906d
Port remote read server to 2.0.
7 years ago
Bryan Boreham
0997191b18
Port 'Don't disable HTTP keep-alives for remote storage connections.' to 2.0 (see #3173 )
...
Removes configurability introduced in #3160 in favour of hard-coding,
per advice from @brian-brazil .
7 years ago
Tom Wilkie
56820726fa
Move a couple of the encoding/decoding functions into codec.go
7 years ago
Conor Broderick
08b7328669
Port Metric name validation to 2.0 (see #2975 )
7 years ago
Tom Wilkie
8fe0212ff7
Port 'Make queue manager configurable.' to 2.0, see #2991
7 years ago
Tom Wilkie
3760f56c0c
remote: Expose ClientConfig type (see #3165 )
7 years ago
Tom Wilkie
16f71a7723
Port codec.go over form 1.8 branch.
7 years ago
Fabian Reinartz
e53040e2ac
Merge pull request #3339 from tomwilkie/3065-remote-read-bypass
...
Bypass the fanout storage merging if no remote storage is configured.
7 years ago
Fabian Reinartz
bf6db1bc3b
Merge pull request #3344 from criteo-forks/master
...
Tsdb StartTime : Use a simplier way to compute StartTime
7 years ago
Fabian Reinartz
bf56ad4233
Merge branch 'master' into master
7 years ago
Fabian Reinartz
3055b55830
Merge pull request #3354 from pgier/tsdb-block-duration-check
...
storage/tsdb: check that max block duration is larger than min
7 years ago
Fabian Reinartz
5800c257af
Merge pull request #3355 from prometheus/remove-codeclimate
...
Remove .codeclimate.yml
7 years ago
Julius Volz
554ccf551c
Remove .codeclimate.yml
...
See https://github.com/prometheus/prometheus/pull/3333#issuecomment-339209982
7 years ago
Paul Gier
c4c3205d76
storage/tsdb: check that max block duration is larger than min
...
If the user accidentally sets the max block duration smaller than the min,
the current error is not informative. This change just performs the check
earlier and improves the error message.
7 years ago
Fabian Reinartz
ce63a5a855
Merge pull request #3352 from prometheus/rc2
...
Cut v2.0.0-rc.2
7 years ago
Thibault Chataigner
fc4406201e
Tsdb StartTime : Use a simplier way to compute StartTime
7 years ago
Fabian Reinartz
013f368449
*: cut v2.0.0-rc.2
7 years ago
Fabian Reinartz
b5d1ec53da
vendor: update prometheus/tsdb
7 years ago