Björn Rabenstein
3113c0d719
Merge pull request #1685 from prometheus/beorn7/fix-group
...
Correctly stringify GROUP_x modifiers without labels
9 years ago
beorn7
5408666387
Correctly stringify GROUP_x modifiers without labels
...
Since rule evaluations work via String(), this fixes evaluation of
rules containing GROUP_x modifiers without labels. This change is the
minimal bugfix (so that we can release a fixed version without
risk). It does not intend to implement any additional features (like
allowing `GROUP_LEFT()` or `ON()` or even `ON` - see discussion in
https://github.com/prometheus/prometheus/issues/1597 ).
9 years ago
Roman Vynar
9d616952b3
Added missed pathPrefix to Status sub-menus
9 years ago
Fabian Reinartz
0b6e5eb7dd
Merge branch 'release-0.19'
9 years ago
Fabian Reinartz
500a494c9c
*: add 0.19.1 changelog
9 years ago
Fabian Reinartz
8074281180
*: bump version to 0.19.1
9 years ago
Fabian Reinartz
4e087165aa
retrieval: handle nil target groups from updates
9 years ago
Fabian Reinartz
8fe8ccce63
retrieval: document panic behavior
9 years ago
Fabian Reinartz
021ef27fe3
retrieval: don't panic on non-HTTP scheme
9 years ago
beorn7
9a506fae47
Remove a spurious "w" from `_base.html`
9 years ago
Fabian Reinartz
810e0e254b
Fix typo
9 years ago
Fabian Reinartz
ec3aa12163
Fix indentation
9 years ago
Fabian Reinartz
b26f4c0537
*: add 0.19.0 changelog
9 years ago
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
Fabian Reinartz
74c448386c
Merge pull request #1665 from prometheus/fabxc-retrpanic
...
Fix kubernetes SD crash
9 years ago
Fabian Reinartz
12b03db373
retrieval: handle nil target groups from updates
9 years ago
Brian Brazil
e222e17073
Merge pull request #1664 from prometheus/fabxc-scheme-panic
...
retrieval: don't panic on non-HTTP scheme
9 years ago
Fabian Reinartz
ea36efbbd1
retrieval: document panic behavior
9 years ago
Fabian Reinartz
a5ba166935
retrieval: don't panic on non-HTTP scheme
9 years ago
Brian Brazil
7c237eee0e
Merge pull request #1661 from prometheus/beorn7/ui
...
Remove a spurious "w" from `_base.html`
9 years ago
beorn7
93460fb853
Remove a spurious "w" from `_base.html`
9 years ago
Fabian Reinartz
e1848445f4
Fix typo
9 years ago
Fabian Reinartz
c4c2756a39
Fix indentation
9 years ago
Fabian Reinartz
58a7f5b089
Merge pull request #1655 from prometheus/release-0.19
...
Release 0.19
9 years ago
Fabian Reinartz
604d7114df
*: add 0.19.0 changelog
9 years ago
Fabian Reinartz
0d466e76cc
*: bump version to 0.19.0
9 years ago
Brian Brazil
642eb59f87
Merge pull request #1652 from pieterlange/patch-1
...
Minor typo
9 years ago
Pieter Lange
427b322078
Minor typo
9 years ago
Brian Brazil
afc95820b1
Merge pull request #1650 from prometheus/beorn7/ui
...
Make assets without debug settings
9 years ago
Bjoern Rabenstein
52a133d4d2
Make assets without debug settings
9 years ago
Tobias Schmidt
b713ca56c2
Merge pull request #1649 from prometheus/grobie/fix-kubernetes-discovery
...
Fix type usage in Kubernetes discovery
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