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: add sysinfo metrics #1139

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nikhilsinhaparseable
Copy link
Contributor

collect CPU usage, memory usage of the server
collect disk usage of the volume - data, staging, hot-tier
add these metrics to Prometheus Metrics

export these metrics to cluster metrics API
add the metrics to pmeta stream
add the querier node's sysinfo metrics to pmeta and cluster metrics API

@coveralls
Copy link

Pull Request Test Coverage Report for Build 13025834726

Details

  • 0 of 390 (0.0%) changed or added relevant lines in 8 files are covered.
  • 4 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.2%) to 12.761%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/handlers/http/modal/ingest_server.rs 0 1 0.0%
src/handlers/http/modal/server.rs 0 1 0.0%
src/handlers/http/modal/query_server.rs 0 2 0.0%
src/correlation.rs 0 3 0.0%
src/handlers/http/cluster/mod.rs 0 11 0.0%
src/handlers/http/ingest.rs 0 14 0.0%
src/metrics/mod.rs 0 174 0.0%
src/metrics/prom_utils.rs 0 184 0.0%
Files with Coverage Reduction New Missed Lines %
src/handlers/http/cluster/mod.rs 1 0.0%
src/metrics/mod.rs 3 0.0%
Totals Coverage Status
Change from base Build 13025432081: -0.2%
Covered Lines: 2477
Relevant Lines: 19411

💛 - Coveralls

collect CPU usage, memory usage of the server
collect disk usage of the volume - data, staging, hot-tier
add these metrics to Prometheus Metrics

export these metrics to cluster metrics API
add the metrics to pmeta stream
add the querier node's sysinfo metrics to pmeta and cluster metrics API
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