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

Configure grpc_server histogram metrics with proper buckets #10518

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

vulkoingim
Copy link
Contributor

Description

Configure grpc_server histogram metrics with proper buckets - this would make the metrics more accurate, as currently anything that takes more than 10s (default top bucket) would be inaccurate.

For reference the default buckets (11 in total) are:

.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10

This would also have the side effect of increasing the cardinality slightly, by adding 2 more labels (13 total buckets) for every grpc handler metric.

Release Notes

NONE

@vulkoingim vulkoingim requested review from a team June 8, 2022 07:56
@github-actions github-actions bot added team: webapp Issue belongs to the WebApp team team: workspace Issue belongs to the Workspace team labels Jun 8, 2022
@roboquat roboquat merged commit cdb1a33 into main Jun 8, 2022
@roboquat roboquat deleted the aa/grpc-hist-buckets branch June 8, 2022 10:41
@roboquat roboquat added the deployed: webapp Meta team change is running in production label Jun 9, 2022
@roboquat roboquat added deployed: workspace Workspace team change is running in production deployed Change is completely running in production labels Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed: workspace Workspace team change is running in production deployed Change is completely running in production release-note-none size/XS team: webapp Issue belongs to the WebApp team team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants