Merged
Conversation
bad0d30 to
b307e08
Compare
b307e08 to
942c2cc
Compare
942c2cc to
907d64c
Compare
A underscore was missing if no global prefix was set
JojiiOfficial
approved these changes
Oct 31, 2025
timvisee
added a commit
that referenced
this pull request
Nov 14, 2025
* Change page fault metrics from gauges to counters * Change collection_vectors_total to collection_vectors * Rename metric for page faults in joined child processes * Rename some procfs metrics * Show single limit for number of open files * For number of file descriptors and mmaps follow convential names * Rename dead_shards_total to dead_replicas * Fix metric prefix for gRPC entries, add missing underscore A underscore was missing if no global prefix was set
Merged
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.
Various
/metricstweaksChanges include:
_separator in gRPC metrics_totalsuffix from vector count, make consistent with point countprocfsmetrics to 'process', e.g:qdrant_procfs_mmap_count->qdrant_process_mmap_countqdrant_procfs_major_page_faults->qdrant_process_major_page_faults_totalPlease see each individual commit for a better view in all exact changes.
A snippet of some metrics:
All Submissions:
devbranch. Did you create your branch fromdev?