Skip to content

Commit 073cce3

Browse files
pavelsavaraJamesNK
andauthored
Update src/Shared/Metrics/MetricsConstants.cs
Co-authored-by: James Newton-King <[email protected]>
1 parent 3a9725e commit 073cce3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Shared/Metrics/MetricsConstants.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ internal static class MetricsConstants
1414
// For blazor rendering, which should be very fast.
1515
public static readonly IReadOnlyList<double> BlazorRenderingSecondsBucketBoundaries = [0.000001, 0.00001, 0.0001, 0.001, 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10];
1616

17-
// For blazor rendering, which should be very fast.
1817
public static readonly IReadOnlyList<int> BlazorRenderingDiffLengthBucketBoundaries = [1, 2, 5, 10, 20, 50, 100, 500, 1000, 10000];
1918

2019
// For blazor circuit sessions, which can last a long time.

0 commit comments

Comments
 (0)