Commit Graph

  • 703c4a9c6f add label value validation to NewConstMetric and friends Marco Jantke 2017-08-19 22:57:48 +0200
  • 459e88167e extract and refactor label validation functions Marco Jantke 2017-08-19 22:56:18 +0200
  • 957bba6f68 add label value validation to GetMetricWith and friends Marco Jantke 2017-08-19 22:12:52 +0200
  • dff07f89c5 Merge 36c4ae7377 into 94ff84a9a6 fortrue 2017-08-03 08:53:45 +0000
  • 36c4ae7377 supports batch add oberserations to histogram and summary fortrue 2017-08-03 16:44:25 +0800
  • 94ff84a9a6 Merge pull request #329 from infoverload/add_new_metric_go_info Björn Rabenstein 2017-07-24 10:13:13 +0200
  • f36d4a3e73 Add new default metric go_info hazey.dazey 2017-07-23 23:36:09 +0200
  • 8595b03384 Change MetricSorter to be an exported type Thomas Jackson 2017-07-20 12:10:43 -0700
  • 7069f5f9f9 Merge f714fd580c into 95b6848b5c Thomas Jackson 2017-07-20 18:15:14 +0000
  • f714fd580c Add getter methods for Desc() struct Thomas Jackson 2017-07-20 11:13:48 -0700
  • 95b6848b5c Merge pull request #325 from prometheus/beorn7/doc Björn Rabenstein 2017-07-12 18:53:59 +0200
  • ed379b7d99 Remove remaining references to MetricVec from doc comments beorn7 2017-07-12 15:13:09 +0200
  • 26b8970019 Merge pull request #324 from maximesong/master Björn Rabenstein 2017-07-07 19:33:55 +0200
  • 90494ea7b1 fix typo in comments Maxime Song 2017-07-07 23:25:14 +0800
  • 310ce84375 Merge pull request #319 from prometheus/beorn7/vec Björn Rabenstein 2017-06-30 16:48:34 +0200
  • 77934284f4 Merge pull request #321 from prometheus/beorn7/doc Björn Rabenstein 2017-06-29 16:21:10 +0200
  • e04de4bfe3 Document the use of Go1.9+ for monotonic time where applicable beorn7 2017-06-29 16:07:12 +0200
  • f66cdf0736 Un-export MetricVec beorn7 2017-06-28 17:55:59 +0200
  • 721f93fda8 Deprecate UntypedVec beorn7 2017-06-28 17:00:33 +0200
  • ab4214782d Merge pull request #318 from AlekSi/patch-1 Brian Brazil 2017-06-28 13:54:36 +0100
  • f0c4c478a2 Minor documentation fix Alexey Palazhchenko 2017-06-28 15:40:03 +0300
  • 2ac9ed81c8 Merge 7ac5e86be1 into de4d4ffe63 Yuqian Yang 2017-06-15 03:57:28 +0000
  • 7ac5e86be1 calculate size of headers outside of gorouting Yuqian Yang 2017-06-15 11:49:48 +0800
  • 8b6c117854 Merge 4ed4661b75 into de4d4ffe63 Jesse Olsen 2017-06-07 19:10:13 +0000
  • de4d4ffe63 Merge pull request #308 from prometheus/beorn7/http Björn Rabenstein 2017-06-06 12:22:53 +0200
  • 1d9a9c0573 Merge 47db5158a7 into e7e903064f Fabian Reinartz 2017-06-05 20:23:29 +0000
  • 87ed55b133 Merge 9966305bf4 into e7e903064f jaredeh 2017-06-05 20:23:29 +0000
  • 14730c70c0 promhttp: Bite the bullet and implement all 32 possible interface combos beorn7 2017-06-02 18:55:31 +0200
  • a6041fca08 Merge 94d184b101 into e7e903064f Thomas Boerger 2017-06-02 10:45:24 +0000
  • e7e903064f Import "log", it is required for log.Fatal(... (#305) Norbert Tretkowski 2017-05-31 15:00:54 +0200
  • afd9b0480a Really fix formatting Norbert Tretkowski 2017-05-31 08:06:28 +0200
  • ff6c21c7f9 Fix formatting Norbert Tretkowski 2017-05-31 08:05:56 +0200
  • 2b3ab50dcd Add time to write header handler middleware (#304) stuart nelson 2017-05-29 11:42:43 +0200
  • 4ed4661b75 Add process_open_fds_percent metric Jesse Olsen 2017-05-25 15:26:24 -0600
  • a1edaa7040 Merge 9076b1dec8 into 42552c195d KeZhang 2017-05-24 08:48:09 +0000
  • edc02b8445 Merge 8d24ed5bff into 42552c195d Sparsh 2017-05-24 08:48:04 +0000
  • 1839263725 Add observeWriteHeaderFunc to newObserver stuart nelson 2017-05-23 19:55:45 +0200
  • 4eae8b14d6 Import "log", it is required for log.Fatal(... Norbert Tretkowski 2017-05-22 15:24:09 +0200
  • 49ee595bbe move observeWriteHeader method to base delegate stuart nelson 2017-05-19 16:17:10 +0200
  • 93a3ea2621 Remove unnecessary comment stuart nelson 2017-05-19 16:14:46 +0200
  • 91ef55af18 Add time to write header handler middleware stuart nelson 2017-05-11 22:27:31 +0200
  • 42552c195d Merge pull request #302 from prometheus/beorn7/http Björn Rabenstein 2017-05-11 16:12:51 +0200
  • 023c31fd59 Fix handling of ConstLabels in checkLabels beorn7 2017-05-10 20:39:36 +0200
  • 753a259e20 Improve promhttp tests beorn7 2017-05-10 19:49:36 +0200
  • b12dd9c58c Merge pull request #300 from prometheus/beorn7/http Björn Rabenstein 2017-05-09 23:03:59 +0200
  • 4ea620c5bf Point to promhttp in deprecation notices beorn7 2017-05-09 18:54:33 +0200
  • d300d5cf21 Instrument RoundTripper via middleware (#295) stuart nelson 2017-05-09 12:46:09 -0400
  • 94d184b101
    api: added go1.8 build tag Thomas Boerger 2017-05-09 11:25:45 +0200
  • 63bb61ab5d Always return response and err Stuart Nelson 2017-05-08 12:56:16 -0400
  • 51be061435 Address comments from beorn Stuart Nelson 2017-05-02 10:55:51 -0400
  • 15441079bc Update package doc comment Stuart Nelson 2017-05-02 10:41:41 -0400
  • 60ff76b70e Rename all client files to instrument_client Stuart Nelson 2017-05-02 10:30:22 -0400
  • 3b0e2d12b9 Build against go-1.8 stuart nelson 2017-04-26 16:18:59 +0200
  • e7cbef58af Separate code by build directive stuart nelson 2017-04-26 15:47:46 +0200
  • 890cefe94a Revert "Build for go 1.8.1, drop 1.6" stuart nelson 2017-04-26 15:42:05 +0200
  • 0fba3c19c6 Re-format InstrumentTrace struct stuart nelson 2017-04-26 15:41:35 +0200
  • 7d9484283e Merge pull request #291 from andrestc/query-label-values Julius Volz 2017-04-25 16:35:58 -0500
  • 8077e4bd69
    api: fix typo in comments André Carvalho 2017-04-25 18:15:57 -0300
  • 2c1b043e4e Build for go 1.8.1, drop 1.6 stuart nelson 2017-04-25 22:16:40 +0200
  • ec7947227c Update comments and examples stuart nelson 2017-04-25 22:16:29 +0200
  • 8966f9b3a8 Merge 18d6715b27 into d01fd62222 Tom Wilkie 2017-04-25 20:03:50 +0000
  • 5d19d9de34
    api: renames create client func André Carvalho 2017-04-25 11:37:13 -0300
  • 29ba5d1f92 Fix client_test.go stuart nelson 2017-04-25 15:29:38 +0200
  • 6fdb468212
    api: add build tag for go 1.7 André Carvalho 2017-04-24 18:05:17 -0300
  • 78c294c164 Add client stuart nelson 2017-04-24 21:31:03 +0200
  • c63d4b669e Merge 75683ad533 into d01fd62222 Zhao Shuailong 2017-04-24 19:20:28 +0000
  • 4ba74e5381 Merge f919184b9d into d01fd62222 Roman Vynar 2017-04-24 19:20:28 +0000
  • d01fd62222 new handler instrumentation (#285) stuart nelson 2017-04-24 21:13:19 +0200
  • f8ad1b55db Merge ff6630365b into 17f6046068 stuart nelson 2017-04-24 19:01:36 +0000
  • 17f6046068 Le Nit Final stuart nelson 2017-04-24 21:01:19 +0200
  • e6284cfbf5 @grobie nits again stuart nelson 2017-04-24 20:40:20 +0200
  • 53ab6b2d38 Final (hopefully) comments stuart nelson 2017-04-24 18:15:01 +0200
  • 8574e709bc Update promhttp doc comment stuart nelson 2017-04-24 11:44:06 +0200
  • 42c7f3dc7c Update delegator naming stuart nelson 2017-04-24 10:22:18 +0200
  • 09dcce7042
    api: uses context from net/http André Carvalho 2017-04-20 10:31:18 -0300
  • 11fae2ef0c
    api: uses stdlib context André Carvalho 2017-04-20 09:57:46 -0300
  • 349922b38c
    api: creates versioned package for prometheus v1 api André Carvalho 2017-04-19 18:24:14 -0300
  • 19f69fb020 Update comments. stuart nelson 2017-04-17 21:05:43 +0200
  • 9616d747fd Split out different delegators. stuart nelson 2017-04-17 20:58:35 +0200
  • f5448ba1e2 Update comments. stuart nelson 2017-04-17 20:58:21 +0200
  • b68de8b75e Add non-partitioned ObserverVec to test stuart nelson 2017-04-17 20:25:47 +0200
  • df6f99b065 Fix label function guard stuart nelson 2017-04-12 14:04:07 +0200
  • ac82a4f59a Fix test code stuart nelson 2017-04-12 14:03:57 +0200
  • a976bf9c1c Clean up test naming stuart nelson 2017-04-12 13:54:45 +0200
  • 7278c381f9 Support finer-grained interface checks. stuart nelson 2017-04-12 13:45:05 +0200
  • e988201140 Update comments stuart nelson 2017-04-12 12:31:01 +0200
  • c3b16fd127 Type conversion for Observers in tests stuart nelson 2017-04-05 21:26:02 +0200
  • 01f77b9d19 Add server instrumentation examples stuart nelson 2017-04-05 17:50:20 +0200
  • cd90e342b9 Update package comment stuart nelson 2017-04-05 17:50:11 +0200
  • edc9a19cc0 Split code for go-1.8 and go-1.7 stuart nelson 2017-04-05 17:49:53 +0200
  • 90f27ddac2 Fix comment stuart nelson 2017-04-05 15:50:20 +0200
  • 0529c32645 Update instanceLabel check code stuart nelson 2017-04-05 15:48:03 +0200
  • b84533e5d6 Cleanup comment stuart nelson 2017-04-05 15:43:41 +0200
  • 37b6886b35 Update naming stuart nelson 2017-04-05 15:41:35 +0200
  • ff6630365b Update naming stuart nelson 2017-04-05 15:29:53 +0200
  • 60166b2d1c Implement InstrumentTrace stuart nelson 2017-04-04 18:52:21 +0200
  • 9550ce2905 Use http.RoundTripper instead of Doer interface stuart nelson 2017-04-04 17:12:07 +0200
  • bc804cc283 Remove named return variables in client stuart nelson 2017-04-03 10:30:40 +0200
  • 08fd2e1237 Merge pull request #281 from adjust/add_gc_cpu_fraction Björn Rabenstein 2017-04-01 12:34:46 +0200
  • 7b5f0fdaa9
    api: fix godoc comment André Carvalho 2017-03-31 21:31:42 -0300