Simon Pasquier
2cbba4e948
scrape: fix data races
...
This commit avoids passing the full scrape configuration down to the
scrape loop to fix data races when the scrape configuration is being
reloaded.
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-04-18 11:17:31 +02:00
Simon Pasquier
8b89ab0173
scrape: add test detecting data races
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-04-18 11:17:25 +02:00
Rohit Gupta
30c3e02864
Fixes #4090 . Marathon service discovery for 5XX http response ( #4091 )
...
Signed-off-by: rohit01 <hello@rohit.io>
2018-04-17 09:28:06 +01:00
Krasi Georgiev
d13db89548
Merge pull request #4073 from krasi-georgiev/remove-unused-vendored
...
remove unused vendored packages
2018-04-17 10:24:01 +03:00
David King
6286c10df0
Fix OOM when a large K is used in topk queries ( #4087 )
...
This attempts to close #3973 .
Handles cases where the length of the input vector to an aggregate topk
/ bottomk function is less than the K paramater. The change updates
Prometheus to allocate a result vector the same length as the input
vector in these cases.
Previously Prometheus would out-of-memory panic for large K values. This
change makes that unlikely unless the size of the input vector is
equally large.
Signed-off-by: David King <dave@davbo.org>
2018-04-16 09:03:04 +01:00
Matt Bostock
def6e5a574
db: Match comment case to function name ( #316 )
...
`validateBlockSequence` is not exported, make the letter case in the comment match the function name.
Signed-off-by: Matt Bostock <matt@mattbostock.com>
2018-04-13 16:50:15 +01:00
Björn Rabenstein
e7584ee345
Merge pull request #4072 from prometheus/beorn7/forward-merge
...
Merge 2.2 bugfixes into master
2018-04-11 13:17:55 +02:00
Krasi Georgiev
7951f6a0f6
Merge pull request #4075 from prometheus/issue-use-case
...
request a use case for proposals
2018-04-11 13:55:06 +03:00
Krasi Georgiev
1467d01147
request a use case for proposals
...
Signed-off-by: Krasi Georgiev <krasi-georgiev@users.noreply.github.com>
2018-04-11 13:47:48 +03:00
Krasi Georgiev
7679bc169d
remove unused vendored packages
...
Signed-off-by: Krasi Georgiev <krasi.root@gmail.com>
2018-04-10 21:22:19 +03:00
beorn7
94ff07b81d
Merge branch 'release-2.2'
...
Signed-off-by: beorn7 <beorn@soundcloud.com>
2018-04-10 16:50:35 +02:00
Björn Rabenstein
f8dcf9b272
Merge pull request #4066 from krasi-georgiev/race-DiscoveredLabels
...
add mutex for DiscoveredLabels
2018-04-10 15:36:56 +02:00
Krasi Georgiev
dc29dd1c6f
add mutex for DiscoveredLabels
...
Signed-off-by: Krasi Georgiev <krasi.root@gmail.com>
2018-04-10 00:18:58 +03:00
Björn Rabenstein
e65fc8591a
Merge pull request #4064 from prometheus/beorn7/vendoring
...
Update vendoring of prometheus/common/route to include data race fix
2018-04-09 17:50:06 +02:00
beorn7
bd44e7fe98
Update vendoring of prometheus/common/route to include data race fix
...
See https://github.com/prometheus/common/pull/125
Signed-off-by: beorn7 <beorn@soundcloud.com>
2018-04-09 17:48:32 +02:00
Krasi Georgiev
ddd46de6f4
Races/3994 ( #4005 )
...
Fix race by properly locking access to scrape pools. Use separate mutex for information needed by UI so that UI isn't blocked when targets are being updated.
2018-04-09 15:18:25 +01:00
Mario Trangoni
464e747f1e
fix some comments typos ( #4059 )
2018-04-08 10:51:54 +01:00
Mario Trangoni
b7173eb0e5
fix some comments typos ( #315 )
2018-04-08 10:28:30 +01:00
Sneha Inguva
cbfb207cca
vendor: correctly update golang client ( #4056 )
2018-04-06 18:05:32 +01:00
Tony Lee
7cd56f56df
add queue_time slice to query_duration_seconds ( #4050 )
2018-04-05 19:56:58 +01:00
Fabian Reinartz
bd832fc827
Merge pull request #314 from Bplotka/overlap-log-improvement
...
db: Made overlap String() prettier and more readable.
2018-04-05 18:20:54 +02:00
Bartek Plotka
00594b85cd
db: Addressed comments.
...
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
2018-04-05 16:53:24 +01:00
Bartek Plotka
03e94365e1
db: Made overlap String() prettier and more readable.
...
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
2018-04-05 16:01:16 +01:00
Fabian Reinartz
00e13f519a
Merge pull request #310 from Bplotka/overlap-detection-fix
...
db: Fixed validateBlockSequence, exported it and added tests.
2018-04-05 15:30:22 +02:00
Bartek Plotka
15b5d89222
db: Addressed comments.
...
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
2018-04-05 14:15:24 +01:00
Bartek Plotka
cc306ef0d5
Added grouping by overlap range.
...
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
2018-04-05 13:51:33 +01:00
Goutham Veeramachaneni
90d55672d1
Merge pull request #286 from mattbostock/rename_high_timestamp
...
head: Rename highTimestamp to maxt
2018-04-05 17:41:48 +05:30
Goutham Veeramachaneni
d610390427
Merge pull request #312 from gouthamve/nit-1
...
Simplify stones counting.
2018-04-05 17:37:47 +05:30
Julius Volz
fe10b36b30
Fix curl example for deleting series ( #4046 )
2018-04-05 13:06:18 +01:00
sev3ryn
cc917aee7f
fix of endless loop while doing Consul service discovery. ( #4044 )
...
Reloading Prometheus configs doesn't make loop end.
It produced a goroutine leak
2018-04-05 10:41:09 +01:00
Philippe Laflamme
2aba238f31
Use common HTTPClientConfig for marathon_sd configuration ( #4009 )
...
This adds support for basic authentication which closes #3090
The support for specifying the client timeout was removed as discussed in https://github.com/prometheus/common/pull/123 . Marathon was the only sd mechanism doing this and configuring the timeout is done through `Context`.
DC/OS uses a custom `Authorization` header for authenticating. This adds 2 new configuration properties to reflect this.
Existing configuration files that use the bearer token will no longer work. More work is required to make this backwards compatible.
2018-04-05 09:08:18 +01:00
Manos Fokas
25f929b772
Yaml UnmarshalStrict implementation. ( #4033 )
...
* Updated yaml vendor package.
* remove checkOverflow duplicate in rulefmt
* remove duplicated HTTPClientConfig.Validate()
* Added yaml static check.
2018-04-04 09:07:39 +01:00
Goutham Veeramachaneni
f82a1fe4f2
Simplify stones counting.
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2018-04-03 18:17:02 +05:30
Krasi Georgiev
406233e937
Merge pull request #4034 from si74/main_comments
...
main: actor functionality comments
2018-04-03 12:52:15 +03:00
Goutham Veeramachaneni
8748f33c54
Merge pull request #259 from mattbostock/add_benchout_to_gitignore
...
Add default benchmark output dir to .gitignore
2018-04-03 12:39:13 +05:30
Goutham Veeramachaneni
8a301b126a
Merge pull request #307 from mjtrangoni/fixes
...
Fix some megacheck and unconvert issues
2018-04-03 12:27:27 +05:30
Goutham Veeramachaneni
2f37e1eddc
Merge pull request #277 from simonpasquier/delete-series-without-samples
...
Fix crash when a series has no block
2018-04-03 12:24:12 +05:30
Goutham Veeramachaneni
3733f14dc5
Merge pull request #250 from simonpasquier/update-doc
...
Update doc
2018-04-03 12:19:29 +05:30
Sneha Inguva
7be846754a
main: actor functionality comments
2018-04-01 11:19:30 -07:00
albatross0
0245fd55bf
Add a machine type label to GCE SD ( #4032 )
2018-03-31 09:20:19 +01:00
Kristiyan Nikolov
be85ba3842
discovery/ec2: Support filtering instances in discovery ( #4011 )
2018-03-31 07:51:11 +01:00
Bryan Boreham
93494d8b7e
Add an OpenTracing span for each rule ( #4027 )
...
* Add an OpenTracing span for each rule
So that tags and child spans can be traced back to the rule that they
refer to.
2018-03-30 21:29:19 +01:00
Björn Rabenstein
6cf725c56d
Merge pull request #4031 from codesome/fix-bug-from-4025
...
Fix bug from 4025
2018-03-30 16:41:30 +02:00
Ganesh Vernekar
b44ce11d1b
Added test to check pathPrefix
2018-03-30 11:55:54 +05:30
Ganesh Vernekar
cd2820e165
Fix pathPrefix bug from PR-4025
2018-03-30 11:04:15 +05:30
Solomon Van
68e394a56e
notifier: update use testutil for testing ( #3695 )
2018-03-29 16:07:26 +01:00
Elif T. Kuş
daebf68ea2
Rewrote tests for relabel and template ( #3754 )
...
* relabel: use testutil for testing
* template: use testutil for testing
2018-03-29 16:02:28 +01:00
Björn Rabenstein
61accb51ac
Merge pull request #4025 from codesome/route-prefix
...
Fixed pathPrefix for web pages
2018-03-29 16:22:54 +02:00
Ganesh Vernekar
f30b37e00b
Fixed pathPrefix for web pages
2018-03-29 18:02:25 +05:30
Bartek Plotka
7412e2b44b
Added more cases and modified one var name.
...
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
2018-03-29 12:50:46 +01:00