Commit graph

  • cb271e1974
    Merge pull request #3 from Typeform/secrets-scan Matias Ozdy 2021-05-19 09:49:34 +0200
  • 405a2215b8
    Update secrets-scan.yml Matias Ozdy 2021-05-19 09:49:13 +0200
  • 6bfcd4fca9
    Create secrets-scan.yml Matias Ozdy 2021-05-19 09:37:27 +0200
  • 735efb9bb2
    Merge pull request #2 from javigomez/patch-1 Ivan Ilves 2021-05-14 15:08:48 +0200
  • c5590d03b6
    chore: [SETI-1182] update Codeowners Javier Gomez 2021-05-14 15:07:55 +0200
  • 1a86938882
    Merge pull request #374 from prometheus/repo_sync Matthias Rampke 2021-05-06 11:52:31 +0200
  • cd27e25711
    Merge pull request #376 from royeo/master Matthias Rampke 2021-05-06 11:51:57 +0200
  • 393b4ca495 Fix comment #376 royeo 2021-05-06 16:07:17 +0800
  • ea25c7a114
    Release 0.20.2 v0.20.2 Matthias Rampke 2021-05-03 15:25:02 +0000
  • 2a6bbd7827
    Merge pull request #375 from bakins/lru-cache Matthias Rampke 2021-05-03 17:19:39 +0200
  • a8f8067315 Use groupcache for LRU cache #375 Brian Akins 2021-04-28 12:12:24 -0400
  • c552b8b84b Update common Prometheus files #374 prombot 2021-04-14 00:01:41 +0000
  • ce538cbae2
    Merge pull request #373 from prometheus/repo_sync Matthias Rampke 2021-04-01 08:31:59 +0200
  • b8d1fde4e4 Update common Prometheus files #373 prombot 2021-03-31 00:01:37 +0000
  • 2b5239a67f
    Changelog for #365, cut bugfix release v0.20.1 Matthias Rampke 2021-03-26 17:23:09 +0000
  • a8c09aaa97
    Merge pull request #365 from glightfoot/segment-numbers Matthias Rampke 2021-03-26 18:20:30 +0100
  • 5793e05795
    Add additional tests for #365 #365 Matthias Rampke 2021-03-26 16:54:29 +0000
  • 5f7d52f795 Changelog for #363 & version bump Matthias Rampke 2021-03-26 09:12:50 +0000
  • 84e68332f3
    Merge pull request #366 from prometheus/matthiasr/gitpod-setup Matthias Rampke 2021-03-26 10:02:24 +0100
  • 12281a972e
    Merge pull request #363 from glightfoot/cache-interface Matthias Rampke 2021-03-26 10:00:30 +0100
  • 8b496dfab5
    Merge pull request #372 from matthiasr/mr/fix-yaml-backslash-quoting Matthias Rampke 2021-03-23 18:30:24 +0100
  • da69d725d0 Escape backslashes in regex examples #372 Matthias Rampke 2021-03-23 16:48:48 +0000
  • e462a256b1
    Merge pull request #370 from prometheus/repo_sync Matthias Rampke 2021-03-23 07:12:54 +0100
  • ad8d919409 Update common Prometheus files #370 prombot 2021-03-22 00:02:18 +0000
  • 0151d93b46
    Merge pull request #369 from prometheus/superq/vendor Matthias Rampke 2021-03-18 15:08:04 +0100
  • 8e28d7acca
    Update build #369 Ben Kochie 2021-03-18 11:15:17 +0100
  • ad0c3a62e1
    Merge pull request #368 from prometheus/repo_sync Ben Kochie 2021-03-18 11:12:46 +0100
  • 094f3cd9e5
    Bump Go to 1.16. #368 Ben Kochie 2021-03-18 10:47:05 +0100
  • 4962fd01ae Update common Prometheus files prombot 2021-03-18 00:02:33 +0000
  • b3aafad8f0
    Merge pull request #367 from prometheus/repo_sync Matthias Rampke 2021-03-17 23:09:41 +0100
  • b1045e33ac Update common Prometheus files #367 prombot 2021-03-17 00:02:33 +0000
  • f1ca904c98 Fully automate dev setup with Gitpod #366 Matthias Rampke 2021-03-09 20:53:31 +0000
  • a197834f64 Add comments about thread-safety #363 glightfoot 2021-02-19 14:13:03 -0500
  • 8b306c8c76 remove noop cache, add helper function for tests glightfoot 2021-02-19 11:17:27 -0500
  • 0c4a66e6a1 rework metricLineRE to support matching segments that start with a number glightfoot 2021-02-07 11:13:35 -0500
  • aa529c8884 rename mapper_cache to mappercache glightfoot 2021-02-06 23:27:11 -0500
  • 940e653ea6 cleanup glightfoot 2021-02-06 23:21:49 -0500
  • 32c612d5e8 add license glightfoot 2021-02-06 23:03:22 -0500
  • de9a51c863 fix TestMultipleMatches mapping indent glightfoot 2021-02-06 22:59:41 -0500
  • 0099df7f71 move lru and rr mapper caches to their own package and make mapper_cache a better an interface for implementing externally` glightfoot 2021-02-06 19:22:29 -0500
  • fbcadbf71b
    Changelog for #361 & release 0.20.0 v0.20.0 Matthias Rampke 2021-02-05 16:44:29 +0000
  • eeeedce405
    Merge pull request #361 from glightfoot/defaults2 Matthias Rampke 2021-02-05 16:32:22 +0000
  • 8115b37bd9
    Changelog for #360 & patch release v0.19.1 Matthias Rampke 2021-01-29 10:25:04 +0000
  • 799943cb47
    Merge pull request #360 from glightfoot/quit Matthias Rampke 2021-01-29 10:08:05 +0000
  • ee3b81b864 use a quit channel and log exit messages #360 glightfoot 2021-01-28 15:22:45 -0500
  • f8bba00868 format and clarify alias type comment #361 glightfoot 2021-01-28 14:24:41 -0500
  • 66a63a8c1f use summary options defaults in registry glightfoot 2021-01-28 14:16:40 -0500
  • 58aed41ff2 remove deprecated fields from mapper defaults config glightfoot 2021-01-28 13:59:42 -0500
  • 06411336c7 add support for setting histogram_options and summary_options in defaults glightfoot 2021-01-28 13:37:56 -0500
  • 9cd6e54279 remove unnecessary clone methods #359 glightfoot 2021-01-28 12:30:55 -0500
  • 3673e56e85 make histogram and summary options always non-nil in defaults struct glightfoot 2021-01-28 11:32:44 -0500
  • 0ea986a974 allow partial overrides of summary_options in mappings glightfoot 2021-01-28 11:11:55 -0500
  • 38fdc17c42 add methods for getting default histogram and summary options glightfoot 2021-01-28 10:33:51 -0500
  • d739ffdbbc add more tests, update README, fully deprecate default quantiles/buckets in favor of histogram_options and summary_options glightfoot 2021-01-28 09:36:57 -0500
  • 593b63a1aa remove redundant testcase comments, add test cases for default and non-default histogram and summary options glightfoot 2021-01-28 08:58:39 -0500
  • 2266d22711 add clone methods instead of manual copying glightfoot 2021-01-27 13:44:23 -0500
  • 6a9749cd42 don't return empty responses to lifecycle api requests glightfoot 2021-01-26 13:29:23 -0500
  • f71f8ed7da use named sub tests for mapper tests glightfoot 2021-01-26 11:34:11 -0500
  • e9d3c84670 add tests for histogram and summary option defaults glightfoot 2021-01-26 11:07:32 -0500
  • 4c332ce6d0 add default histogram and summary options glightfoot 2021-01-26 09:58:19 -0500
  • 64dd103e3f
    Merge pull request #354 from prometheus/mr/glob-regex-documentation v0.19.0 Matthias Rampke 2021-01-22 12:58:01 +0000
  • bade06f775
    Clarify ordering more #354 Matthias Rampke 2021-01-22 12:55:37 +0000
  • 4171ba0c9b
    Add changelog entry for #357 Matthias Rampke 2021-01-22 12:40:09 +0000
  • eef7922de8
    Merge pull request #357 from alexanderritola/reorder-checkconfig Matthias Rampke 2021-01-22 12:37:16 +0000
  • 175e9a6728 Refactor startup order to not grab ports when checkConfig is true #357 alexanderritola 2021-01-19 18:48:44 -0800
  • cafe6c75b8
    Merge pull request #356 from prometheus/repo_sync Matthias Rampke 2021-01-18 08:30:29 +0000
  • 7e8ab9bad7 Update common Prometheus files #356 prombot 2021-01-18 00:05:00 +0000
  • 64c79eea8b
    Reorder and rework glob vs. regex documentation Matthias Rampke 2020-12-18 09:22:45 +0000
  • 5a7d7fe3d0
    Merge pull request #352 from bakins/parser-interface Matthias Rampke 2020-12-18 09:50:43 +0100
  • 709c0da81b Use a Parser interface to allow alternate implementations #352 bakins 2020-12-10 13:12:42 -0500
  • 8b2b4c1a2b
    Changelog for #347 Matthias Rampke 2020-11-24 08:20:27 +0000
  • 8772c03c0f
    Merge pull request #347 from grafana/custom-registry Matthias Rampke 2020-11-24 09:18:10 +0100
  • b5deeda251 Pass around custom registry for registering exporter metrics #347 Robert Fratto 2020-11-20 14:14:14 -0500
  • 066a87b714
    Create SECURITY.md #346 sergk-mambu 2020-11-06 16:27:31 +0100
  • dcd95d01df
    Merge pull request #345 from prometheus/repo_sync Matthias Rampke 2020-11-04 17:57:22 +0000
  • dc1f856da1 Update common Prometheus files #345 prombot 2020-11-04 00:10:00 +0000
  • 7c792fba66
    Merge pull request #344 from prometheus/repo_sync Matthias Rampke 2020-10-23 09:46:37 +0200
  • 45b616fe8c
    Merge pull request #343 from bakins/registry-interface Matthias Rampke 2020-10-23 09:37:19 +0200
  • ede356f65e Update common Prometheus files #344 prombot 2020-10-23 00:10:05 +0000
  • 4acb05aa89 Use an interface for Registry so we may have multiple implementations #343 bakins 2020-10-22 10:07:58 -0400
  • 420dc651d8
    Version bump + changelog for #339 Matthias Rampke 2020-10-15 07:03:16 +0000
  • cba4a0783a
    Merge pull request #339 from yaron-idan/add-health-endpoint Matthias Rampke 2020-10-15 07:01:42 +0000
  • f5e400962a remove flag and add ready endpoint #339 Yaron Idan 2020-10-12 13:44:00 +0300
  • 3ed211ec7a
    Merge pull request #341 from dsabsay/cleanup-docs Matthias Rampke 2020-10-05 09:41:04 +0000
  • e7b26d48bc
    Merge pull request #340 from roidelapluie/115go Matthias Rampke 2020-10-05 09:39:58 +0000
  • 07c754c759 Minor documentation fixes #341 Daniel Sabsay 2020-09-25 14:00:34 -0700
  • a94056e060 Bump go to 1.15 #340 Julien Pivotto 2020-09-14 18:46:06 +0200
  • f0c7abebb1 add healthcheck endpoint Yaron Idan 2020-09-12 17:23:43 +0300
  • da85f9d207
    Merge pull request #335 from shmsr/dup-init-vars Matthias Rampke 2020-09-07 09:38:12 +0200
  • 477d566101
    Merge pull request #334 from shmsr/error-small-case Matthias Rampke 2020-09-07 09:34:11 +0200
  • 4c0e26bfa1 Avoid unnecessary initialization of variables #335 subham sarkar 2020-09-06 16:40:38 +0530
  • 2c4cda7fb3 Change casing of error messages #334 subham sarkar 2020-09-06 16:33:18 +0530
  • 424d4781ca
    Merge pull request #333 from shmsr/gauge-interface Matthias Rampke 2020-09-04 17:08:20 +0200
  • d93907009c Use prometheus.Gauge interface instead of prometheus.Counter #333 subham sarkar 2020-09-04 20:06:27 +0530
  • b19217a19b
    Merge pull request #332 from prometheus/repo_sync Matthias Rampke 2020-09-03 08:28:35 +0200
  • 96410eb4f5 Update common Prometheus files #332 prombot 2020-09-03 00:10:16 +0000
  • 0ecfa3e366 Add CODEOWNERS Ivan Ilves 2020-09-02 18:00:29 +0200
  • dd0a8cfdc8 Add option to allow using another Registerer #331 bakins 2020-08-26 10:34:36 -0400
  • bac6cbe8c5
    Release 0.18.0 v0.18.0 Matthias Rampke 2020-08-21 09:47:31 +0000
  • a73707d102
    Merge pull request #329 from glightfoot/reload-api Matthias Rampke 2020-08-21 12:02:18 +0200