exporter: add per collection debug output sums#125
Open
T-X wants to merge 1 commit intofreifunk-gluon:mainfrom
Open
exporter: add per collection debug output sums#125T-X wants to merge 1 commit intofreifunk-gluon:mainfrom
T-X wants to merge 1 commit intofreifunk-gluon:mainfrom
Conversation
b3c0d3a to
9f0d516
Compare
AiyionPrime
reviewed
Jan 20, 2026
Member
AiyionPrime
left a comment
There was a problem hiding this comment.
I'm fine with the result, but be not mistaken, globals are an error-prone antipattern, even if somebody smart put them there 😁
I'll take care of this after work.
Adding a "Collections summaries" debug output line as follows: ``` [...] 2026-01-20 02:56:04 [info ] Collections summaries domain_sum=31569 model_sum=37589 version_sum=34872 2026-01-20 02:56:04 [info ] Summary duplicate=82 unique=39152 ``` This allows to more easily and early on check that a change likely/hopefully has no regression. Without needing to manually sum things up from the gluon-census.prom file, without needing to wait for rendered Grafana graphs. Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
9f0d516 to
bcd1cc0
Compare
Contributor
Author
|
Changelog v2:
|
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.
Adding a "Collections summaries" debug output line as follows:
This allows to more easily and early on check that a change likely/hopefully has no regression. Without needing to manually sum things up from the gluon-census.prom file, without needing to wait for rendered Grafana graphs.