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: 适配路由器的内存指标 #14

Merged
merged 2 commits into from
May 22, 2024
Merged

Conversation

nangongchengfeng
Copy link
Contributor

您好,目前我使用这个组件监控路由器指标,目前再次基础上增加内存指标监控。
PR:

  • 增加内存监控的四个指标
  • 增加一些注释
  • 增加首页跳转指标页面
node_memory_buffers_bytes 0
# HELP node_memory_cached_bytes Cached memory in bytes.
# TYPE node_memory_cached_bytes gauge
node_memory_cached_bytes 1.1230531584e+10
# HELP node_memory_free_bytes Free memory in bytes.
# TYPE node_memory_free_bytes gauge
node_memory_free_bytes 3.25373952e+08
# HELP node_memory_total_bytes Total memory in bytes.
# TYPE node_memory_total_bytes gauge
node_memory_total_bytes 3.356504064e+10

image
image

Copy link

sonarcloud bot commented May 22, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@Bpazy
Copy link
Owner

Bpazy commented May 22, 2024

nice pr, 非常感谢

@Bpazy Bpazy merged commit d58498c into Bpazy:master May 22, 2024
2 checks passed
@Bpazy
Copy link
Owner

Bpazy commented May 22, 2024

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