Commit Graph

  • 3cf50db5fd
    metricvec: handle hash collision for labeled metrics Stephen J Day 2016-08-11 17:06:03 -0700
  • c4004ef5f6
    benchmark: measure label resolution in MetricVec Stephen J Day 2016-08-10 20:03:15 -0700
  • 25db044749 Fix doc comment typo Bjoern Rabenstein 2016-08-15 23:22:46 +0200
  • 390e874a3f Fix doc comment typo beorn7 2016-08-15 15:54:18 +0200
  • 66058aac3a Merge pull request #214 from prometheus/beorn7/registry Björn Rabenstein 2016-08-15 13:47:46 +0200
  • a6321dd0b1 Create a "merge gatherer" beorn7 2016-08-05 14:57:49 +0200
  • 0b207e1fd6 Merge 4e0c66e343 into 52437c81da wiremine 2016-08-08 13:33:33 +0000
  • d55ec77b55 Merge 90919b65b4 into 52437c81da Matthew Campbell 2016-08-08 13:22:47 +0000
  • f6fcdf1905 Merge 2cfc8e2e9e into 52437c81da Alfred Landrum 2016-08-08 13:20:39 +0000
  • e3905cda23 Create a "merge gatherer" beorn7 2016-08-05 14:57:49 +0200
  • 1dc03a72f6 Replace hashicorp/go-multierror by own implementation beorn7 2016-08-04 16:03:06 +0200
  • f0c45acc50 Rename Deliver into Gather beorn7 2016-08-04 15:26:27 +0200
  • f9c977b1d6 Doc: Make the AlreadyRegisteredError example a real example beorn7 2016-08-04 11:41:02 +0200
  • bc0b2a3b17 Move http stuff in its own package promhttp beorn7 2016-08-03 14:57:02 +0200
  • 2e66d12fe5 Act on DefaultRegisterer and DefaultDeliverer where possible beorn7 2016-08-03 12:50:39 +0200
  • e5c6302150 Fix a number of doc comments and similar nits beorn7 2016-08-03 12:23:37 +0200
  • 5a918da56d Tweaked push package beorn7 2016-08-03 12:00:19 +0200
  • 249069ec01 Unexport SelfCollector. beorn7 2016-08-03 01:09:27 +0200
  • 9c3fe750dd Expose the registry implementation and add two interfaces. beorn7 2016-08-03 00:41:51 +0200
  • cf7e1caf17 Create a public registry interface and separate out HTTP exposition beorn7 2016-07-20 17:11:14 +0200
  • 52437c81da Merge pull request #213 from stapelberg/patch-1 Fabian Reinartz 2016-08-02 00:22:46 -0700
  • b672480095 Merge pull request #215 from djui/patch-1 Brian Brazil 2016-08-01 22:18:14 +0100
  • c1e8a41238 Fix typo in doc string Uwe Dauernheim 2016-08-01 23:14:45 +0200
  • 7b5f88727a api: document goroutine safeness Michael Stapelberg 2016-08-01 00:11:57 +0200
  • 28be15864e Merge pull request #211 from andrewstuart/variadic-register Björn Rabenstein 2016-07-12 00:22:38 +0200
  • e63e6e3db7
    Extend MustRegister function to accept variadic args Andrew Stuart 2016-07-08 14:05:10 -0700
  • f543716093
    Added support for relatetive path when Prom API is behind nginx Roman Vynar 2016-07-11 22:15:43 +0300
  • 9966305bf4 Missing alignment issue for 32bit machines. Jared Hulbert 2016-07-06 16:34:41 -0700
  • 9f1ed1ed4a Merge pull request #209 from mattbostock/fix_doc_indentation Brian Brazil 2016-06-27 15:36:20 +0100
  • c7f1ecb643 Fix GoDoc indentation Matt Bostock 2016-06-27 15:26:48 +0100
  • 928b9836d4 Merge pull request #208 from chrislonng/master Fabian Reinartz 2016-06-27 12:12:15 +0200
  • 7752efd9d6 comment contains some misspell Chris Lonng 2016-06-27 17:49:34 +0800
  • 488edd04dc Merge pull request #202 from mattyw/01-docs Björn Rabenstein 2016-05-31 11:15:28 +0200
  • 3c063fb533 prometheus/docs: Added a link to the metric types page mattyw 2016-05-31 10:07:50 +0100
  • 82a2759dc8 Update Go version .travis.yml beorn7 2016-05-27 15:26:51 +0200
  • d38f1ef46f Merge pull request #201 from prometheus/beorn7/doc Björn Rabenstein 2016-05-17 11:07:30 +0200
  • f6b16ed256 Document the issues of InstrumentHandler beorn7 2016-05-15 17:59:51 +0200
  • b90ee0840e Merge pull request #199 from mattharden/patch-1 Brian Brazil 2016-05-13 05:20:11 +0100
  • e3340f3371 Fix max_fds process collector test Matt Harden 2016-05-12 16:55:21 -0700
  • 2cfc8e2e9e add ServeHTTP to Registry interface Alfred Landrum 2016-04-19 08:56:58 -0700
  • c8f5657d5f add a Registry interface and NewRegistry Alfred Landrum 2016-04-19 08:45:18 -0700
  • 90c15b5efa Merge pull request #195 from prometheus/badlabel Björn Rabenstein 2016-03-17 14:26:13 +0100
  • 09374d92aa Remove anti-pattern of having target labels in instrumentation example. Brian Brazil 2016-03-17 13:22:20 +0000
  • b0be2a1c21 Merge commit '32b10bd039fea561fe143c663db3f7c42ef2e4c3' into beorn7/next beorn7/next beorn7 2016-02-25 12:37:12 +0100
  • 32b10bd039 Initial refactoring. WIP. beorn7 2015-11-27 15:56:42 +0100
  • 18acf9993a Merge pull request #192 from mtanda/external-url Fabian Reinartz 2016-02-23 13:27:30 +0100
  • 67ee8ba510 support external-url Mitsuhiro Tanda 2016-02-23 21:23:58 +0900
  • 15006a7ed8 Merge pull request #191 from alicebob/lastgc Brian Brazil 2016-02-08 00:36:15 +0000
  • e48dd8ee97 fix go_memstats_last_gc_time_seconds division Harmen 2016-02-08 01:23:24 +0100
  • 67994f1771 Merge pull request #186 from stapelberg/slash Björn Rabenstein 2015-11-27 19:24:33 +0100
  • c1370d07ca Strip trailing / from push URL. Michael Stapelberg 2015-11-26 19:16:53 +0100
  • 8ab2490e0f Merge pull request #185 from stapelberg/patch-2 Fabian Reinartz 2015-11-25 10:54:27 +0100
  • 1a09b46c2e fix typo: s/addr/url/ Michael Stapelberg 2015-11-25 08:46:01 +0100
  • 47db5158a7 Add initial alertmanager client package Fabian Reinartz 2015-10-01 20:12:39 +0200
  • 275368fd9e Merge pull request #184 from realzeitmedia/allfnv Björn Rabenstein 2015-11-12 14:29:20 +0100
  • 5d4fdca1a5 use local fnv hash everywhere Harmen 2015-11-12 13:55:12 +0100
  • cfd904193d Merge pull request #180 from dnesting/dnesting-sort-metrics Björn Rabenstein 2015-11-10 22:31:22 +0100
  • b0bd184e74 Simplify metricSorter timestamp comparison and improve comment David Nesting 2015-11-10 09:37:58 -0500
  • cf3f724ef6 Merge pull request #181 from realzeitmedia/locking Björn Rabenstein 2015-11-10 14:58:49 +0100
  • 544f65f7fc metricSorter stops relying on time.Now and respects nil timestamps David Nesting 2015-11-09 17:14:07 -0500
  • 5fb1b89678 Make metric sort stable and sort by timestamp David Nesting 2015-11-09 08:36:26 -0500
  • 8c96b12588 try getting metrics with a read lock, first Robert Vollmert 2015-11-09 15:00:46 +0100
  • 5183814775 ok not has Robert Vollmert 2015-11-09 15:00:31 +0100
  • 1312da4c0c Inline hash/fnv. Robert Vollmert 2015-11-09 14:52:51 +0100
  • 39a26f2e35 concurrency benchmark Robert Vollmert 2015-11-09 14:34:37 +0100
  • 449ccefff1 Update Julius's email address in AUTHORS.md Julius Volz 2015-10-26 02:27:06 +0100
  • e51041b3fa Merge pull request #146 from KevinPike/memstats Björn Rabenstein 2015-10-08 16:32:47 +0200
  • db58b27d95 heap bytes released total Kevin Pike 2015-10-07 11:21:49 -0700
  • 1eb8d032a8 use counter for heap released bytes Kevin Pike 2015-10-06 08:18:17 -0700
  • 9a6b9d3ddf fix descriptions Kevin Pike 2015-10-05 09:27:28 -0700
  • 6c7a1db6bf don't reuse memstats Kevin Pike 2015-10-05 07:37:59 -0700
  • 8a031ee219 unembed memstats collector Kevin Pike 2015-10-02 18:10:36 -0700
  • b6cad5edaf Merge pull request #178 from prometheus/ctx Fabian Reinartz 2015-10-02 13:48:55 +0200
  • f664cd7ea5 Use ctxhttp package for cancelable requests Fabian Reinartz 2015-10-02 12:00:58 +0200
  • 90919b65b4 allow creating seperate registries Matthew Kanwisher 2015-09-24 02:00:35 +0700
  • 3b78d7a77f Merge pull request #175 from prometheus/documentation Björn Rabenstein 2015-09-18 15:37:02 +0200
  • 75109d1c90 Update README.md beorn7 2015-09-18 14:41:53 +0200
  • dcd7417a58 Merge pull request #174 from prometheus/move-to-common Björn Rabenstein 2015-09-17 14:40:12 +0200
  • f3be6f9400 Merge pull request #173 from prometheus/remove-text-model-extraction Björn Rabenstein 2015-09-17 14:38:51 +0200
  • 13985ab413 Merge pull request #172 from prometheus/move-to-common Björn Rabenstein 2015-09-17 14:37:51 +0200
  • cf0a294118 Remove the text, model, and extraction packages beorn7 2015-09-17 14:22:05 +0200
  • 90ddfa1c1e Move from client_golang/text to common/expfmt beorn7 2015-09-17 13:06:43 +0200
  • 34c6b5b356 Merge 25e1a6571b into 29939ec908 Fabian Reinartz 2015-08-28 12:59:05 +0000
  • 29939ec908 Merge pull request #160 from ardan-bkennedy/master Björn Rabenstein 2015-08-28 12:34:13 +0200
  • 25e1a6571b Remove client_golang/model dependency from text package Fabian Reinartz 2015-08-24 10:54:08 +0200
  • 8c899cd820 Merge pull request #167 from prometheus/nomodel Fabian Reinartz 2015-08-23 15:13:01 +0200
  • f2de0f589a Remove client_golang/model als direct dependency Fabian Reinartz 2015-08-23 13:51:32 +0200
  • 223315ae31 Merge pull request #165 from prometheus/api Fabian Reinartz 2015-08-19 19:06:35 +0200
  • 2aae630ba8 Add initial HTTP API v1 package Fabian Reinartz 2015-08-19 15:33:59 +0200
  • 8f8d39e0fd Merge pull request #164 from prometheus/godepp Fabian Reinartz 2015-08-19 16:39:11 +0200
  • 7ca3eb1775 Set sudo=false for travis CI Fabian Reinartz 2015-08-19 16:11:44 +0200
  • 71b95dc48e Remove vendoring Fabian Reinartz 2015-08-19 15:45:09 +0200
  • 4a339dcbca Fix minor typos in comment. Julius Volz 2015-08-17 12:58:16 +0200
  • bbd006bc5e Merge pull request #162 from prometheus/fabxc/runtime-test Fabian Reinartz 2015-08-13 23:05:05 +0200
  • e6310b190e Turn allocation test into a benchmark. Fabian Reinartz 2015-08-13 19:09:23 +0200
  • 762de31e01 Merge pull request #161 from prometheus/fabxc/runtime-test Fabian Reinartz 2015-08-13 18:49:01 +0200
  • 89773a6194 Remove runtime-dependent test. Fabian Reinartz 2015-08-13 18:03:15 +0200
  • f075821cbb Update histogram_test.go William Kennedy 2015-08-12 17:51:21 -0400
  • dd33f764bd Merge pull request #158 from ardan-bkennedy/patch-1 Fabian Reinartz 2015-08-12 22:22:03 +0200
  • fa8495136c Merge pull request #157 from prometheus/reserve-tmp Fabian Reinartz 2015-08-12 21:58:35 +0200