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

maint: cherry pick v2.8.4 commits into main. #1383

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

TylerHelmuth
Copy link
Contributor

Which problem is this PR solving?

  • gets the changes from 2.8.4 into main

Short description of the changes

  • update collector_collect_loop_duration_ms type
  • run make all
  • get 2.8.4 changelog and release notes.

…gram (#1381)

## Which problem is this PR solving?

- Recording the value as a guage meant that a lot of values were missed
as the older values got overwritten by newer values. This meant the
largest value in the interval may not get exported.

## Short description of the changes

- Switch `collector_collect_loop_duration_ms` from gauge to histogram to
make sure max values are captured.
## Which problem is this PR solving?

- prep 2.8.4 release

## Short description of the changes

- run `make all` (we forgot to do this on the 2.8.3-release branch).
- update changelog
- update release notes
@TylerHelmuth TylerHelmuth requested a review from a team as a code owner October 11, 2024 16:34
@TylerHelmuth TylerHelmuth merged commit 71a2179 into main Oct 11, 2024
6 checks passed
@TylerHelmuth TylerHelmuth deleted the tyler.merge-release-into-main branch October 11, 2024 17:20
TylerHelmuth added a commit that referenced this pull request Oct 16, 2024
- gets the changes from 2.8.4 into main

- update `collector_collect_loop_duration_ms` type
- run `make all`
- get 2.8.4 changelog and release notes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants