Fabian Reinartz
a3f5ab0b72
*: bump version to 0.19.0
9 years ago
Pieter Lange
ed0008b435
Minor typo
9 years ago
Bjoern Rabenstein
c01d2924a2
Make assets without debug settings
9 years ago
Tobias Schmidt
0c6ed9d437
Fix type usage in Kubernetes discovery
...
The event types have been recently changed to be exported types which
wasn't reflected in the new pod discovery.
9 years ago
Tobias Schmidt
4c439b4b45
Merge pull request #1646 from prometheus/beorn7/valuecomparison
...
Correctly identify no-op appends if the value is NaN
9 years ago
Fabian Reinartz
f7ed2ff706
Merge pull request #1644 from prometheus/beorn7/logging
...
Add missing logging of out-of-order samples
9 years ago
Fabian Reinartz
dec56838fc
Merge pull request #1449 from pdbogen/master
...
k8s pod discovery
9 years ago
Björn Rabenstein
95ef7b14a7
Merge pull request #1645 from prometheus/beorn7/style
...
Fix same style issues
9 years ago
beorn7
a308c76292
Improve TestAppendOutOfOrder
...
It did not test the returned error so far.
Also, add tests for the NaN case broken before
https://github.com/prometheus/common/pull/40
9 years ago
beorn7
8032763db1
Update vendoring of github.com/prometheus/common/...
9 years ago
Brian Brazil
0c567b9554
Merge pull request #1643 from pydima/master
...
storage/remote: Spawn not more than "maxConcurrentSends" goroutines.
9 years ago
Patrick Bogen
89940eb48d
Write tests to include testing determinancy of various slice orders; ensure that container order is deterministic
9 years ago
Patrick Bogen
b3350d872a
Add one label named for each port name, mapping it to port number; add corresponding tests; prefix port list label with a comma
9 years ago
beorn7
b2ef4dc52d
Correctly identify no-op appends if the value is NaN
...
This requires an updating of the vendored commen.model package, which
I will do once https://github.com/prometheus/common/pull/40 is merged.
9 years ago
beorn7
d43c0159aa
Fix style issues in retrieval/...
9 years ago
beorn7
b95c096a45
Fix style issues in rules/...
9 years ago
beorn7
45e5775f9b
Add missing logging of out-of-order samples
...
So far, out-of-order samples during rule evaluation were not logged,
and neither scrape health samples. The latter are unlikely to cause
any errors. That's why I'm logging them always now. (It's alway highly
irregular should it happen.) For rules, I have used the same plumbing
as for samples, just with a different wording in the message to mark
them as a result of rule evaluation.
9 years ago
Dmitry Vorobev
bd2a770015
storage/remote: Spawn not more than "maxConcurrentSends" goroutines.
9 years ago
Patrick Bogen
ae413704e8
kubernetes pod-level discovery
9 years ago
Fabian Reinartz
d9394eb359
Merge pull request #1641 from prometheus/beorn7/vendoring
...
Update vendoring of golang.org/x/net/context/...
9 years ago
beorn7
5ae32dce1c
Update vendoring of golang.org/x/net/context/...
...
This should fix problems with hung scrapes.
9 years ago
Fabian Reinartz
a2fc876306
Merge pull request #1631 from prometheus/beorn7/ui
...
Pull targets and rules out of status into their own tab
9 years ago
beorn7
da8cb10b43
Partition the status tab into items in a dropdown
...
I got feedback from different sources about rules and targets being
too heavy in the status tab if their are lots of them.
This change also allows for more fine-granular locking.
9 years ago
Tobias Schmidt
8ec10ae7a5
Merge pull request #1627 from prometheus/effect-affect
...
effect -> affect
9 years ago
Brian Brazil
74094947ea
effect -> affect
9 years ago
Fabian Reinartz
54de6afd22
Merge pull request #1625 from prometheus/series-api-time-bounds
...
Support time range in /api/v1/series endpoint.
9 years ago
Julius Volz
0c1e7a5b00
Support time range in /api/v1/series endpoint.
...
This adds optional "start" and "end" form values that may be used to
restrict the time range of returned series.
Fixes https://github.com/prometheus/prometheus/issues/1542
9 years ago
Brian Brazil
68aaea618a
Merge pull request #1624 from dmitris/golint
...
(trivial) fix several minor golint style issues
9 years ago
Fabian Reinartz
bbc4f11bcc
Merge pull request #945 from msiebuhr/fuzz
...
Fuzz parsers
9 years ago
Dmitry Savintsev
7fdb62c253
fix several minor golint style issues
9 years ago
Morten Siebuhr
ffc8cab39a
Updates fuzzers to discard less interesting data
9 years ago
Brian Brazil
ba87e2d8c1
Merge pull request #1619 from prometheus/threshold_vars
...
Add unittest for using a metric for thresholds with group_left.
9 years ago
Brian Brazil
ef55fd6176
Add unittest for using a metric for thresholds with group_left.
9 years ago
Fabian Reinartz
2ca9ee7b0d
Merge pull request #1612 from prometheus/stn-dns-mv
...
[discovery][dns] move dns to own package
9 years ago
stuart nelson
d959d2b90a
discovery/dns: Maintain argument order consistency
9 years ago
stuart nelson
d02591814b
discovery/dns: move dns to own package
9 years ago
Fabian Reinartz
baa3e19fa0
Merge pull request #1614 from sdurrheimer/common-version
...
Make version informations consistent between prometheus components
9 years ago
Fabian Reinartz
d5a9ce18c5
Merge pull request #1613 from sdurrheimer/fix-circleci-flanky-go-get
...
Fix CircleCI flanky go get
9 years ago
Steve Durrheimer
399d5c6375
Make version informations consistent between prometheus components
9 years ago
Steve Durrheimer
d00e8f114d
Fallback to default promu's crossbuild platforms list
9 years ago
Steve Durrheimer
a2b913f018
Change the test docker image tag to match promu golang version
9 years ago
Steve Durrheimer
b07768f613
Fix CircleCI problems during go get promu
9 years ago
Brian Brazil
82a96167f6
Merge pull request #1611 from shawnps/patch-1
...
fix typo
9 years ago
Shawn Smith
d7481f266e
fix typo
9 years ago
Tobias Schmidt
a32cab5992
Merge pull request #1598 from sdurrheimer/master
...
Update README image shields
9 years ago
Steve Durrheimer
4ebf7970ce
Update README image shields
9 years ago
Fabian Reinartz
ad1542cf95
ci: fix inconsistent indentation
9 years ago
Fabian Reinartz
26799411f6
Merge pull request #1609 from prometheus/fabxc-goversion
...
*: bump default Go version to 1.6.2
9 years ago
Fabian Reinartz
d153dc3e82
*: bump default Go version to 1.6.2
9 years ago
Tobias Schmidt
3ce895e86d
Merge pull request #1608 from prometheus/fix-printf
...
Fix format argument in retrieval test.
9 years ago