juliusv
79fc056090
Merge pull request #71 from prometheus/refactor/new-registry-api
...
The Prometheus Go client has a new handler API.
12 years ago
Matt T. Proud
d1e7f5bc4b
The Prometheus Go client has a new handler API.
12 years ago
juliusv
7b2ee03e90
Fix link to MacOSX instructions (again)
12 years ago
Matt T. Proud
75bd373223
Merge pull request #67 from prometheus/feature/storage/rethinking
...
Swap the Fingerprint Generator
12 years ago
Matt T. Proud
4502b49524
Swap out fingerprinting infrastructure.
...
All old database entries should be deleted. :-(
12 years ago
Matt T. Proud
9bc9dae124
Merge pull request #66 from prometheus/julius-hud
...
Move web-related code/resources to a subdirectory.
12 years ago
Julius Volz
2859227fdb
Make HTTP listen address a flag.
12 years ago
Julius Volz
0cbd03ccf9
Move web-related code/resources to a subdirectory.
12 years ago
juliusv
766a8e19d6
Merge pull request #65 from prometheus/feature/storage/rethinking
...
Create initial Metric fingerprinter.
12 years ago
Matt T. Proud
1c74eedf76
Create initial Metric fingerprinter.
...
The old system relies off of super-careful notion that the serialized
form of a Protocol Buffer should be used for fingerprint formulation.
Of course this is both wrong and inefficient. This commit breaks
ground for swapping to a pure attribute-oriented digest.
12 years ago
Matt T. Proud
79ca8f0708
Merge pull request #64 from prometheus/julius-cleanup-imports
...
Remove/replace last references to github.com/matttproud/...
12 years ago
Julius Volz
06ace4941d
Remove/replace last references to github.com/matttproud/...
12 years ago
Matt T. Proud
6d7c043b33
Merge pull request #63 from prometheus/julius-copyright-notices
...
Add copyright notices to all remaining files.
12 years ago
Julius Volz
16d9dcd6a8
Add copyright notices to all remaining files.
12 years ago
Matt T. Proud
d8c4f2c3c9
Merge pull request #62 from prometheus/julius-cleanups
...
Address outstanding comments from PR/47 and other cleanups.
12 years ago
Julius Volz
d67e4b9131
Address outstanding comments from PR/47 and other cleanups.
12 years ago
juliusv
abc09cf814
Merge pull request #61 from prometheus/feature/bulk-iteration-metric-names
...
Bulk iteration interface and UI metrics selector
12 years ago
Julius Volz
8194702bb3
Allow selecting available metrics through UI.
12 years ago
Julius Volz
2659304380
Add interface for getting all metrics from a MetricsPersistence.
12 years ago
Julius Volz
e23ac0adbd
Implement bulk iteration/operation storage interface.
12 years ago
Julius Volz
1d412fbd66
Adjust graph sizes depending on window size.
12 years ago
Julius Volz
acb45c98f8
Style expression browser a bit.
12 years ago
Julius Volz
c8761f3468
Correct order of deadline and interval arguments.
12 years ago
juliusv
b20fb74798
Merge pull request #60 from prometheus/feature/pprof-insight
...
Incorporate pprof HTTP debugging handler.
12 years ago
Matt T. Proud
a7953251ed
Incorporate pprof HTTP debugging handler.
...
This registers the pprof debugging handler via the static side-
effects documented in http://golang.org/pkg/net/http/pprof/ .
12 years ago
Julius Volz
f6c449e782
Always clear legend before updating graph.
12 years ago
Tobias Schmidt
53eab86a4f
Merge pull request #51 from prometheus/refactor/testability/update-to-time-provider
...
Swap ``time.Now`` with testable ``Time.Now``.
12 years ago
Tobias Schmidt
af487c85e3
Merge pull request #59 from prometheus/feature/snappy
...
Include Snappy in Runtime.
12 years ago
Matt T. Proud
ec3e98b365
Include Snappy in Runtime.
...
Snappy should have been explicitly included in the runtime, for I
erroneously thought that LevelDB bundled this into its runtime as-is.
It turns out that this assumption is wrong, and I thought we had
Snappy compression support all-along.
12 years ago
Matt T. Proud
74b18dbfbd
Merge pull request #58 from prometheus/julius-add-handlebars-license
...
Add license to handlebars.js file.
12 years ago
Julius Volz
6d485dc1cc
Add license to handlebars.js file.
12 years ago
Matt T. Proud
bd0795032a
Merge pull request #57 from prometheus/julius-graphing-improvements
...
Display Page with Default Graph if None Specified; Host Handlebars
12 years ago
Julius Volz
7ceac65be8
Load handlebars.js from local copy.
12 years ago
Julius Volz
893eebe77c
Add one graph to page even when no graphs specified in URL.
12 years ago
juliusv
f47dfc458c
Merge pull request #55 from prometheus/feature/telemetry/retrieval-durations
...
Duration statistics for each target pool.
12 years ago
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.
12 years ago
Matt T. Proud
d181f33eaa
Merge pull request #53 from prometheus/fix/travis/antique-paths
...
Swap matttproud for prometheus in paths.
12 years ago
Matt T. Proud
76a690580a
Swap matttproud for prometheus in paths.
12 years ago
juliusv
ec290884d7
Merge pull request #52 from prometheus/feature/leveldb/pluggable-defaults
...
Make LevelDB operating modes invocation-time conf.
12 years ago
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.
12 years ago
Matt T. Proud
4cd153555e
Swap ``time.Now`` with testable ``Time.Now``.
12 years ago
Matt T. Proud
567e2948d3
Merge branch 'master' of github.com:prometheus/prometheus
12 years ago
Matt T. Proud
56d0ecf410
Update documentation facts.
12 years ago
Matt T. Proud
2c1c0593f4
Merge pull request #49 from prometheus/fix/relocation/import-paths
...
Update import paths to new location.
12 years ago
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.
12 years ago
Matt T. Proud
5d1c794b30
Move documentation examples to dedicated location.
12 years ago
Matt T. Proud
15cc7744cd
Add advice target to makefile.
12 years ago
Matt T. Proud
ed0db275d8
Merge pull request #48 from matttproud/feature/versioned-processors
...
Replacing the Previous …
12 years ago
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.
12 years ago
Julius Volz
c049ae39af
Cleanups to rules/persistence adapter code.
12 years ago