Temporal Metric Buckets

Is there a way to set the buckets for the Histograms from the default metrics from temporal? Specifically some of the activity timing histograms. The default buckets of up to 30 seconds don’t fit our use-case well. I tried setting .defaultBuckets at the RootScopeBuilder but does not seem to flow through.

Did you try setting default buckets via com.uber.m3.tally.Scope? See sample here.

Default tally buckets for histogram