Commit Graph

2518 Commits

Author SHA1 Message Date
Björn Rabenstein
51aad630b6 Merge pull request #1414 from prometheus/beorn7/rushed-race
Fix a race condition in calculatePersistenceUrgencyScore
2016-02-22 16:09:19 +01:00
beorn7
4d1f7b49b6 Fix a race condition in calculatePersistenceUrgencyScore 2016-02-22 15:48:39 +01:00
Fabian Reinartz
667c221816 Bump version to 0.17.0rc2 2016-02-05 13:33:22 +01:00
Fabian Reinartz
e048816316 Merge branch 'master' into release-0.17 2016-02-05 13:30:56 +01:00
Fabian Reinartz
328e1d733a Change make to make build
For building from source as an end user running the tests is not necessary.
2016-02-05 11:30:31 +01:00
Fabian Reinartz
facabe254f Merge pull request #1373 from prometheus/fix-flapping-alert-detection
Fix detection of flapping alerts
2016-02-05 11:28:20 +01:00
Fabian Reinartz
2b9de9e8bc Merge pull request #1374 from prometheus/link-to-https
Use https://prometheus.io
2016-02-05 08:17:59 +01:00
Tobias Schmidt
211cb10f13 Use https://prometheus.io 2016-02-05 00:07:03 -05:00
Tobias Schmidt
f1f8317fa5 Fix detection of flapping alerts
Alerts in the resolve retention period must be transitioned to the
active state again when their condition is met.
2016-02-04 23:55:12 -05:00
Fabian Reinartz
1756c0811c Merge pull request #1370 from prometheus/pathjoin
Sanitize POST URL for AM integration
2016-02-04 17:02:59 +01:00
Fabian Reinartz
0b02315517 Sanitize POST URL for AM integration 2016-02-04 11:56:14 +01:00
Fabian Reinartz
0dd3a23510 Merge pull request #1365 from prometheus/appenderr
Return error on sample appending
2016-02-03 12:13:49 +01:00
Fabian Reinartz
1f877f3d2a Fix deadlock, structure target logging 2016-02-03 10:39:34 +01:00
Fabian Reinartz
d0d2c38c68 Fix tests for append API changes 2016-02-03 10:17:08 +01:00
Fabian Reinartz
59f1e722df Return error on sample appending 2016-02-02 14:01:44 +01:00
Björn Rabenstein
9ea3897ea7 Merge pull request #1354 from prometheus/beorn7/storage
Rework the way to communicate backpressure (AKA suspended ingestion)
2016-02-01 15:10:13 +01:00
beorn7
ec08c9a391 Rework the way to communicate backpressure (AKA suspended ingestion)
This gives up on the idea to communicate throuh the Append() call (by
either not returning as it is now or returning an error as
suggested/explored elsewhere). Here I have added a Throttled() call,
which has the advantage that it can be called before a whole _batch_
of Append()'s. Scrapes will happen completely or not at all. Same for
rule group evaluations. That's a highly desired behavior (as discussed
elsewhere). The code is even simpler now as the whole ingestion buffer
could be removed.

Logging of throttled mode has been streamlined and will create at most
one message per minute.
2016-02-01 14:45:44 +01:00
Björn Rabenstein
b555be85e2 Merge pull request #1357 from prometheus/beorn7/duration
Unify duration parsing
2016-01-29 19:19:25 +01:00
beorn7
a7408bfb47 Unify duration parsing
It's actually happening in several places (and for flags, we use the
standard Go time.Duration...). This at least reduces all our
home-grown parsing to one place (in model).
2016-01-29 15:41:50 +01:00
beorn7
cfc15cf103 Update common/model vendoring 2016-01-29 15:33:00 +01:00
Fabian Reinartz
d96dc7a4db Changelog language fixes 2016-01-28 11:16:57 +01:00
Fabian Reinartz
6583928a04 Fix typos 2016-01-27 17:37:40 +01:00
Fabian Reinartz
b040827945 Add changelog for 0.17.0 2016-01-27 17:03:44 +01:00
Julius Volz
999b1d23e0 Add tarballs target to build release tarballs. 2016-01-27 17:03:44 +01:00
Fabian Reinartz
00c8026a7e Bump version to 0.17.0rc1 2016-01-27 15:59:17 +01:00
Fabian Reinartz
d9f836e5b8 Merge pull request #1340 from prometheus/validate-externa-url
Validate URL parameters
2016-01-27 15:49:08 +01:00
Fabian Reinartz
2e29573770 Merge pull request #1348 from prometheus/notifytestfix
Increase notification test timeouts
2016-01-27 02:50:03 +01:00
Björn Rabenstein
d7f92a012b Merge pull request #1345 from prometheus/beorn7/storage2
Fix multiple issues around chunks to persist.
2016-01-26 17:47:16 +01:00
beorn7
87ef24cd25 Add instrumentation and refactor things around "rushed mode" 2016-01-26 17:44:21 +01:00
Fabian Reinartz
c1fdfc5a8b Merge pull request #1350 from prometheus/rulefix
Remove old WITH clause in alert printing
2016-01-26 16:57:41 +01:00
Fabian Reinartz
a6935024e1 Remove old WITH clause in alert printing 2016-01-26 15:45:27 +01:00
Julius Volz
9a4b7cca1a Merge pull request #1347 from prometheus/support-options-method
Handle OPTIONS HTTP requests correctly.
2016-01-26 12:52:29 +01:00
Julius Volz
1ae23bf5e9 Handle OPTIONS HTTP requests correctly.
Fixes https://github.com/prometheus/prometheus/issues/1346
2016-01-26 12:31:44 +01:00
Fabian Reinartz
41a39472a1 Increase notification test timeouts 2016-01-26 11:24:35 +01:00
Tobias Schmidt
4dc8c4f94c Merge pull request #1344 from prometheus/consistent-error-message
Rename matrix to range selector in external error messages
2016-01-25 13:40:08 -05:00
beorn7
a2cd479058 Fix calculation of chunks to persist after restart
Since we are not overestimating the number of chunks to persist
anymore, this commit also adjusts the default value for
-storage.local.memory-chunks. Update of documentation will follow.
2016-01-25 19:33:51 +01:00
Tobias Schmidt
1a91cd6e09 Rename matrix to range selector in external error messages
The documentation speaks about range vectors and range vector selectors.
This change does not fix all issues, we might still expose the term
"Matrix" in error messages using %T.
2016-01-25 13:25:56 -05:00
beorn7
972d94433a Introduce a hysteresis for "rushed mode"
"Rushed mode" is formerly known as "degraded mode", which is changed
with this commit, too. The name "degraded" was very misleading.

Also, switch into rushed mode if we have too many chunks in memory and
an at least reasonable amount of chunks to persist so that speeding up
persisting chunks can help.
2016-01-25 19:24:37 +01:00
Björn Rabenstein
3214cb9529 Merge pull request #1342 from prometheus/beorn7/storage
Streamline chunk writing
2016-01-25 18:58:04 +01:00
beorn7
14796bdb60 Improve chunkMaxBatchSize doc comment 2016-01-25 18:57:51 +01:00
Tobias Schmidt
40ab0da398 Merge pull request #1339 from prometheus/range-parsing
Consolidate offset modifier parsing
2016-01-25 10:52:17 -05:00
Björn Rabenstein
2f108452fc Merge pull request #1341 from prometheus/beorn7/storage2
Remove a race condition from TestRetentionCutoff
2016-01-25 16:46:02 +01:00
beorn7
582af1618c Streamline chunk writing
This helps to avoid allocations in the same way we were already doing
it during reading.
2016-01-25 16:36:36 +01:00
beorn7
99b9611351 Remove a race condition from TestRetentionCutoff 2016-01-25 16:36:14 +01:00
Björn Rabenstein
f50d90f3aa Merge pull request #1336 from RichiH/security/go_1.5.3
scripts/goenv.sh: Require Go 1.5.3
2016-01-25 12:24:15 +01:00
Tobias Schmidt
122d73858d Validate URL parameters 2016-01-25 00:37:09 -05:00
Tobias Schmidt
411ca4dba1 Consolidate offset modifier parsing
Remove duplicated offset modifier parsing and ensure offset can only
appear at the end of a selector statement.
2016-01-24 23:11:44 -05:00
Fabian Reinartz
e7b6a01888 Merge pull request #1333 from prometheus/vendorup
Update common/model vendoring
2016-01-22 12:24:52 +01:00
Fabian Reinartz
13da34f241 Update common/model vendoring 2016-01-22 12:16:39 +01:00
Tobias Schmidt
0e56181016 Merge pull request #1332 from prometheus/license
Add missing license files of vendored packages
2016-01-21 16:15:13 -05:00