gambrose
52c762e9f1
The defaults stated in the example config where wrong ( #2110 )
...
* The stated defaults where wrong
* Update prometheus.yml
2016-11-21 09:53:59 +01:00
Fabian Reinartz
0b1a07b531
Merge pull request #2197 from tcolgate/fix_error_types
...
Report type names in the form used in documentation
2016-11-21 09:49:49 +01:00
Fabian Reinartz
dbd6810ea0
Merge pull request #2207 from weaveworks/expose-rules
...
Expose rule & group evaluation
2016-11-21 09:48:55 +01:00
Jonathan Lange
d78dd3593d
Set evaluation interval on Group construction
...
Prevents having object in invalid state, and allows users of public API
to construct valid Groups.
2016-11-18 16:32:30 +00:00
Jonathan Lange
31fc357cd8
Make NewGroup and Group.Eval public
...
Allows callers to execute evaluate lists of rules without first writing
them to disk.
2016-11-18 16:25:58 +00:00
Jonathan Lange
2a2da40223
Make rule evaluation publicly available
...
Means that a third-party can parse rules and run them with their own
execution model.
2016-11-18 16:12:50 +00:00
Fabian Reinartz
a1eec447a4
discovery: fix+consolidate Zookeeper discoveries
2016-11-18 13:20:58 +01:00
Tristan Colgate
68fc15fe4e
Report type names in the form used in documentation
2016-11-18 10:12:55 +00:00
Fabian Reinartz
b4d7ce1370
discovery: respect context cancellation everywhere
...
This also removes closing of the target group channel everywhere
as the contexts cancels across all stages and we don't care about
draining all events once that happened.
2016-11-18 10:55:29 +01:00
Julius Volz
9b7e097a76
Merge pull request #2201 from prometheus/consul-race
...
discovery: terminate senders before closing channel
2016-11-18 01:07:34 -08:00
Fabian Reinartz
bc7bd7202c
discovery: terminate senders before closing channel
...
Fixes #2200
2016-11-18 10:03:12 +01:00
Julius Volz
127332c56f
Merge pull request #2168 from tomwilkie/chunk-len
...
Add call to estimate number of samples in a chunk to the API
2016-11-17 23:13:50 -08:00
Tom Wilkie
585878cdb2
Add call to estimate number of samples in a chunk to the API
2016-11-17 19:09:59 +00:00
Julius Volz
7daa21eeb6
Merge pull request #2194 from TheTincho/replace-js-libs
...
Replace datetimepicker and handlebars JS libraries
2016-11-16 21:45:58 -08:00
Martín Ferrari
4298d91a9c
Update bindata.go
2016-11-17 02:33:31 +00:00
Martín Ferrari
fe83ea511f
Replace handlebars with the simpler and saner mustache library.
2016-11-17 02:33:12 +00:00
Martín Ferrari
0a6972b6a3
Replace datetimepicker library with a more maintained version.
...
Adds also the moment.js library, which is a dependency of it.
Following conventions in the web/ui directory, I am not including the original
sources or LICENSE files.
2016-11-17 02:29:08 +00:00
Björn Rabenstein
4a80448b7e
Merge pull request #2190 from prometheus/beorn7/doc
...
AUTHORS.md: Replace explicit list of authors with reference to git log
2016-11-15 12:53:50 +01:00
beorn7
bcdf870eda
AUTHORS.md: Add link to Github contributors page
2016-11-14 21:00:51 +01:00
beorn7
5944a1d1bd
AUTHORS.md: Replace explicit list of authors with reference to git log
...
Given the many contributors to the repository, maintaining a dedup'd
list of contributors is infeasible.
2016-11-14 19:57:07 +01:00
Fabian Reinartz
17a95f3366
Kubernetes SD: Add endpoints role to API servers job to actually discover some API servers ( #2181 )
2016-11-14 16:23:24 +01:00
Frederic Branczyk
0fcea6e9fb
retrieval/discovery/kubernetes: fix cache state unknown behavior ( #2180 )
...
* retrieval/discovery/kubernetes: fix cache state unknown behavior
* retrieval/discovery/kubernetes: extract type casting
* retrieval/discovery/kubernetes: add tests for possible regressions
2016-11-14 16:21:38 +01:00
Björn Rabenstein
036715370f
Merge pull request #2184 from huydx/master
...
Fix possible memory leak by defer inside loop
2016-11-14 15:26:39 +01:00
Fabian Reinartz
fa82c65d15
Merge pull request #2186 from prometheus/fixes
...
Test fixes
2016-11-14 09:52:15 +01:00
Fabian Reinartz
ae806af7d8
Merge pull request #2185 from prometheus/errhandler
...
kubernetes: only use one error logging handler
2016-11-14 09:52:07 +01:00
huydx
c999902761
Fix possible memory leak by defer inside loop
2016-11-14 14:08:08 +09:00
Fabian Reinartz
7ecc271411
Move Fatalf call into main test goroutine
2016-11-13 18:21:42 +01:00
Fabian Reinartz
856de30c09
Check error before defer closing
...
If an error is returned the file might be nil and a Close call
would cause a panic.
2016-11-13 18:16:02 +01:00
Fabian Reinartz
530cdba103
kubernetes: only use one error logging handler
2016-11-12 14:13:38 +01:00
Jimmi Dyson
473dd5b89a
Kubernetes SD: Add endpoints role to API servers job to actually discover some API servers
2016-11-10 09:46:36 +00:00
beorn7
e193579df8
Merge branch 'release-1.3'
2016-11-09 11:09:56 +01:00
Björn Rabenstein
aa662cb0a9
Merge pull request #2167 from prometheus/beorn7/promql
...
Check for int64 overflow when converting from float64
2016-11-09 11:08:19 +01:00
beorn7
4e3abc6cbf
Simply use math.Mod(float64, float64)
after all
...
This circumvents all the problems with int overflow, plus it is what was originally intended.
2016-11-08 21:03:31 +01:00
Brian Brazil
79f8514c9c
Point user to POST if they try to GET /-/reload ( #2172 )
2016-11-07 15:14:22 +00:00
beorn7
5cf5bb427a
Check for int64 overflow when converting from float64
2016-11-05 00:48:32 +01:00
beorn7
a94a8807f9
Merge branch 'release-1.3'
2016-11-04 22:47:12 +01:00
Björn Rabenstein
63630a0416
Merge pull request #2166 from prometheus/beorn7/release
...
Cut v1.3.1
2016-11-04 21:20:03 +01:00
beorn7
be476954e8
Cut v1.3.1
2016-11-04 21:08:26 +01:00
Fabian Reinartz
96a93c0bc1
Merge pull request #2159 from prometheus/beorn7/release
...
Merge release1.2 into release-1.3
2016-11-04 12:56:11 -07:00
beorn7
92c0ef1a92
Merge branch 'release-1.2' into beorn7/release
2016-11-03 22:48:39 +01:00
Björn Rabenstein
c1eee5b0da
Merge pull request #2157 from prometheus/beorn7/release
...
Cut v1.2.3
2016-11-03 22:40:08 +01:00
Fabian Reinartz
2d203e777f
Merge pull request #2158 from prometheus/merge-1.3
...
Merge release-1.3 into master
2016-11-03 14:27:10 -07:00
Fabian Reinartz
817ecb8ddd
Merge branch 'release-1.3' into merge-1.3
2016-11-03 14:19:34 -07:00
beorn7
cd8d3822f4
Cut v1.2.3
2016-11-03 20:24:45 +01:00
Björn Rabenstein
6ba87cbc87
Merge pull request #2153 from prometheus/beorn7/vendoring
...
Improve DNS error reporting and update to current miekg/dns
2016-11-03 20:06:58 +01:00
beorn7
c4c31a85ab
Merge branch 'release-1.2'
2016-11-03 19:56:25 +01:00
Björn Rabenstein
e072e7f903
Merge pull request #2156 from prometheus/beorn7/promql
...
Fix MOD binop for scalars and vectors
2016-11-03 19:54:57 +01:00
beorn7
07f1bdfe94
Fix MOD binop for scalars and vectors
...
Previously, a floating point number that would round down to 0 would
cause a "division by zero" panic.
2016-11-03 19:03:44 +01:00
Kraig Amador
bec6870ed4
ec2_sd_configs: Support profiles for configuring the ec2 service
2016-11-03 08:38:02 -07:00
Kraig Amador
ba3fcceaa5
vendoring: updated aws-sdk-go to v1.5.1
2016-11-03 08:37:56 -07:00