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

[v1.9] Backport 19153 #19634

Merged

Conversation

christarazi
Copy link
Member

@christarazi christarazi commented Apr 28, 2022

[ upstream commit 6c5e2d6 ]

[ Backporter's notes: Needed to bump the Prometheus module in order to
make the upstream commit pass Go's mod checks. ]

Prometheus provides metrics collectors that expose go runtime and go build
information, which can be useful to server administrators, lets expose
them.

Backport of #19153

Once this PR is merged, you can update the PR labels via:

$ for pr in 19153; do contrib/backporting/set-labels.py $pr done 1.9; done

@maintainer-s-little-helper maintainer-s-little-helper bot added backport/1.9 kind/backports This PR provides functionality previously merged into master. labels Apr 28, 2022
@christarazi christarazi changed the title metrics: Add go_* metrics and go_build_info metrics [v1.9] Backport 19153 Apr 28, 2022
@christarazi christarazi force-pushed the pr/christarazi/v1.9-backport-go-metrics branch 2 times, most recently from 6246f3c to e069ba1 Compare April 28, 2022 23:51
@christarazi
Copy link
Member Author

/test-backport-1.9

@aanm aanm force-pushed the pr/christarazi/v1.9-backport-go-metrics branch from e069ba1 to 6d4db78 Compare April 29, 2022 00:29
@christarazi christarazi force-pushed the pr/christarazi/v1.9-backport-go-metrics branch 2 times, most recently from 341799a to 1bb619a Compare April 29, 2022 01:02
@christarazi
Copy link
Member Author

/test-backport-1.9

@christarazi
Copy link
Member Author

/test-upstream-k8s

@christarazi christarazi marked this pull request as ready for review April 29, 2022 05:03
@christarazi christarazi requested a review from a team as a code owner April 29, 2022 05:03
go.mod Outdated Show resolved Hide resolved
go.mod Show resolved Hide resolved
Copy link
Contributor

@chancez chancez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but will defer to @joestringer on the protobuf aspect.

@christarazi
Copy link
Member Author

Noting that all of CI has passed.

[ upstream commit 6c5e2d6 ]

[ Backporter's notes: Needed to bump the Prometheus module in order to
                      make the upstream commit pass Go's mod checks. ]

Prometheus provides metrics collectors that expose go runtime and go build
information, which can be useful to server administrators, lets expose
them.

Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: Chris Tarazi <chris@isovalent.com>
@christarazi christarazi force-pushed the pr/christarazi/v1.9-backport-go-metrics branch from 1bb619a to bac65b2 Compare April 29, 2022 21:37
@christarazi
Copy link
Member Author

Marking ready to merge given we have approving reviews and CI has already passed before. I did push once more after CI passed, which the diff for is here. I didn't trigger another CI run because the diff was small and the sanity check smoke test runs should suffice as feedback that it's fine.

@christarazi christarazi added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label May 2, 2022
@aanm aanm merged commit 8b24ceb into cilium:v1.9 May 3, 2022
@christarazi christarazi deleted the pr/christarazi/v1.9-backport-go-metrics branch May 3, 2022 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backports This PR provides functionality previously merged into master. ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants