beorn7
e193579df8
Merge branch 'release-1.3'
8 years ago
Björn Rabenstein
aa662cb0a9
Merge pull request #2167 from prometheus/beorn7/promql
...
Check for int64 overflow when converting from float64
8 years ago
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.
8 years ago
Brian Brazil
79f8514c9c
Point user to POST if they try to GET /-/reload ( #2172 )
8 years ago
beorn7
5cf5bb427a
Check for int64 overflow when converting from float64
8 years ago
beorn7
a94a8807f9
Merge branch 'release-1.3'
8 years ago
Björn Rabenstein
63630a0416
Merge pull request #2166 from prometheus/beorn7/release
...
Cut v1.3.1
8 years ago
beorn7
be476954e8
Cut v1.3.1
8 years ago
Fabian Reinartz
96a93c0bc1
Merge pull request #2159 from prometheus/beorn7/release
...
Merge release1.2 into release-1.3
8 years ago
beorn7
92c0ef1a92
Merge branch 'release-1.2' into beorn7/release
8 years ago
Björn Rabenstein
c1eee5b0da
Merge pull request #2157 from prometheus/beorn7/release
...
Cut v1.2.3
8 years ago
Fabian Reinartz
2d203e777f
Merge pull request #2158 from prometheus/merge-1.3
...
Merge release-1.3 into master
8 years ago
Fabian Reinartz
817ecb8ddd
Merge branch 'release-1.3' into merge-1.3
8 years ago
beorn7
cd8d3822f4
Cut v1.2.3
8 years ago
Björn Rabenstein
6ba87cbc87
Merge pull request #2153 from prometheus/beorn7/vendoring
...
Improve DNS error reporting and update to current miekg/dns
8 years ago
beorn7
c4c31a85ab
Merge branch 'release-1.2'
8 years ago
Björn Rabenstein
e072e7f903
Merge pull request #2156 from prometheus/beorn7/promql
...
Fix MOD binop for scalars and vectors
8 years ago
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.
8 years ago
beorn7
0fdb74c069
Adjust dns.go to new miekg/dns package and improve error handling.
...
When hitting the 64kiB limit of DNS, the error message so far was
really misleading.
8 years ago
beorn7
b2f28a9e82
Merge branch 'release-1.2'
8 years ago
beorn7
9a63ff0c32
Update vendoring github.com/miekg/dns
...
This is to pull in bug fixes. However, it also requires code changes,
see next commit.
8 years ago
Fabian Reinartz
0634509f96
Merge pull request #2148 from jimmidyson/prom-1.3-k8s-disco-example
...
Kubernetes SD: Update config for discovery in 1.3
8 years ago
Brian Brazil
d1ece12c70
Handle null Regex in the config as the empty regex. ( #2150 )
8 years ago
Jimmi Dyson
da23543f29
Kubernetes SD: Update example config to use endpoints role for API server discovery
8 years ago
Jimmi Dyson
4d37dca669
Kubernetes SD: Update config for discovery in 1.3
8 years ago
Fabian Reinartz
18254a172b
Merge pull request #2144 from prometheus/cut-1.3.0
...
Cut release 1.3.0
8 years ago
Fabian Reinartz
6fc9cf3a96
Cut release 1.3.0
8 years ago
Fabian Reinartz
6703404cb4
Merge remote-tracking branch 'origin/release-1.2'
8 years ago
Fabian Reinartz
fc4d9c13e8
Merge pull request #2143 from prometheus/beorn7/fix
...
Protect against negative time ranges.
8 years ago
Fabian Reinartz
30af47535d
Merge remote-tracking branch 'origin/release-1.2'
8 years ago
Fabian Reinartz
6875e9ef91
Merge pull request #2142 from amorken/issue-2140
...
query_range: Validate that start comes before end
8 years ago
Anders Daljord Morken
5c025a2f41
query_range: Validate that start comes before end
8 years ago
beorn7
5c41ca84e5
Catch negative staleness delta set on the command line
8 years ago
beorn7
c5bd178b93
Protect exported Querier interface method against negative time ranges
8 years ago
beorn7
2f6899cbb8
Add missing line to CHANGELOG.md
...
This got dropped in the cherrypicking.
8 years ago
beorn7
5b16d6bd6e
Merge branch 'release-1.2'
8 years ago
beorn7
e3d7c39529
Update date of v1.2.2
8 years ago
Björn Rabenstein
720f7e8636
Merge pull request #2135 from prometheus/beorn7/vendoring
...
Revert "Update github.com/miekg/dns to pull in bug fixes."
8 years ago
beorn7
b216e91b61
Revert "Update github.com/miekg/dns to pull in bug fixes."
...
This reverts commit 590446434f
.
Sadly, there's a problem with truncated messages:
WARN[0684] resolving all.telemetry.pm.prod.bazooka.dd.srv.int.s-cloud.net failed: dns: failed to unpack truncated message source=dns.go:187
We have to revisit the SRV DNS part later.
8 years ago
Fabian Reinartz
1c3531af4e
Merge pull request #2133 from prometheus/beorn7/vendoring
...
Cut v1.2.2
8 years ago
beorn7
d2f1ace31d
vendoring: re-add snappy/*_other.go files
...
For some reason, govendor doesn't add these files (but it works for
platform dependent files elsewhere).
8 years ago
beorn7
9c60dce1de
vendoring: Update vendor/golang.org/x/sys/unix/ vendoring
...
No immediate need here, but after adding the windows vendoring, we
have different commits vendored from the same repository. To avoid
confusion, this commit brings them in line.
8 years ago
beorn7
0cc51a5c5d
vendoring: Vendor packages not vendored so far
8 years ago
beorn7
43cddad30b
vendor: Update consul client
...
We were so much behind...
8 years ago
beorn7
5754f5237e
vendoring: Clean up files accidentally left behind
8 years ago
beorn7
9d91b9f2a5
vendoring: Update checksum
...
Govendor insisted on changing this checksum. I don't know why.
8 years ago
beorn7
997864a1f4
Update context vendoring
...
Most fixes here are mostly http2, but since I'm suspecting a bug in
the context package, I thought we better go with the current version
to rule out bugs already fixed.
8 years ago
beorn7
fefe55d11e
Cut 1.2.2
8 years ago
beorn7
56c9e024cb
Update goleveldb vendoring to pick up many bug fixes
...
Including data races and shutdown fixes.
Might be the reason for some reported problems.
8 years ago
beorn7
13c1086f18
Update vendoring of our own Prometheus packages.
...
This most notably updates to v0.8.0 of client_golang.
Also, it unifies the commit of different packages from the same repo.
8 years ago