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

metrics: add metrics monitoring system CPU and memory #501

Open
wants to merge 15 commits into
base: pre-release
Choose a base branch
from

Conversation

c98tristan
Copy link
Contributor

@c98tristan c98tristan commented Dec 30, 2024

Prerequisite: 

Information

This pull request introduces significant changes to the system monitoring metrics, including the addition of new metrics and the refactoring of existing ones.

CPU Metrics Implementation:

  • Added new files to handle CPU metrics collection, including platform-specific implementations (metrics/cpu.go, metrics/cpu_disabled.go, metrics/cpu_enabled.go, metrics/cputime_nop.go, metrics/cputime_unix.go). [1] [2] [3] [4] [5]
  • Update and add some memory monitoring metrics collection.

Reference:

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.

1 participant