Commit Graph

7109 Commits

Author SHA1 Message Date
juliusv
f47dfc458c Merge pull request #55 from prometheus/feature/telemetry/retrieval-durations
Duration statistics for each target pool.
2013-01-30 06:05:08 -08:00
Matt T. Proud
e01b6cdb44 Duration statistics for each target pool.
We have an open question of how long does it take for each target
pool to have the state retrieved from all participating elements.
This commit starts by providing insight into this.
2013-01-28 16:36:28 +01:00
Matt T. Proud
d181f33eaa Merge pull request #53 from prometheus/fix/travis/antique-paths
Swap matttproud for prometheus in paths.
2013-01-28 03:58:20 -08:00
Matt T. Proud
76a690580a Swap matttproud for prometheus in paths. 2013-01-28 01:29:39 +01:00
juliusv
ec290884d7 Merge pull request #52 from prometheus/feature/leveldb/pluggable-defaults
Make LevelDB operating modes invocation-time conf.
2013-01-27 11:45:06 -08:00
Matt T. Proud
79ba248bbe Make LevelDB operating modes invocation-time conf.
Presently our use of LevelDB and its operating modes are hardcoded
into the storage stack.  This pull request decouples this and
re-exposes this through flags.  We can now perform benchmarking
and remedial tuning.
2013-01-27 20:28:37 +01:00
Matt T. Proud
4cd153555e Swap `time.Now with testable Time.Now`. 2013-01-27 19:59:20 +01:00
Matt T. Proud
567e2948d3 Merge branch 'master' of github.com:prometheus/prometheus 2013-01-27 19:37:14 +01:00
Matt T. Proud
56d0ecf410 Update documentation facts. 2013-01-27 19:36:07 +01:00
Matt T. Proud
2c1c0593f4 Merge pull request #49 from prometheus/fix/relocation/import-paths
Update import paths to new location.
2013-01-27 10:00:20 -08:00
Matt T. Proud
ea54751431 Update import paths to new location.
This repository moved from matttproud/prometheus to
prometheus/prometheus, and all import paths need to be updated.
2013-01-27 18:49:45 +01:00
Matt T. Proud
5d1c794b30 Move documentation examples to dedicated location. 2013-01-27 17:55:08 +01:00
Matt T. Proud
15cc7744cd Add advice target to makefile. 2013-01-27 17:53:20 +01:00
Matt T. Proud
ed0db275d8 Merge pull request #48 from matttproud/feature/versioned-processors
Replacing the Previous …
2013-01-27 08:50:47 -08:00
Matt T. Proud
f2ded515b7 Support versioned telemetry providers.
client_golang was updated to support full label-oriented telemetry,
which introduced interface incompatibilities with the previous
version of Prometheus.  To alleviate this, a general fetching and
processing dispatching system has been created, which discriminates
and processes according to the version of input.
2013-01-27 17:45:50 +01:00
Julius Volz
c049ae39af Cleanups to rules/persistence adapter code. 2013-01-25 12:22:55 +01:00
juliusv
619aa97025 Only close rule file if it could be opened. 2013-01-25 03:32:46 +01:00
juliusv
5caa2333ab Add bash-syntax highlighting to code blocks. 2013-01-25 03:31:51 +01:00
juliusv
22ea3059b0 Merge pull request #45 from grobie/documentation-updates
Documentation updates
2013-01-24 18:18:36 -08:00
juliusv
45aac7be1c Merge pull request #46 from grobie/fix-config-load
Fix config load
2013-01-24 18:17:24 -08:00
Tobias Schmidt
d6ea16a5c4 Add basic "Getting started" documentation 2013-01-25 00:48:51 +01:00
Tobias Schmidt
6523536758 Fix bug in config.LoadFromFile if file is not present 2013-01-25 00:41:10 +01:00
Tobias Schmidt
dcf915bde7 Add missing prerequisites to the Readme 2013-01-24 21:56:08 +01:00
juliusv
cfc1ba2244 Merge pull request #44 from matttproud/julius-better-graphs
Make graphs linkable, object-oriented, and multiple per page.
2013-01-24 06:36:55 -08:00
Julius Volz
040f9751f2 Make graphs linkable, object-oriented, and multiple per page. 2013-01-24 14:21:07 +01:00
Matt T. Proud
33b34d71a4 Merge pull request #43 from matttproud/refactor/telemetry/refresh
Upgrade Prometheus to new API.
2013-01-23 08:44:16 -08:00
Matt T. Proud
88d15373c5 Upgrade Prometheus to new API. 2013-01-23 17:18:45 +01:00
Julius Volz
127c61a55f Add command-line arguments for config file and storage path. 2013-01-22 19:32:56 +01:00
Julius Volz
a85204a0a4 Add support for matrix duration strings without quotes. 2013-01-22 02:27:26 +01:00
Julius Volz
1760d927c8 Add error propagation to web UI via special JSON error type. 2013-01-22 02:27:26 +01:00
Julius Volz
49c87348b5 Implement per-second rate behavior for rate(). 2013-01-22 02:27:26 +01:00
Julius Volz
93670aa129 Return API errors in JSON format. 2013-01-22 02:27:26 +01:00
Julius Volz
a20bf35997 Fix whitespace with "make format". 2013-01-22 02:27:26 +01:00
Julius Volz
86e5edc7fe Add CSS styles for graphing frontend. 2013-01-22 02:27:26 +01:00
Julius Volz
cbffb18748 General graphing improvements and frontend whitespace cleanups. 2013-01-22 02:27:26 +01:00
Julius Volz
c21450a089 Use correct label name for metric name in rule. 2013-01-22 02:27:26 +01:00
Julius Volz
6929c10acf Add case-statement for OR, which still needs to be implemented. 2013-01-22 02:27:26 +01:00
Julius Volz
a555ded2b3 Add "w" (weeks) as a valid timeunit. 2013-01-22 02:27:26 +01:00
Julius Volz
2c8595f96e First graphing support. 2013-01-22 02:27:26 +01:00
Julius Volz
ebabaa46f4 Serialize matrices correctly. 2013-01-22 02:27:26 +01:00
juliusv
39b2e72eb0 Merge pull request #37 from matttproud/julius-base-labels
Add support for configured job base labels.
2013-01-21 16:55:17 -08:00
juliusv
c0266128f4 Merge pull request #38 from matttproud/julius-metric-docstrings
Add preliminary metric docstrings and empty base labels.
2013-01-17 16:49:12 -08:00
Julius Volz
6f937ee032 Add preliminary metric docstrings and empty base labels. 2013-01-18 01:37:50 +01:00
Julius Volz
80cdb0121d Add support for configured job base labels. 2013-01-18 01:10:09 +01:00
juliusv
09d543de97 Merge pull request #35 from matttproud/fix/targetpool-and-manager-queueing
``TargetManager`` and ``TargetPool`` as pointers.
2013-01-15 08:27:52 -08:00
Matt T. Proud
190e4e3fa3 `TargetManager and TargetPool` ass pointers. 2013-01-15 17:06:17 +01:00
juliusv
a7ed7cae91 Merge pull request #32 from matttproud/refactor/wrap-target-as-interface
Refactor Target into Interface to Enhance Testability
2013-01-15 07:22:15 -08:00
Matt T. Proud
9752f1e61d Refactor Target as interface for testability.
Future tests around the ``TargetPool`` and ``TargetManager`` and
friends will be a lot easier when the concrete behaviors of
``Target`` can be extracted out.  Plus, each ``Target``, I suspect,
will have its own resolution and query strategy.
2013-01-15 16:19:51 +01:00
Matt T. Proud
9af0faaefb Get `TargetPool` test working again. 2013-01-13 20:12:38 +01:00
Matt T. Proud
d772c6c2b5 Refactor target scheduling to separate facility.
``Target`` will be refactored down the road to support various
nuanced endpoint types.  Thusly incorporating the scheduling
behavior within it will be problematic.  To that end, the scheduling
behavior has been moved into a separate assistance type to improve
conciseness and testability.

``make format`` was also run.
2013-01-13 20:12:38 +01:00