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

Adjust number of histogram buckets #1248

Merged
merged 2 commits into from
Feb 2, 2021

Conversation

wxing1292
Copy link
Contributor

What changed?

  • Increase number of histogram buckets

Why?
N/A

How did you test it?
N/A

Potential risks
N/A

@wxing1292 wxing1292 requested review from alexshtin and a team February 1, 2021 23:52
@@ -64,6 +68,28 @@ var (
},
ReplacementCharacter: tally.DefaultReplacementCharacter,
}

defaultHistogramBuckets = tally.ValueBuckets([]float64{
1 * ms,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for * ms. Golang guys will bow for this 🙇‍♂️.

@wxing1292 wxing1292 enabled auto-merge (squash) February 2, 2021 00:00
@wxing1292 wxing1292 merged commit 43954fd into temporalio:master Feb 2, 2021
@wxing1292 wxing1292 deleted the metrics-buckets branch February 2, 2021 00:20
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.

2 participants