Brian Brazil
697347ffaf
Merge pull request #982 from miekg/hashmod-md5
...
Make HashMod use md5 instead of fnv
9 years ago
Miek Gieben
caaa3de4ff
Make HashMod use MD5 instead of FNV
...
MD5 will will distribute the inputs more uniformly over the output
space than FNV; leading to more evenly balanced load when using HashMod.
9 years ago
Brian Brazil
b5861b02ac
Merge pull request #978 from prometheus/name-list
...
web: Support multiple names for console graphs.
9 years ago
Brian Brazil
eb82a4b948
web: Support multiple names for console graphs.
9 years ago
Brian Brazil
a8605825a0
Rollback, meant to send a PR
9 years ago
Brian Brazil
1ad449d233
web: Support multiple names for console graphs.
9 years ago
Fabian Reinartz
3c941b9e81
Merge pull request #976 from JanBerktold/web_reload
...
Allow reloading via webhandler
9 years ago
Jan Berktold
fa929a8345
Change /reload to /-/reload & and fix channel type
9 years ago
Jan Berktold
2bf7048dbb
Add reload handler to web
9 years ago
Fabian Reinartz
cdcfada2ac
Merge pull request #965 from prometheus/fabxc/relpath
...
Resolve relative paths on configuration loading
9 years ago
Fabian Reinartz
5e9ece46d5
Merge pull request #975 from prometheus/fabxc/single-query
...
Remove multi-statement queries
9 years ago
Fabian Reinartz
690b5f1575
Remove multi-statement queries
...
This commit removes the possibility to have multi-statement queries
which had no full support anyway. This makes the caller responsible
for multi-statement semantics.
Multiple tests are no longer timing-dependent.
9 years ago
Fabian Reinartz
73f1cc807d
Check token and cert file existence in promtool
9 years ago
Fabian Reinartz
c672973788
Merge pull request #970 from prometheus/fabxc/target-src
...
Improve unique target group sources.
9 years ago
Fabian Reinartz
0138d37458
Improve unique target group sources.
...
Include position of same SD mechanisms within the same scrape configuration.
Move unique prefixing out of SD implementations and target manager into
its own interface.
9 years ago
Fabian Reinartz
54202bc5a8
Merge pull request #902 from xperimental/feature/marathon-discovery
...
retrieval/discovery: Service discovery using marathon API
9 years ago
Robert Jacob
4d0f974c42
Add service discovery using Marathon API.
9 years ago
Fabian Reinartz
747e7709c6
Merge pull request #974 from prometheus/fabxc/authors
...
Update Authors
9 years ago
Fabian Reinartz
5a21b334d8
Update Authors
9 years ago
Fabian Reinartz
9fa7eeb095
Merge pull request #973 from laushinka/master
...
Don't warn about equal timestamps during append.
9 years ago
Laurie Malau
20ad403587
Don't warn/increment metric upon equal timestamps during append.
...
Perhaps it would be even better to still warn in case the sample value has
changed but the timestamps are equal, but we don't have efficient access
to the last value.
9 years ago
Fabian Reinartz
113ac96a71
Merge pull request #943 from wrouesnel/scrape_config_httpproxy
...
[RFC] Add http_proxy parameter to allow specifying per-job HTTP proxy servers
9 years ago
Will Rouesnel
7810448dbe
Add proxy_url parameter to allow specifying per-job HTTP proxy servers
...
Allow scrape_configs to have an optional proxy_url option which specifies
a proxy to be used for all connections to hosts in that config.
Internally this modifies the various client functions to take a *url.URL pointer
which currently must point to an HTTP proxy (but has been left open-ended to
allow the url format to be extended to support others, such as maybe SOCKS if
needed).
9 years ago
Brian Brazil
e2a63d900d
Merge pull request #971 from prometheus/prom-console
...
Add console template for Prometheus itself
9 years ago
Brian Brazil
992c47b2c7
Add console template for Prometheus itself
9 years ago
Fabian Reinartz
a2d382627a
Merge pull request #967 from fabric8io/relabelable-scheme
...
Make scheme relabelable via discovery
9 years ago
Jimmi Dyson
da4c50a6cf
Make scheme relabelable via discovery
9 years ago
Fabian Reinartz
7a67472fc1
Resolve relative paths on configuration loading
...
This moves the concern of resolving the files relative to the config
file into the configuration loading itself.
It also fixes #921 which did not load the cert and token files relatively.
9 years ago
Julius Volz
e324910ff2
Merge pull request #936 from prometheus/predict
...
promql: Add support for predict(my_timeseries[1h], 2h)
9 years ago
Brian Brazil
d6a80c2b76
promql: Add support for predict_linear(my_timeseries[1h], 7200)
...
This will give a prediction for the value of my_timeseries in 2 hours,
based on the last hour of data.
9 years ago
Fabian Reinartz
abb26fb72d
Merge pull request #921 from jimmidyson/target-auth-options
...
Configuration options for bearer tokens, client certs & CA certs
9 years ago
Jimmi Dyson
52cf6b3e6e
Configuration options for bearer tokens, client certs & CA certs
...
Fixes #918 , fixes #917
9 years ago
Fabian Reinartz
e46e93dcba
Merge pull request #962 from prometheus/fabxc/un-vec
...
Implement unary expression for vector types.
9 years ago
Fabian Reinartz
579fdf65e2
Implement unary expression for vector types.
...
Closes #956
9 years ago
Fabian Reinartz
c322422412
Merge pull request #954 from prometheus/fabxc/fuzz-fix
...
Add missing check for nil expression
9 years ago
Fabian Reinartz
adf109795c
forbid unexpected (runtime) errors in parse tests
9 years ago
Fabian Reinartz
c20e25f718
Add missing check for nil expression
9 years ago
Brian Brazil
2983a9ad76
Merge pull request #952 from prometheus/promql-test
...
promql: Test errors aren't always ParseErr
9 years ago
Brian Brazil
a0f0b82348
promql: Test errors aren't always ParseErr
9 years ago
Fabian Reinartz
ba24948ec7
Merge pull request #950 from prometheus/snmp-consoles
...
Add SNMP consoles
9 years ago
Fabian Reinartz
de848f7e1a
Merge pull request #949 from prometheus/fabxc/pql-rt
...
Handle parser runtime panics gracefully
9 years ago
Brian Brazil
11375a5be9
Add SNMP consoles
9 years ago
Fabian Reinartz
5279d50d92
Handle parser runtime panics gracefully
9 years ago
Fabian Reinartz
a5483a43d2
Merge pull request #948 from Marmelatze/consul_port
...
consul port label
9 years ago
Florian Pfitzer
1fa0b0f253
fix consul port label
9 years ago
Brian Brazil
adf7f16d1a
Merge pull request #934 from prometheus/query-params
...
Retrieval: Make it possible to relabel query params
9 years ago
Brian Brazil
d8875d17d8
Retrieval: Make it possible to relabel query params
...
This only allows relabelling the first value
for a given parameter, this should be sufficient in practice.
9 years ago
Julius Volz
9be9b98dcc
Merge pull request #947 from keatonrow/add-anchors-to-status-h2s
...
Add IDs to H2 tags to allow anchored linking
9 years ago
Dan Williams
0441518a71
Add IDs to H2 tags to allow anchored linking
...
Allow sharing links directly to areas of the status page f.e. http://prometheus.internal/#config/
9 years ago
Johannes 'fish' Ziemke
6e7d743cd4
Merge pull request #946 from prometheus/add-sd-dns-a
...
Add support for A record based DNS SD
9 years ago