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

feat: metrics #47

Merged
merged 1 commit into from
Jun 7, 2024
Merged

feat: metrics #47

merged 1 commit into from
Jun 7, 2024

Conversation

mikouaj
Copy link
Member

@mikouaj mikouaj commented Jun 7, 2024

Closes #37
Added boost metrics on metrics endpoint:

  • boost_configurations (gauge) - Number of registered Kube Startup CPU Boost configurations. Labels: namespace
  • boost_containers_total (counter) - Number of a containers which CPU resources were increased. Labels: namespace, boost
  • boost_containers_active (gauge) - Number of a containers which CPU resources and not yet reverted to their original values. Labels: namespace, boost

@mikouaj mikouaj marked this pull request as ready for review June 7, 2024 12:33
@mikouaj mikouaj merged commit a051f05 into main Jun 7, 2024
4 checks passed
@mikouaj mikouaj deleted the metrics branch June 12, 2024 09:13
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.

Feat: introduce metrics and metrics endpoint
1 participant