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

[stacked 2/5] metrics: add de-facto standard collectors. #404

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

klihub
Copy link
Collaborator

@klihub klihub commented Nov 11, 2024

Notes: This PR is stacked on top of #403.

Add a metrics/collectors subpackage to register the fairly standard buildinfo, process and golang runtime collectors. Turn on the buildinfo collector by default.

@klihub klihub force-pushed the metrics/standard-collectors branch 2 times, most recently from df856a6 to 095de2c Compare November 11, 2024 22:56
@klihub klihub changed the title [2/4]: metrics: add de-facto standard collectors. [2/5]: metrics: add de-facto standard collectors. Nov 11, 2024
Copy link

@pfl pfl left a comment

Choose a reason for hiding this comment

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

Apparently only the last commit was different from 403.

@klihub
Copy link
Collaborator Author

klihub commented Nov 12, 2024

Apparently only the last commit was different from 403.

Yes, this is effectively a single-commit PR, it's just stacked on top of #403.

@klihub klihub force-pushed the metrics/standard-collectors branch 4 times, most recently from 0ce588f to be87761 Compare November 13, 2024 09:45
@klihub klihub marked this pull request as ready for review November 13, 2024 13:29
@klihub klihub changed the title [2/5]: metrics: add de-facto standard collectors. [stack: 2/5]: metrics: add de-facto standard collectors. Nov 13, 2024
@klihub klihub changed the title [stack: 2/5]: metrics: add de-facto standard collectors. [stacked 2/5]: metrics: add de-facto standard collectors. Nov 13, 2024
@klihub klihub changed the title [stacked 2/5]: metrics: add de-facto standard collectors. [stacked 2/5] metrics: add de-facto standard collectors. Nov 13, 2024
@klihub klihub force-pushed the metrics/standard-collectors branch 13 times, most recently from 3462096 to 7924a67 Compare November 19, 2024 14:33
Copy link
Collaborator

@askervin askervin left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -33,9 +35,10 @@ type Config struct {
// +optional
// +kubebuilder:example="otlp-http://localhost:4318"
TracingCollector string `json:"tracingCollector,omitempty"`
// ReportPeriod is the interval between reporting aggregated metrics.
// ReportPeriod is the interval between between collecting polled metrics.
Copy link
Collaborator

Choose a reason for hiding this comment

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

s/between between/between

Add a metrics/collectors subpackage. When imported it pulls
in and registers the fairly standard buildinfo, process and
golang runtime collectors. Turn on the build info collector
by default.

Signed-off-by: Krisztian Litkey <[email protected]>
@askervin askervin merged commit 9c00517 into containers:main Nov 20, 2024
4 checks passed
@klihub klihub deleted the metrics/standard-collectors branch November 20, 2024 08:15
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.

3 participants