Fabian Reinartz
0f21bd31ca
config: deprecate `target_groups` for `static_configs`
...
This change deprecates the `target_groups` option in favor
of `static_configs`. The old configuration is still accepted
but prints a warning.
Configuration loading errors if both options are set.
9 years ago
Fabian Reinartz
ad18ac51b8
Merge pull request #1715 from prometheus/fabxc-vendor-fsnotify
...
vendor: update gopkg.in/fsnotify.v1
9 years ago
Fabian Reinartz
733ed099f5
vendor: update gopkg.in/fsnotify.v1
...
This updates the fsnotify package, which now uses golang.org/x/sys/unix
package. This fixes #1507 .
9 years ago
Brian Brazil
05b918a024
Merge pull request #1713 from mattbostock/document_drop
...
Relabel: Document whole label set is dropped
9 years ago
Matt Bostock
329a00e44f
Relabel: Document whole label set is dropped
...
From the documentation and current tests, it wasn't immediately clear to
me whether the `target` being dropped as the result of a 'drop' action
was a label key-value pair or the entire labelset.
Add a test that documents this behaviour.
Documentation: https://prometheus.io/docs/operating/configuration/
9 years ago
Brian Brazil
33759dddd2
Merge pull request #1712 from fabric8io/kubernetes-sd-node-ip-labels
...
Kubernetes SD: Add labels for all node addresses and discover node port
9 years ago
Jimmi Dyson
206bcfcdaa
Kubernetes SD: Remove kubeletPort config option
9 years ago
Jimmi Dyson
d48297c904
Kubernetes SD: Add labels for all node addresses and discover node port if available
9 years ago
Fabian Reinartz
26b1c89469
Merge pull request #1702 from pdbogen/master
...
Initial local pods before using the pod list to initialize pod targets
9 years ago
Fabian Reinartz
dd57e7ef5c
Merge pull request #1699 from prometheus/fabxc-multiam
...
notifier: dispatch to multiple Alertmanagers
9 years ago
Fabian Reinartz
35ccca09ea
Merge pull request #1704 from prometheus/fabxc-ghtemplate
...
Make issue reports great again!
9 years ago
Fabian Reinartz
fa1dc018cb
.github: Add issue template
9 years ago
Fabian Reinartz
9baf120cd5
notifier: dispatch to multiple Alertmanagers
...
This commit extends the notifier to dispatch alert batches
to multiple Alertmanagers concurrently.
It changes the `-alertmanager.url` flag to accept a comma
separated list of URLs and/or to be set multiple times.
9 years ago
Björn Rabenstein
2bcf712e29
Merge pull request #1657 from joshuarubin/master
...
fix build with multi-part $GOPATH
9 years ago
Björn Rabenstein
e084d8e8c1
Merge pull request #1701 from prometheus/beorn7/lock
...
Make the number of fingerprint mutexes configurable
9 years ago
beorn7
b274c7aaa7
Update doc comments
9 years ago
Patrick Bogen
1e6770cdc5
Initial local pods before using the pod list to initialize pod targets; include more logging in pod target creation
9 years ago
beorn7
99881ded63
Make the number of fingerprint mutexes configurable
...
With a lot of series accessed in a short timeframe (by a query, a
large scrape, checkpointing, ...), there is actually quite a
significant amount of lock contention if something similar is running
at the same time.
In those cases, the number of locks needs to be increased.
On the same front, as our fingerprints don't have a lot of entropy, I
introduced some additional shuffling. With the current state, anly
changes in the least singificant bits of a FP would matter.
9 years ago
Julius Volz
894cf8df2f
Merge pull request #1690 from andmarios/master
...
Fix consoles and console_libraries path in Dockerfile.
9 years ago
Julius Volz
2eaccdd111
Merge pull request #1697 from sigma-star/master
...
Fix JS XHR requests in prom_console.js on IE11
9 years ago
David Gstir
2dd80225a4
Fix JS XHR requests in prom_console.js on IE11
...
IE11 does not support automatic JSON parsing for responses with
xhr.responseType = 'json', so we have to to do it manually.
9 years ago
Fabian Reinartz
9e952a55c6
Merge pull request #1686 from alileza/master
...
change file_sd names to files, for consistency
9 years ago
Ali Reza
c81b4e8a87
change config names to files for consistency
9 years ago
Marios Andreopoulos
3f07a6b9d0
Fix consoles and console_libraries path in Dockerfile.
9 years ago
beorn7
e3ec8fa83b
Merge branch 'release-0.19'
9 years ago
Fabian Reinartz
23ca13c2fb
Merge pull request #1688 from prometheus/beorn7/0.19
...
Cut 0.19.2
9 years ago
beorn7
592f02925e
Cut 0.19.2
...
Note that this will be merged into the release-0.19 branch and only
includes bug fixes, not other recent commits.
This is low-risk and contains critical bug fixes and should therefore
be released ASAP.
9 years ago
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
Brian Brazil
f55a1d463d
Merge pull request #1670 from gregorygtseng/tls-servername-const
...
Unexport testing constant
9 years ago
Gregory G. Tseng
4ceedffe86
Unexport testing constant
9 years ago
Brian Brazil
bd6568ccc9
Merge pull request #1658 from gregorygtseng/tls-servername-override
...
Add ServerName into TLS Config
9 years ago
Gregory G. Tseng
7997c14b0d
Add ServerName into TLS Config
9 years ago
Julius Volz
26f3b7bbc6
Merge pull request #1669 from alileza/master
...
remove keeping_extra because it's replaced with keep_common
9 years ago
Julius Volz
194a486c60
Merge pull request #1660 from alileza/add_http_errorlog
...
Log HTTP server errors using common/log
9 years ago
Ali Reza
5e2b197a00
Update vendoring for github.com/prometheus/common/log
9 years ago
Ali Reza
624717e801
Log HTTP server errors using common/log
...
change naming to be more descriptive.
Fixes #1651
remove pointer receiver
use common/log error logger
9 years ago
Ali Reza
e7eba75690
remove keeping_extra because it's replaced with keep_common
...
change all keepExtra label into keepCommon, and move action into removed list
change incorrect token list
9 years ago
Björn Rabenstein
f24b8b6c1b
Merge pull request #1668 from roman-vynar/missed-path-prefix
...
Added missed pathPrefix to Status sub-menus
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