Fabian Reinartz
f45aed7bea
Merge pull request #731 from prometheus/fabxc/cut-rc2
...
Cut v0.14.0rc2
10 years ago
Fabian Reinartz
0edf4ec072
Cut v0.14.0rc2
10 years ago
Julius Volz
97c0c01b40
Merge pull request #729 from prometheus/fix-double-slash
...
Fix double slash in GeneratorURL sent to alertmanager.
10 years ago
Fabian Reinartz
87f0932e97
Merge pull request #730 from prometheus/fabxc/file-sd-test
...
Fix file SD test
10 years ago
Fabian Reinartz
4fa96f9e82
Merge pull request #728 from prometheus/fabxc/testlog
...
Remove logging output from test runs
10 years ago
Fabian Reinartz
8eda04fbf1
Remove logging output from test runs
10 years ago
Fabian Reinartz
efb39cfd4e
Fix file SD test
10 years ago
Julius Volz
ff53d10849
Fix double slash in GeneratorURL sent to alertmanager.
...
Fixes https://github.com/prometheus/prometheus/issues/722
10 years ago
Fabian Reinartz
a92134a947
Merge pull request #724 from prometheus/fabxc/storage-startup
...
Read from indexing queue during crash recovery.
10 years ago
Julius Volz
837ffcea29
Merge pull request #726 from prometheus/improve-redirections
...
Improve web redirection and 404 behavior.
10 years ago
Fabian Reinartz
6e319532cf
Read from indexing queue during crash recovery.
...
Change #704 introduced a regression that started reading the queue only
after potential crash recovery. When more than the queue capacity was
indexed, Prometheus deadlocked.
10 years ago
Björn Rabenstein
c86f5fdfd1
Merge pull request #727 from prometheus/beorn7/fingerprint
...
Use an RW lock to checkpoint fingerprint mappings.
10 years ago
beorn7
dbcb3d9333
Use an RW lock to checkpoint fingerprint mappings.
...
This has to be backported to 0.13.x.
10 years ago
Julius Volz
acd2df7507
Merge pull request #725 from prometheus/fabxc/testflags
...
Remove test flags in help output
10 years ago
Julius Volz
bab1ae3a48
Merge pull request #717 from gesellix/add-hostname-flag
...
allow to override the default os.Hostname() when creating PrometheusURLs
10 years ago
Tobias Gesellchen
84d42f48e5
allow to override the default os.Hostname() when creating PrometheusURLs
10 years ago
Julius Volz
fcd33bbfd8
Improve web redirection and 404 behavior.
...
Previously we redirected any non-existent path to the root (or path
prefix).
The new behavior:
With no path prefix:
- "" -> "/"
- "/biz" -> 404
With path prefix of "/foo/bar":
- "" -> "/foo/bar/"
- "/" -> "/foo/bar/"
- "/foo/bar" -> "/foo/bar/"
- "/biz" -> /foo/bar/biz"
(anything not starting with the path prefix gets the prefix prepended)
- "/foo/bar/biz" -> 404
10 years ago
Fabian Reinartz
b7eb105ffa
Remove test flags in help output
10 years ago
Fabian Reinartz
db2a0e17c5
Merge pull request #723 from prometheus/fabxc/gitign
...
Ignore YAML files
10 years ago
Fabian Reinartz
b29b4f1ee9
Ignore YAML files
10 years ago
Julius Volz
52ef225b83
Merge pull request #720 from prometheus/update-docker-file-yml-change
...
Rename refs to prometheus.conf -> prometheus.yml and remove logtostderr flag
10 years ago
Johannes 'fish' Ziemke
6a2983c615
Rename refs to prometheus.conf -> prometheus.yml
10 years ago
Fabian Reinartz
25ce5f8667
Merge pull request #719 from prometheus/update-vendoring
...
Update all vendored dependency to latest versions.
10 years ago
Björn Rabenstein
52c401a4a3
Merge pull request #718 from prometheus/beorn7/doc
...
Update README.md.
10 years ago
Julius Volz
a7229565e6
Update all vendored dependency to latest versions.
10 years ago
beorn7
d989415c42
Update README.md.
10 years ago
Fabian Reinartz
9268bf9d36
Merge pull request #715 from prometheus/fabxc/0.14.0-rc1
...
Cut 0.14.0-rc1
10 years ago
Fabian Reinartz
1b96163b4e
Cut 0.14.0rc1
10 years ago
Julius Volz
388a08bd5e
Merge pull request #714 from prometheus/beorn7/instrumentation
...
Add metrics to count inconsistencies and fp collisions.
10 years ago
beorn7
3b9ab546e6
Add metrics to count inconsistencies and fp collisions.
10 years ago
Björn Rabenstein
c44e7cd105
Merge pull request #706 from prometheus/beorn7/persistence2
...
Improve iterator performance.
10 years ago
Julius Volz
a19e6b39d0
Merge pull request #713 from prometheus/fabxc/atomic_align
...
Align int64s for atomic operations
10 years ago
Fabian Reinartz
112a778922
Align int64s for atomic operations
10 years ago
Julius Volz
d4bd3397ae
Merge pull request #712 from prometheus/fabxc/def_cfg_file
...
Change default config file name
10 years ago
Fabian Reinartz
7227b02413
Merge pull request #711 from prometheus/new-logging
...
Switch Prometheus to use github.com/prometheus/log.
10 years ago
Fabian Reinartz
223eaf2ca3
Change default config file name
10 years ago
beorn7
3b9c421a69
Weed out all the [Gg]et* method names.
...
The only exception is getNumChunksToPersist to avoid naming the struct
member numChunksToPersist in a weird way.
10 years ago
Julius Volz
267fd34156
Switch Prometheus to use github.com/prometheus/log.
...
This change is conceptually very simple, although the diff is large. It
switches logging from "github.com/golang/glog" to
"github.com/prometheus/log", while not actually changing any log
messages. V(1)-style logging has been changed to be log.Debug*().
10 years ago
Julius Volz
572b280cf0
Merge pull request #710 from prometheus/fix-godeps-json
...
Remove extra trailing commas in Godeps.json.
10 years ago
Julius Volz
9c0908fabb
Remove extra trailing commas in Godeps.json.
10 years ago
beorn7
81b190bf45
Remove locking from series iterator. Cache chunk iterators.
10 years ago
beorn7
cd5574bf8a
Make chunk and series iterators more efficient.
10 years ago
beorn7
f79c694be5
Add benchmarks for series iterator methods.
10 years ago
Björn Rabenstein
6586b15367
Merge pull request #709 from prometheus/fabxc/storage_test_fix
...
Fix storage test
10 years ago
Fabian Reinartz
f59a449a24
Fix storage test
10 years ago
Fabian Reinartz
8c1c840429
Merge pull request #708 from prometheus/fabxc/servdisc
...
Service discovery and more
10 years ago
Fabian Reinartz
e2ed921505
Merge branch 'master' into fabxc/servdisc
10 years ago
Julius Volz
7af85f980c
Merge pull request #707 from abraithwaite/source-tar-build
...
Makefile: allow building from source without git
10 years ago
Julius Volz
984c2ae6ea
Merge pull request #698 from prometheus/fabxc/consul_sd
...
Add initial implementation for SD via Consul.
10 years ago
Fabian Reinartz
7143dff02f
Add initial implementation for SD via Consul.
...
This commit adds service discovery using Consul's HTTP API and watches
(long polling) to retrieve target updates.
10 years ago