@@ -32,8 +32,6 @@ In case instrumentation does not recognize `EndPoint` implementation, it sets th
3232
3333## Metric: ` kestrel.active_connections `
3434
35- <!-- markdownlint-capture -->
36- <!-- markdownlint-disable -->
3735<!-- semconv metric.kestrel.active_connections -->
3836<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
3937<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -90,15 +88,13 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
9088<!-- prettier-ignore-end -->
9189<!-- END AUTOGENERATED TEXT -->
9290<!-- endsemconv -->
93- <!-- markdownlint-restore -->
9491
9592## Metric: ` kestrel.connection.duration `
9693
9794this metric SHOULD be specified with
9895[ ` ExplicitBucketBoundaries ` ] ( https://github.com/open-telemetry/opentelemetry-specification/blob/v1.50.0/specification/metrics/api.md#instrument-advisory-parameters )
9996of ` [ 0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 10, 30, 60, 120, 300 ] ` .
10097
101- <!-- markdownlint-capture -->
10298<!-- markdownlint-disable -->
10399<!-- semconv metric.kestrel.connection.duration -->
104100<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
@@ -228,8 +224,6 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
228224
229225## Metric: ` kestrel.rejected_connections `
230226
231- <!-- markdownlint-capture -->
232- <!-- markdownlint-disable -->
233227<!-- semconv metric.kestrel.rejected_connections -->
234228<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
235229<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -287,12 +281,9 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
287281<!-- prettier-ignore-end -->
288282<!-- END AUTOGENERATED TEXT -->
289283<!-- endsemconv -->
290- <!-- markdownlint-restore -->
291284
292285## Metric: ` kestrel.queued_connections `
293286
294- <!-- markdownlint-capture -->
295- <!-- markdownlint-disable -->
296287<!-- semconv metric.kestrel.queued_connections -->
297288<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
298289<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -349,12 +340,9 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
349340<!-- prettier-ignore-end -->
350341<!-- END AUTOGENERATED TEXT -->
351342<!-- endsemconv -->
352- <!-- markdownlint-restore -->
353343
354344## Metric: ` kestrel.queued_requests `
355345
356- <!-- markdownlint-capture -->
357- <!-- markdownlint-disable -->
358346<!-- semconv metric.kestrel.queued_requests -->
359347<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
360348<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -417,12 +405,9 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
417405<!-- prettier-ignore-end -->
418406<!-- END AUTOGENERATED TEXT -->
419407<!-- endsemconv -->
420- <!-- markdownlint-restore -->
421408
422409## Metric: ` kestrel.upgraded_connections `
423410
424- <!-- markdownlint-capture -->
425- <!-- markdownlint-disable -->
426411<!-- semconv metric.kestrel.upgraded_connections -->
427412<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
428413<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -481,16 +466,13 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
481466<!-- prettier-ignore-end -->
482467<!-- END AUTOGENERATED TEXT -->
483468<!-- endsemconv -->
484- <!-- markdownlint-restore -->
485469
486470## Metric: ` kestrel.tls_handshake.duration `
487471
488472this metric SHOULD be specified with
489473[ ` ExplicitBucketBoundaries ` ] ( https://github.com/open-telemetry/opentelemetry-specification/blob/v1.50.0/specification/metrics/api.md#instrument-advisory-parameters )
490474of ` [ 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 ] ` .
491475
492- <!-- markdownlint-capture -->
493- <!-- markdownlint-disable -->
494476<!-- semconv metric.kestrel.tls_handshake.duration -->
495477<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
496478<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -559,12 +541,9 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
559541<!-- prettier-ignore-end -->
560542<!-- END AUTOGENERATED TEXT -->
561543<!-- endsemconv -->
562- <!-- markdownlint-restore -->
563544
564545## Metric: ` kestrel.active_tls_handshakes `
565546
566- <!-- markdownlint-capture -->
567- <!-- markdownlint-disable -->
568547<!-- semconv metric.kestrel.active_tls_handshakes -->
569548<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
570549<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -621,6 +600,5 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
621600<!-- prettier-ignore-end -->
622601<!-- END AUTOGENERATED TEXT -->
623602<!-- endsemconv -->
624- <!-- markdownlint-restore -->
625603
626604[ DocumentStatus ] : https://opentelemetry.io/docs/specs/otel/document-status
0 commit comments