Commit Graph

  • 764e6a72c3 Merge pull request #82 from prometheus/beorn7/histogram Björn Rabenstein 2015-02-23 16:36:40 +0100
  • 28973f4d4f Add a histogram to the random example. beorn7 2015-02-23 16:19:01 +0100
  • 14c2f30b35 Update vendoring of beorn7/perks. beorn7 2015-02-23 14:59:14 +0100
  • 54238dea8f Merge pull request #80 from peterbourgon/histogram-registry-fix Björn Rabenstein 2015-02-20 19:23:41 +0100
  • 69c8dc87e9 Fix for Histogram in registry.writePB Peter Bourgon 2015-02-20 19:08:36 +0100
  • bc1f2b27ad Merge pull request #79 from prometheus/beorn7/histogram Björn Rabenstein 2015-02-20 15:54:51 +0100
  • 79efd06178 Use binary search to pick bucket. beorn7 2015-02-19 19:50:14 +0100
  • 38dbb2e268 Merge pull request #78 from prometheus/beorn7/histogram Björn Rabenstein 2015-02-19 16:16:15 +0100
  • 9eaf3705d2 Avoid "online serving system". beorn7 2015-02-19 16:03:24 +0100
  • 000ef45157 Replaced http by HTTP if used as the name of the protocol in English. beorn7 2015-02-19 15:34:04 +0100
  • b1e7299877 Turned "le" and "quantile" label names into constants. beorn7 2015-02-19 15:31:43 +0100
  • 3e50eddd64 Do not count the +Inf bucket for bucket creation. beorn7 2015-02-19 12:40:29 +0100
  • 4c4f51d546 Catch illegal label names for summaries in histograms. beorn7 2015-02-19 02:01:06 +0100
  • 6958242277 Add support for histograms to the Go client library. beorn7 2015-02-18 19:23:34 +0100
  • b37ca982a9 Add support for optionally missing +Inf bucket in protobuf. beorn7 2015-02-12 20:55:56 +0100
  • a7c56882af Mark slow test as such and exclude them from travis. beorn7 2015-02-19 15:51:11 +0100
  • 4627d59e8a Merge pull request #77 from prometheus/update-protobuf-pkg juliusv 2015-02-14 00:04:33 +0100
  • 765fdaf37e Update protobuf library package name. Julius Volz 2015-02-14 00:00:34 +0100
  • 70f54973fb Merge pull request #75 from prometheus/beorn7/timestamp Björn Rabenstein 2015-02-12 20:02:02 +0100
  • 3d6b23ae05 Merge pull request #76 from prometheus/histogram Björn Rabenstein 2015-02-12 19:33:48 +0100
  • 6f2f8f28e8 Add support for histograms to parsers, extraction and creation. Brian Brazil 2015-02-11 17:00:56 +0000
  • a9bdd32c71 Reduce allocations during fingerprinting. beorn7 2015-02-12 15:22:07 +0100
  • 3d127c266e Merge pull request #73 from ddysher/fix-doc Tobias Schmidt 2015-02-11 17:44:59 -0500
  • 550b950411 Fix document Deyuan Deng 2015-02-11 17:33:13 -0500
  • acbd2d3eac Merge pull request #70 from prometheus/handle-process-collector-errors-gracefully Tobias Schmidt 2015-02-11 15:08:24 -0500
  • 98061eecab Add todo comment to bring back error reporting Tobias Schmidt 2015-02-11 14:58:35 -0500
  • 6760c3aacd Merge pull request #71 from prometheus/beorn7/timestamp Björn Rabenstein 2015-02-11 17:44:10 +0100
  • 7d560564f9 Remove obsolete comment and add Earliest and Latest timestamp. beorn7 2015-02-11 17:34:59 +0100
  • 7faf9e76ef Handle process collector errors gracefully Tobias Schmidt 2015-02-10 16:19:27 -0500
  • c70db11f1e Merge pull request #68 from prometheus/add-nocgo-flag Tobias Schmidt 2015-02-10 03:43:17 -0500
  • 93d11c8e35 Remove procfs dependency unless cgo is enabled Johannes 'fish' Ziemke 2015-02-06 15:13:59 +0100
  • 52186fc518 Merge pull request #67 from prometheus/arch-os-build-fixes juliusv 2015-02-05 18:14:57 +0100
  • ecf2329b22 Use HTTPS for Go download. Julius Volz 2015-02-05 17:46:01 +0100
  • 2e52ab1271 Fix Go download link for several archs and OSes. Julius Volz 2015-02-05 17:12:37 +0100
  • 3823272e90 Merge pull request #65 from prometheus/procfs-build-tags Tobias Schmidt 2015-02-02 15:51:36 -0500
  • d1d9dee31b Remove dependency on procfs/cgo in non-procfs systems Tobias Schmidt 2015-02-02 14:29:00 -0500
  • 728064bb68 Merge pull request #66 from prometheus/process-collector-explicit-error-interface Tobias Schmidt 2015-02-02 15:06:09 -0500
  • 3cb16a9503 Use clear error interface for process pidFn Tobias Schmidt 2015-02-02 14:53:06 -0500
  • babc844741 Merge pull request #64 from prometheus/beorn7/performance Björn Rabenstein 2015-02-02 18:51:05 +0100
  • 4f73a8b017 Improve Gauge and Counter performance. beorn7 2015-02-02 18:02:40 +0100
  • 88b6ea5852 Merge pull request #63 from prometheus/beorn7/versioning 0.1.0 Björn Rabenstein 2015-02-02 15:33:45 +0100
  • b0107f53ac Added CHANGELOG.md and VERSION. Bjoern Rabenstein 2015-02-02 15:25:06 +0100
  • d7f8eb1083 Change "Prometheus Team" to "The Prometheus Authors". Bjoern Rabenstein 2015-02-02 15:14:36 +0100
  • aa1328d02c Merge pull request #62 from prometheus/fix-writepb-race Björn Rabenstein 2015-01-31 23:52:10 +0100
  • f3e101bd1c Fix race condition in writePB(). Julius Volz 2015-01-31 22:08:48 +0100
  • e192dfc497 Merge pull request #60 from prometheus/beorn7/fix-const-labels Björn Rabenstein 2015-01-28 15:59:29 +0100
  • 3798bbca12 Add const labels to counter. Bjoern Rabenstein 2015-01-28 15:47:48 +0100
  • 80ad13d35e Merge pull request #53 from prometheus/beorn7/benchmark Björn Rabenstein 2015-01-27 18:15:20 +0100
  • 4092aaec40 Fix typos. Bjoern Rabenstein 2015-01-27 18:07:09 +0100
  • b2128904e2 Add BenchmarkProcessor002ParseOnly, to get at least a hint of the JSON speed. Bjoern Rabenstein 2015-01-27 17:16:23 +0100
  • 849d859db4 Add benchmarks to compare text and protobuf parsing. Bjoern Rabenstein 2015-01-27 16:27:04 +0100
  • 283d371002 Merge pull request #51 from prometheus/sample-formatting juliusv 2015-01-26 01:41:16 +0100
  • 000337ccc0 Merge pull request #52 from brian-brazil/make-example juliusv 2015-01-26 01:30:49 +0100
  • 5a2ed875a6 Make examples buildable from make Brian Brazil 2015-01-26 00:19:15 +0000
  • 4a842c5da0 Better sample value string formatting. Julius Volz 2015-01-25 23:52:11 +0100
  • 316b327693 Merge pull request #50 from prometheus/beorn7/license-cleanup juliusv 2015-01-22 17:11:32 +0100
  • 3713bd7d97 Merge pull request #48 from prometheus/beorn7/fix-summary-dimensions juliusv 2015-01-22 17:03:39 +0100
  • 3706852780 License cleanup Bjoern Rabenstein 2015-01-22 16:13:15 +0100
  • d5fe8ed656 Merge pull request #49 from prometheus/beorn7/fix-summaries Björn Rabenstein 2015-01-21 16:42:22 +0100
  • 31b6c1fe12 Make number notation consistent. Bjoern Rabenstein 2015-01-21 15:24:34 +0100
  • 15c9ded5a3 Fix the summary decay by avoiding the Merge method. Bjoern Rabenstein 2015-01-21 13:44:43 +0100
  • 6b9530d72e Update vendoring of perks to newest (fixed) version. Bjoern Rabenstein 2015-01-20 18:27:10 +0100
  • 26e2417d3e Quick-fix the doc comment. Bjoern Rabenstein 2015-01-13 17:26:38 +0100
  • 5c6a472617 Merge branch 'beorn7/allow-collect-errors' into beorn7/fix-summary-dimensions Bjoern Rabenstein 2015-01-13 16:54:12 +0100
  • aa848f77db Merge pull request #45 from prometheus/beorn7/allow-collect-errors Björn Rabenstein 2015-01-13 16:53:16 +0100
  • dd4e57186a Improve doc comment for Describe. Bjoern Rabenstein 2015-01-13 16:52:42 +0100
  • 05059724f8 Remove the partition of summaries by HTTP status code and method. Bjoern Rabenstein 2015-01-13 14:57:37 +0100
  • 159e96f6c7 Allow error reporting during metrics collection and simplify Register(). Bjoern Rabenstein 2015-01-12 19:16:09 +0100
  • af0ec0d3f1 Merge pull request #44 from prometheus/small-13-compat-fix Jeff Younker 2015-01-09 15:38:52 +0100
  • 014d4bd173 Remove a Go 1.4ism to allow compilation under Go 1.3. Jeff Younker 2015-01-09 14:49:17 +0100
  • d7f000b100 Merge pull request #43 from prometheus/remove-extraction-result-type juliusv 2015-01-08 17:51:51 +0100
  • d1beff1523 Merge pull request #42 from prometheus/interesting-examples juliusv 2015-01-06 18:28:16 +0100
  • eb24b39865 Make random example more interesting. Julius Volz 2015-01-06 17:02:26 +0100
  • 300983df4b Merge pull request #41 from prometheus/readd-examples juliusv 2015-01-06 15:48:45 +0100
  • 06f26c5fa8 Re-add some simple example binaries. Julius Volz 2015-01-06 15:35:57 +0100
  • 0bb9a56250 Remove extraction result type, simplify code. Julius Volz 2014-12-31 13:53:17 +0100
  • 376c7c732b Merge pull request #36 from prometheus/standard-exports Tobias Schmidt 2014-12-22 14:00:18 -0500
  • d66557ae59 Register process and go collectors by default Tobias Schmidt 2014-12-10 20:05:35 -0500
  • dbd48d666b Add ProcessCollector and GoCollector Tobias Schmidt 2014-12-10 18:01:46 -0500
  • 2657498a2f Merge pull request #40 from prometheus/drain-collect-channel juliusv 2014-12-19 14:22:52 +0100
  • 7fcb2c594a Drain collector channel when returning prematurely. Julius Volz 2014-12-19 13:54:04 +0100
  • deef44ca73 Update used Go version from 1.2.1 to 1.4. Julius Volz 2014-12-19 14:06:14 +0100
  • c2ed40c71c Update Go download path and enable curl redirects. Julius Volz 2014-12-19 14:17:25 +0100
  • 0342a9f0c7 Merge pull request #39 from prometheus/beorn7/fix-travis Tobias Schmidt 2014-12-18 14:05:26 -0500
  • 4c69ef579b Disable the timing-sensitive test TestSummaryDecay for now. Bjoern Rabenstein 2014-12-18 18:05:06 +0100
  • 0c3fb9f355 Merge pull request #37 from prometheus/cow-metrics Björn Rabenstein 2014-12-15 16:18:53 +0100
  • c7779ab9ec Add COWMetric and do some code cleanups. Julius Volz 2014-12-10 03:49:20 +0100
  • 27edbd47b3 Merge pull request #35 from prometheus/u-c-l/maintenance Björn Rabenstein 2014-12-08 17:50:40 +0100
  • 29347ab2a9 Add a few trailing commas to tests. Bjoern Rabenstein 2014-12-05 14:23:03 +0100
  • d0daf681d6 Make extraction honor ms-precision timestamps. Bjoern Rabenstein 2014-12-05 14:21:13 +0100
  • 5ae6e57c4c Update the vendoring of bmizerany/perks/quantile. Bjoern Rabenstein 2014-12-05 13:50:14 +0100
  • 115bde9c47 Delete MustLoadFromString, as nobody needs it. Bjoern Rabenstein 2014-11-27 19:32:42 +0100
  • bfd70e3280 Make LoadFromString not panic but return an error instead. Bjoern Rabenstein 2014-11-27 19:29:17 +0100
  • 87a585def8 Adjust various things required for the new storage backend. Julius Volz 2014-07-22 17:52:10 +0200
  • c53c07a719 Tolerate MetricFamily with unset type. Bjoern Rabenstein 2014-11-05 13:05:06 +0100
  • f4be228ba0 Fix a race condition in the http instrumentation. Bjoern Rabenstein 2014-10-08 19:01:24 +0200
  • 6fbc8ef5c2 Fix typo in doc comment. Bjoern Rabenstein 2014-09-19 13:20:59 +0200
  • b09d588309 Add missing error check. Bjoern Rabenstein 2014-07-30 19:02:39 +0200
  • 96297bcbae Add a configurable version of InstrumentHandler and InstrumentHandlerFunc. Bjoern Rabenstein 2014-07-15 15:34:52 +0200
  • 23e5e5fefd Add gzip support. Bjoern Rabenstein 2014-07-04 17:08:57 +0200