Fabian Reinartz
1a2d57b45c
Move template functionality out of target.
...
The target implementation and interface contain methods only serving a
specific purpose of the templates. They were moved to the template
as they operate on more fundamental target data.
10 years ago
Fabian Reinartz
dbc08d390e
Move target status data into its own object
10 years ago
Fabian Reinartz
ce487f763e
Simplify vector binary evaluation logic
10 years ago
Fabian Reinartz
8a109e061b
Extract OR operation into own eval method.
10 years ago
Fabian Reinartz
2c3e9e2e87
Extract AND operation into own eval method.
10 years ago
Fabian Reinartz
9ca47869ed
Provide full SD configs to discovery constructors.
...
Some SD configs may have many options. To be readable and consistent, make
all discovery constructors receive the full config rather than the separate
arguments.
10 years ago
Fabian Reinartz
93548a8882
Add initial file based service discovery.
...
This commits adds file based service discovery which reads target
groups from specified files. It detects changes based on file watches
and regular refreshes.
10 years ago
Fabian Reinartz
36016cb308
Add fsnotify to godeps.
10 years ago
Fabian Reinartz
3b21c7037a
Add file SD to configuration.
10 years ago
Fabian Reinartz
d5aa012fd0
Make HTTP basic auth configurable for scrape targets.
10 years ago
Fabian Reinartz
92493603c4
Merge pull request #694 from prometheus/fabxc/cfg_reload
...
Implement config reloading on SIGHUP
10 years ago
Fabian Reinartz
bb540fd9fd
Implement config reloading on SIGHUP.
...
With this commit, sending SIGHUP to the Prometheus process will reload
and apply the configuration file. The different components attempt
to handle failing changes gracefully.
10 years ago
Fabian Reinartz
3b0777ff84
Merge branch 'master' into fabxc/servdisc
10 years ago
Fabian Reinartz
4234a45d2e
Merge pull request #693 from prometheus/fabxc/preload_timeout
...
Check context before each preloading.
10 years ago
Fabian Reinartz
8ea94ebb58
Check context before each preloading.
10 years ago
Fabian Reinartz
1f2209b159
Merge pull request #680 from prometheus/fabxc/sd_yamlcfg
...
Switch config to YAML format.
10 years ago
Fabian Reinartz
86087120dd
Replace example config with new YAML format.
10 years ago
Björn Rabenstein
921f4f22ca
Merge pull request #690 from prometheus/beorn7/release
...
Cut 0.13.3.
10 years ago
beorn7
43b41c56ce
Cut 0.13.3.
10 years ago
Björn Rabenstein
2e8a50649b
Merge pull request #682 from prometheus/beorn7/fingerprint
...
The desperately awaited collision detection.
10 years ago
beorn7
d1a93655a1
Fix typo.
10 years ago
Julius Volz
9fe533e433
Merge pull request #688 from prometheus/fabxc/qltest
...
Make parser more strict about identifiers, extract number parsing
10 years ago
Fabian Reinartz
969c231191
Make parser more strict about identifiers, extract number parsing
10 years ago
Fabian Reinartz
870ad3e32e
Merge pull request #687 from prometheus/fabxc/tmpl_query
...
Do implicit conversion in template queries.
10 years ago
Fabian Reinartz
e04d05d8b3
Do implicit conversion in template queries.
10 years ago
beorn7
7c6466d476
Reserve only ~1M FPs for the mapping.
...
That reduces the chance of having a fingerprint in the reserved area.
10 years ago
Julius Volz
1b3d3b4d5c
Merge pull request #685 from prometheus/fabxc/quptes
...
Fix single quote parsing, add tests
10 years ago
Fabian Reinartz
8707c54508
Fix single quote parsing, add tests
10 years ago
beorn7
ac75dc2812
Avoid archive lookup for known mapped FPs.
10 years ago
beorn7
ed810b45bf
Improvements after review.
10 years ago
beorn7
c36e0e05f1
Add crash recovery of fingerprint mappings.
10 years ago
beorn7
2235cec175
Handle fingerprint collisions.
10 years ago
Fabian Reinartz
5fbde88919
Switch config to YAML format.
10 years ago
Julius Volz
b404ad5c91
Merge pull request #678 from prometheus/remove-rules-target
...
Remove obsolete "rules" target from main Makefile.
10 years ago
Julius Volz
0dc8f3cb04
Remove obsolete "rules" target from main Makefile.
10 years ago
Julius Volz
2579606e77
Merge pull request #676 from prometheus/fabxc/promql
...
Query/rules refactoring
10 years ago
Fabian Reinartz
66ecc420ef
Add gopkg.in/yaml.v2 godep.
10 years ago
Fabian Reinartz
1dd0b772cb
Fix missing Godep entry.
10 years ago
Fabian Reinartz
eeca323d24
Merge branch 'master' into promql
10 years ago
Björn Rabenstein
498b85f05f
Merge pull request #673 from prometheus/beorn7/fingerprint
...
Use FastFingerprint where appropriate.
10 years ago
beorn7
bb141fd3db
Updated vendoring.
...
This pulls in the required changes in client_golang.
10 years ago
beorn7
9820e5fe99
Use FastFingerprint where appropriate.
10 years ago
Fabian Reinartz
b365947bc4
Merge pull request #666 from prometheus/fabxc/pql/gate
...
Limit maximum number of concurrent queries.
10 years ago
Fabian Reinartz
9ab1f6c690
Limit maximum number of concurrent queries.
...
A high number of concurrent queries can slow each other down
so that none of them is reasonbly responsive. This commit limits
the number of queries being concurrently executed.
10 years ago
Julius Volz
f4d90a105e
Merge pull request #672 from prometheus/release-0.13.2
...
Release 0.13.2
10 years ago
Johannes 'fish' Ziemke
36023ed213
Cut 0.13.2
10 years ago
Julius Volz
874ff194c4
Merge pull request #671 from prometheus/add-rule-checker-to-archive
...
Include tools/rule_checker/rule_checker in tarball
10 years ago
Johannes 'fish' Ziemke
e020b91603
Merge pull request #669 from prometheus/fabxc/sd_warn
...
Add warning about config changes.
10 years ago
Johannes 'fish' Ziemke
ab3e08e070
Add rule_checker and console templates to archive
10 years ago
Fabian Reinartz
8f75ff0513
Add warning about config changes.
10 years ago