Skip to content

Client-based aggregation for static labeled_counter categoricals (#3524)#3525

Open
edugfilho wants to merge 2 commits into
mainfrom
client-based-labeled-counters
Open

Client-based aggregation for static labeled_counter categoricals (#3524)#3525
edugfilho wants to merge 2 commits into
mainfrom
client-based-labeled-counters

Conversation

@edugfilho

Copy link
Copy Markdown
Collaborator

Fixes #3524

  • Normalize categorical proportions by distinct clients (total_users/Σtotal_users)
    instead of sample count, so active clients no longer skew the bars.
  • Surface the sum-of-values (occurrences) view under the non-normalized toggle,
    reconstructed from the per-client sum histogram via geometric-mean bucket centers.
  • Pin the proportion y-axis to 0–100% with whole-percent ticks for these probes.

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.

labeled_counter metrics use sample counts instead of counter values

1 participant