Commit Graph

  • 1919ef1b31 repo fix main v1.14.0 re 2022-12-13 11:48:40 +0300
  • 07b1397ded
    examples: Add exemplars and middleware examples (#1173) Jéssica Lins 2022-11-22 22:42:31 +0100
  • 8b6e68085b
    Merge pull request #1171 from prometheus/beorn7/histogram Bartlomiej Plotka 2022-11-22 13:00:35 +0000
  • 043372ee04 Initialize atomic variables in histogramCounts with atomic.Store... beorn7 2022-11-14 15:03:17 +0100
  • efef9034c5 Rename histogram tests (from sparse to native) beorn7 2022-11-14 14:53:16 +0100
  • 449b464350
    Merge pull request #1166 from prometheus/beorn7/doc Björn Rabenstein 2022-11-10 09:40:14 +0100
  • b804be1e63 Fix typo in doc comment beorn7 2022-11-09 17:56:59 +0100
  • db41dad599
    Merge pull request #1164 from prometheus/release-1.14 Kemal Akkoyun 2022-11-08 09:47:31 +0100
  • 254e546841
    Merge pull request #1162 from kakkoyun/cut-1.14.0 release-1.14 Bartlomiej Plotka 2022-11-08 09:06:03 +0100
  • c8a3d321a0 Cut v1.14.0 Kemal Akkoyun 2022-11-08 05:00:31 +0100
  • 07d3a81494
    Merge pull request #1161 from prometheus/release-1.13 Bartlomiej Plotka 2022-11-08 00:15:39 +0100
  • 870469ecf9
    Test and support 1.19 (#1160) Kemal Akkoyun 2022-11-08 00:14:19 +0100
  • b785d0c828
    Fix go_collector_latest_test Fail on go1.19 (#1136) copy rogers 2022-11-08 03:17:41 +0800
  • 4d54769c6b
    Fix float64 comparison test failure on archs using FMA (#1133) Seth Bunce 2022-11-07 10:20:43 -0800
  • 53e51c4f53
    Merge pull request #1157 from prometheus/cut-1.13.1 v1.13.1 release-1.13 Kemal Akkoyun 2022-11-02 09:12:58 +0100
  • 79ca0eb2ba Added tip from Björn + Grammarly. bwplotka 2022-11-01 16:54:19 +0000
  • 078f11f85b Cut 1.13.1 release (+ documenting release process). bwplotka 2022-11-01 16:37:13 +0000
  • ddd7f0edcd Fix race condition with Exemplar in Counter (#1146) Fabian Stäber 2022-10-17 20:50:50 +0200
  • 1f93f64580 Fix `CumulativeCount` value of `+Inf` bucket created from exemplar (#1148) Balint Zsilavecz 2022-10-13 12:52:19 +0100
  • 8cc2b6c472 Fix double-counting bug in promhttp.InstrumentRoundTripperCounter (#1118) Dave Henderson 2022-08-22 01:28:46 -0400
  • 5f202eefdb
    Merge pull request #1150 from prometheus/sparsehistogram Björn Rabenstein 2022-10-31 16:55:36 +0100
  • fffb76cafe Merge branch 'main' into sparsehistogram beorn7 2022-10-31 16:30:59 +0100
  • e92a8c7f48 Avoid the term 'sparse' where possible beorn7 2022-10-27 22:31:38 +0200
  • 0859bb8f37
    Merge pull request #1152 from jessicalins/update-to-custom-reg Kemal Akkoyun 2022-10-26 10:15:58 -0400
  • a340ca4ba6
    Run make format Jéssica Lins 2022-10-21 17:23:15 +0200
  • 6056615b26
    Update random example to use custom registry Jéssica Lins 2022-10-21 16:47:21 +0200
  • 0b7f4888b0
    Update simple example to use custom registry Jéssica Lins 2022-10-21 16:21:19 +0200
  • 9b5c5b8a47
    Update basic example to use custom registry Jéssica Lins 2022-10-21 15:47:51 +0200
  • d31f13b599 Add SparseBucketsZeroThresholdZero and groom doc comments beorn7 2022-10-19 19:02:43 +0200
  • 58a8ca4588 examples: Adjust doc comment for native histograms beorn7 2022-10-19 18:38:57 +0200
  • 4e71e6ff20 Update prometheus/client_model dependency beorn7 2022-10-19 18:14:37 +0200
  • 111fae11e1 Merge branch 'main' into sparsehistogram beorn7 2022-10-19 18:09:21 +0200
  • 10b0550932
    Fix race condition with Exemplar in Counter (#1146) Fabian Stäber 2022-10-17 20:50:50 +0200
  • dcea97eee2
    Fix `CumulativeCount` value of `+Inf` bucket created from exemplar (#1148) Balint Zsilavecz 2022-10-13 12:52:19 +0100
  • 25bc1886c0
    Merge pull request #1144 from prometheus/beorn7/histogram2 Björn Rabenstein 2022-10-11 12:57:40 +0200
  • 6942f9e454 sparse buckets: Fix handling of +Inf/-Inf/NaN observations beorn7 2022-10-05 15:37:48 +0200
  • 10c61faba7 Update common Prometheus files repo_sync prombot 2022-09-15 17:52:15 +0000
  • 9801a4e3ce
    Examples: Replace deprecated WithGoCollections with WithGoCollectorRuntimeMetrics (#1130) rogerogers 2022-09-12 17:24:20 +0800
  • 7c46c150bd
    Clarify documentation around what constructors do (#1125) Rafael Franco 2022-09-12 10:17:56 +0100
  • 95cf173f19 Merge branch 'main' into sparsehistogram beorn7 2022-08-23 14:28:33 +0200
  • 83d56b1144
    Extend prometheus.Registry to implement Collector (#1103) Robert Fratto 2022-08-23 05:09:29 -0400
  • db2636b0a3 Assure we exhaust bodies of all HTTP responses. errcapture bwplotka 2022-08-22 19:37:52 +0200
  • 4c41dfbcd5
    Clarify exemplar(Add|Observe) by renaming to (add|observe)WithExemplar (#1122) Dave Henderson 2022-08-22 11:31:08 -0400
  • f73e3cc0e2
    Fix double-counting bug in promhttp.InstrumentRoundTripperCounter (#1118) Dave Henderson 2022-08-22 01:28:46 -0400
  • c7aa2a5b84
    Merge pull request #1113 from prometheus/release-1.13 Kemal Akkoyun 2022-08-06 10:02:27 +0200
  • 1e61b8ea3c
    Update common Prometheus files (#1111) PrometheusBot 2022-08-05 22:38:30 +0200
  • 64435fc00a
    Cut 1.13.0 (#1110) v1.13.0 Bartlomiej Plotka 2022-08-05 20:31:42 +0200
  • 5b7e8b2e67
    collectors.GoCollector: Added rule support for granular metric configuration. (#1102) Bartlomiej Plotka 2022-08-05 19:37:46 +0200
  • d44fbbefdd
    Fix build against GopherJS (#897) Christian Stewart 2022-08-05 07:28:54 -0700
  • 1638da9ae4
    testutil: Add ScrapeAndCompare (#1043) Soroosh Azary Marhabi 2022-08-05 18:57:47 +0430
  • c576b951ad
    Generate new Go runtime metrics for go 1.19 (#1105) Kemal Akkoyun 2022-08-05 15:48:33 +0200
  • 618194de6a
    fix assorted oddities found by golangci-lint (#1040) Christoph Mewes 2022-08-03 06:30:51 +0200
  • c7488be2e4
    Added exemplar support to http middleware. (#1055) Bartlomiej Plotka 2022-08-02 19:33:08 +0200
  • 3faf3bae70
    Fixed support for unordered input of exemplars. (#1100) Bartlomiej Plotka 2022-08-02 11:32:30 +0200
  • 44ce5e1ee5
    Ensure tests verify request params (#1047) Joseph Woodward 2022-08-02 10:24:17 +0100
  • 807b1ee73c
    explicitly add +inf bucket in withExemplarsMetric (#1094) Arun Mahendra 2022-08-02 04:48:18 -0400
  • c6d4e40244
    Bump github.com/prometheus/procfs from 0.7.3 to 0.8.0 (#1097) dependabot[bot] 2022-08-02 10:43:54 +0200
  • 44c2c4de85
    Remove ioutil (#1096) inosato 2022-08-02 17:27:49 +0900
  • 76cdae298e
    Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#1099) dependabot[bot] 2022-08-02 10:24:34 +0200
  • 9154d30db7
    Bump github.com/prometheus/common from 0.35.0 to 0.37.0 (#1098) dependabot[bot] 2022-08-02 10:23:53 +0200
  • a528affed9
    Update documentation for exemplar label limit (#1095) Fredrik Enestad 2022-07-27 17:45:49 +0200
  • ec86ef1833
    Merge pull request #1092 from prometheus/beorn7/histogram Björn Rabenstein 2022-07-20 13:26:40 +0200
  • 8cbcd4076a histograms: Move to new exposition protobuf format beorn7 2022-07-19 16:47:44 +0200
  • ba4a543ab4
    Raise exemplar labels limit from 64 to 128 (#1091) Bryan Boreham 2022-07-19 15:50:45 +0100
  • 6141a0784e Merge branch 'main' into sparsehistogram beorn7 2022-07-19 14:53:32 +0200
  • 082c0a2fdb
    Merge pull request #1084 from prometheus/beorn7/release release-1.12 Kemal Akkoyun 2022-07-12 07:58:21 +0200
  • f358b48e57 Merge commit 'e203144f43306c1f344fbc548fd02c4b79962e30' into beorn7/release beorn7 2022-07-07 18:42:59 +0200
  • 3d482bb7cf
    Merge pull request #1081 from prometheus/beorn7/release Bartlomiej Plotka 2022-07-07 18:19:45 +0200
  • 5a321c7b05 Merge branch 'foo-commit' into sparsehistogram beorn7 2022-07-07 16:40:47 +0200
  • c1f2d13898 Merge branch 'release-1.12' into beorn7/release beorn7 2022-07-06 16:57:58 +0200
  • 5da7b61481
    Fix version number in VERSION (#1080) Björn Rabenstein 2022-07-06 16:42:00 +0200
  • c6a634fa36
    Merge release-1.12 branch back into main (#1079) Björn Rabenstein 2022-07-06 16:41:38 +0200
  • e93e38410f Merge branch 'beorn7/release' into sparsehistogram beorn7 2022-07-06 16:37:46 +0200
  • a516626ff3 Merge branch 'release-1.12' into beorn7/release beorn7 2022-07-06 16:27:54 +0200
  • 525d042127 Merge branch 'main' into sparsehistogram beorn7 2022-07-06 16:09:36 +0200
  • e8f91604d8
    Bump github.com/prometheus/common from 0.34.0 to 0.35.0 (#1076) dependabot[bot] 2022-07-04 10:31:16 +0200
  • 810fcb46ab
    Add Error API for pusher (#1075) Curith 2022-06-30 23:00:36 +0800
  • 4ad265f1b4
    Update common Prometheus files (#1068) PrometheusBot 2022-06-20 16:17:57 +0200
  • 6ba7871ebb
    Merge branch 'main' into sparsehistogram Ganesh Vernekar 2022-06-20 16:50:03 +0530
  • 2cfd1eb960
    Enable same linters as the Prometheus repo itself (#1056) Soroosh Azary Marhabi 2022-06-17 11:34:06 +0430
  • ebd77f0360
    Update common Prometheus files (#1064) PrometheusBot 2022-06-14 00:19:38 +0200
  • 2c3d072cdd
    Add GitHub settings (#1063) Ben Kochie 2022-06-07 08:51:36 +0200
  • e38d614cd6
    Update minimum supported Go version (#1062) Ben Kochie 2022-06-05 10:01:13 +0200
  • 0dd939295e
    Update common Prometheus files (#1061) PrometheusBot 2022-06-03 08:15:32 +0200
  • eb59a7b3d7
    Histogram: Fix bug with negative schemas (#1054) Björn Rabenstein 2022-05-15 20:22:30 +0200
  • b2372302ca Merge branch 'main' into sparsehistogram beorn7 2022-05-15 14:16:16 +0200
  • 5d584e2717
    Update readme (#1053) Kemal Akkoyun 2022-05-14 10:10:15 +0200
  • e203144f43 Merge branch 'release-1.12' of github.com:prometheus/client_golang into release-1.12 v1.12.2 Kemal Akkoyun 2022-05-13 12:05:14 +0200
  • 0e136d10da
    Cut v1.12.2 (#1052) Kemal Akkoyun 2022-05-13 12:00:21 +0200
  • a27b6d74f6 Fix conflicts Kemal Akkoyun 2022-05-13 10:59:26 +0200
  • 5fe1d33cea Remove -Inf buckets from go collector histograms (#1049) Kemal Akkoyun 2022-05-13 10:04:45 +0200
  • 049d0fe55b prometheus: Fix convention violating names for generated collector metrics (#1048) Kemal Akkoyun 2022-05-09 10:33:45 +0200
  • 7eb9d111f9 gocollector: Reverted client_golang v1.12 addition of runtime/metrics metrics by default. (#1033) Bartlomiej Plotka 2022-04-13 20:43:29 +0200
  • d498b3cdd9 gocollector: Added options to Go Collector for changing the (#1031) Bartlomiej Plotka 2022-04-13 10:55:22 +0200
  • 585540a010 Fix deprecated `NewBuildInfoCollector` API alissa-tung 2022-03-16 17:46:48 +0800
  • 39cf574e99 Cut v1.12.1 (#978) Kemal Akkoyun 2022-01-29 15:48:34 +0100
  • 9b785b0349 Reduce granularity of histogram buckets for Go 1.17 collector (#974) Michael Knyszek 2022-01-27 23:46:45 -0500
  • 5a529ae06b API client: make http reads more efficient (#976) Bryan Boreham 2022-01-25 10:16:10 +0000
  • d32edd6083 Use simpler locking in the Go 1.17 collector (#975) Michael Knyszek 2022-01-25 02:43:45 -0500
  • 772b89389c Make the Go 1.17 collector thread-safe (#969) Michael Knyszek 2022-01-21 02:34:45 -0500