Skip to content

Commit c26607b

Browse files
authored
Update src/Shared/Metrics/MetricsConstants.cs
1 parent 00015bf commit c26607b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Metrics/MetricsConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ internal static class MetricsConstants
88
// Follows boundaries from http.server.request.duration/http.client.request.duration
99
public static readonly IReadOnlyList<double> ShortSecondsBucketBoundaries = [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];
1010

11-
// Not based on a standard. See https://github.com/open-telemetry/semantic-conventions/issues/336
11+
// Not based on a standard. Larger bucket sizes for longer lasting operations, e.g. HTTP connection duration. See https://github.com/open-telemetry/semantic-conventions/issues/336
1212
public static readonly IReadOnlyList<double> LongSecondsBucketBoundaries = [0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 10, 30, 60, 120, 300];
1313
}

0 commit comments

Comments
 (0)