Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfixes + Cut 1.13.1 + documenting release process. #1157

Merged
merged 5 commits into from Nov 2, 2022

Commits on Nov 1, 2022

  1. Fix double-counting bug in promhttp.InstrumentRoundTripperCounter (#1118

    )
    
    Signed-off-by: Dave Henderson <dhenderson@gmail.com>
    
    Signed-off-by: Dave Henderson <dhenderson@gmail.com>
    hairyhenderson authored and bwplotka committed Nov 1, 2022
    Copy the full SHA
    8cc2b6c View commit details
    Browse the repository at this point in the history
  2. Fix CumulativeCount value of +Inf bucket created from exemplar (#…

    …1148)
    
    * Fix `CumulativeCount` value of `+Inf` bucket created from exemplar
    
    Signed-off-by: Balint Zsilavecz <balint.zsilavecz@skyscanner.net>
    
    * Update prometheus/metric_test.go
    
    Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
    Signed-off-by: Balint Zsilavecz <balint.zsilavecz@skyscanner.net>
    
    * Clarify description of implicit `+Inf` bucket count
    
    Signed-off-by: Balint Zsilavecz <balint.zsilavecz@skyscanner.net>
    
    * Fix test variables
    
    Signed-off-by: Balint Zsilavecz <balint.zsilavecz@skyscanner.net>
    
    Signed-off-by: Balint Zsilavecz <balint.zsilavecz@skyscanner.net>
    Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
    balintzs and bwplotka committed Nov 1, 2022
    Copy the full SHA
    1f93f64 View commit details
    Browse the repository at this point in the history
  3. Fix race condition with Exemplar in Counter (#1146)

    * Fix race condition with Exemplar in Counter
    
    Potential fix for #1145.
    
    Signed-off-by: Fabian Stäber <fabian@fstab.de>
    
    * Fix race condition with Exemplar in Counter
    
    Signed-off-by: Fabian Stäber <fabian@fstab.de>
    
    Signed-off-by: Fabian Stäber <fabian@fstab.de>
    fstab authored and bwplotka committed Nov 1, 2022
    Copy the full SHA
    ddd7f0e View commit details
    Browse the repository at this point in the history
  4. Cut 1.13.1 release (+ documenting release process).

    Signed-off-by: bwplotka <bwplotka@gmail.com>
    bwplotka committed Nov 1, 2022
    Copy the full SHA
    078f11f View commit details
    Browse the repository at this point in the history
  5. Added tip from Björn + Grammarly.

    Signed-off-by: bwplotka <bwplotka@gmail.com>
    bwplotka committed Nov 1, 2022
    Copy the full SHA
    79ca0eb View commit details
    Browse the repository at this point in the history