Commit Graph

  • 79ca574973 [ci] use github actions Artem Navoiev 2019-09-08 14:50:30 +0300
  • b9f1652800 Marshal integer *_sum metric for Summary without scientific notation Aliaksandr Valialkin 2019-08-13 13:24:46 +0300
  • c68df4bc3d Expose process_cpu_seconds_system_total and process_cpu_seconds_user_total in process metrics Aliaksandr Valialkin 2019-08-05 19:16:20 +0300
  • 5a9cdd0bef Add process_* metrics similar to the metrics exposed by https://github.com/prometheus/client_golang Aliaksandr Valialkin 2019-07-12 17:18:52 +0300
  • 2c308dd067 Properly handle metric names with lables when printing *_count and *_sum values for Summary Aliaksandr Valialkin 2019-06-28 14:14:47 +0300
  • 9ee7f68256 go.mod: remove go1.13 line, so it will compile on go1.12 and go1.11 Aliaksandr Valialkin 2019-06-28 14:02:13 +0300
  • d8a137bf94 Add <summary>_sum and <summary>_count values for Summary Aliaksandr Valialkin 2019-06-28 13:58:37 +0300
  • 6fc4c03c79 Update Summary quantiles before writing them to the output. Aliaksandr Valialkin 2019-06-28 11:13:36 +0300
  • 2280bf270b README.md: mention the ability to export distinct metric sets via distinct endpoints Aliaksandr Valialkin 2019-06-01 23:26:53 +0300
  • 0b2328476c typo fixes in ExampleSet Aliaksandr Valialkin 2019-06-01 23:24:25 +0300
  • ebce157dde Add Set for controlling metric sets to be exported via WritePrometheus call Aliaksandr Valialkin 2019-06-01 23:18:41 +0300
  • 487af0fbfc Add a reference to VictoriaMetrics in package docs Aliaksandr Valialkin 2019-04-21 02:56:28 +0300
  • fb18155057 metrics.go: remove unused startTime Aliaksandr Valialkin 2019-04-17 14:43:23 +0300
  • 6cd90960e1 Added GetOrCreateGauge to be consistent with Counter and Summary Aliaksandr Valialkin 2019-04-15 15:34:02 +0300
  • d8d17da673 Point to a Counter, which could be used as a gauge Aliaksandr Valialkin 2019-04-15 15:22:58 +0300
  • 7c4a402be3 README.md: point to an example for CounterVec alternative Aliaksandr Valialkin 2019-04-11 17:28:52 +0300
  • bded4324a5 Added examples Aliaksandr Valialkin 2019-04-11 17:26:20 +0300
  • 4ea76dd6b8 typo fix Aliaksandr Valialkin 2019-04-11 14:04:01 +0300
  • bf93e5d810 Added GetOrCreateSummary* Aliaksandr Valialkin 2019-04-11 14:03:30 +0300
  • fd3b1c9ee6 README.md: add whitespace Aliaksandr Valialkin 2019-04-11 13:07:29 +0300
  • bfffe95d07 refactored and added tests Aliaksandr Valialkin 2019-04-11 12:59:53 +0300
  • 0b4667243b README.md: prettifying Aliaksandr Valialkin 2019-04-10 17:24:35 +0300
  • adb3c38465 Add FAQ section Aliaksandr Valialkin 2019-04-10 16:16:34 +0300
  • 6b40edc7ad Return gauge object from NewGauge to be consistent with NewCounter and NewSummary Aliaksandr Valialkin 2019-04-10 15:14:47 +0300
  • d9e8d487bc metrics.go: improve docs Aliaksandr Valialkin 2019-04-08 21:15:17 +0300
  • a62b8e250a README.md: fixed NewGauge usage Aliaksandr Valialkin 2019-04-08 21:11:48 +0300
  • d3611a2799 Mention how to expose metrics on the /metrics page Aliaksandr Valialkin 2019-04-08 20:51:06 +0300
  • ab79b3496c README.md: remove unused badges Aliaksandr Valialkin 2019-04-08 17:10:39 +0300
  • 8fa7658180 README.md: prettifying Aliaksandr Valialkin 2019-04-08 17:05:34 +0300
  • 5cc39fde95 README.md: added usage section Aliaksandr Valialkin 2019-04-08 16:37:53 +0300
  • b1d3992f35 Initial commit Aliaksandr Valialkin 2019-04-08 16:29:16 +0300