feat: add more host metrics - #1616
Merged
Merged
Conversation
dobrac
force-pushed
the
feat/add-more-host-metrics
branch
from
December 15, 2025 18:51
34e887c to
7eabdbb
Compare
dobrac
marked this pull request as ready for review
December 15, 2025 19:18
jakubno
approved these changes
Dec 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add metrics per host for:
Note
Enables process metrics and aggregates them per node into host-level metrics for open file descriptors, context switches, and thread count.
iac/provider-gcp/nomad/configs/otel-collector.yaml:processreceiver (withmute_process_all_errors: true) and collect selected metrics:process.open_file_descriptors,process.context_switches,process.threads.metricstransform/aggregate_process_metricsto rename and aggregate pernode.id:process.open_file_descriptors→system.open_file_descriptors(sum)process.context_switches→system.context_switches(sum)process.threads→system.threads(sum)metrics/hostto includemetricstransform/aggregate_process_metricsalongside existing processors.Written by Cursor Bugbot for commit e588b2a. This will update automatically on new commits. Configure here.