Skip to content

Commit 7a9e3ad

Browse files
committed
Further suppression reduction
1 parent 0516812 commit 7a9e3ad

File tree

11 files changed

+3
-285
lines changed

11 files changed

+3
-285
lines changed

AREAS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ their owners, related project (and project board) as well as its current status.
2222
<!-- NOTE: THIS TABLE IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
2323
<!-- see internal/tools/scripts/update-sig-table.py -->
2424
<!-- prettier-ignore-start -->
25-
<!-- markdownlint-capture -->
2625
<!-- markdownlint-disable -->
2726
<!-- areas -->
2827
| Name | Owners | Project | Board | Labels | Status | Notes |

docs/dotnet/dotnet-aspnetcore-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ All routing metrics are reported by the `Microsoft.AspNetCore.Routing` meter.
5858

5959
### Metric: `aspnetcore.routing.match_attempts`
6060

61-
<!-- markdownlint-capture -->
62-
<!-- markdownlint-disable -->
6361
<!-- semconv metric.aspnetcore.routing.match_attempts -->
6462
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
6563
<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -279,6 +277,7 @@ of `[ 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
279277

280278
### Metric: `aspnetcore.rate_limiting.requests`
281279

280+
<!-- markdownlint-disable -->
282281
<!-- semconv metric.aspnetcore.rate_limiting.requests -->
283282
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
284283
<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -318,6 +317,7 @@ Meter name: `Microsoft.AspNetCore.RateLimiting`; Added in: ASP.NET Core 8.0
318317
<!-- prettier-ignore-end -->
319318
<!-- END AUTOGENERATED TEXT -->
320319
<!-- endsemconv -->
320+
<!-- markdownlint-restore -->
321321

322322
## Memory pool
323323

docs/dotnet/dotnet-kestrel-metrics.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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

9794
this 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)
9996
of `[ 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

488472
this 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)
490474
of `[ 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

docs/gen-ai/aws-bedrock.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ for [Gen AI Spans](gen-ai-spans.md).
3737
These attributes track input data and metadata for a request to an AWS Bedrock model. The attributes include general Generative AI
3838
attributes and ones specific the AWS Bedrock.
3939

40-
<!-- markdownlint-capture -->
4140
<!-- markdownlint-disable -->
4241
<!-- semconv span.aws.bedrock.client -->
4342
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->

docs/gen-ai/azure-ai-inference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ The Semantic Conventions for [Azure AI Inference](https://learn.microsoft.com/az
4444

4545
`gen_ai.provider.name` MUST be set to `"azure.ai.inference"` and SHOULD be provided **at span creation time**.
4646

47-
<!-- markdownlint-capture -->
4847
<!-- markdownlint-disable -->
4948
<!-- semconv span.azure.ai.inference.client -->
5049
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->

docs/gen-ai/gen-ai-agent-spans.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ The semantic conventions for GenAI agents extend and override the semantic conve
4848

4949
### Create agent span
5050

51-
<!-- markdownlint-capture -->
5251
<!-- markdownlint-disable -->
5352
<!-- semconv span.gen_ai.create_agent.client -->
5453
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
@@ -171,7 +170,6 @@ Instrumentations SHOULD document the list of errors they report.
171170

172171
### Invoke agent span
173172

174-
<!-- markdownlint-capture -->
175173
<!-- markdownlint-disable -->
176174
<!-- semconv span.gen_ai.invoke_agent.client -->
177175
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->

docs/gen-ai/gen-ai-events.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ GenAI instrumentations MAY capture user inputs sent to the model and responses r
4141
4242
## Event: `event.gen_ai.client.inference.operation.details`
4343

44-
<!-- markdownlint-capture -->
4544
<!-- markdownlint-disable -->
4645
<!-- semconv event.gen_ai.client.inference.operation.details -->
4746
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
@@ -225,7 +224,6 @@ populating this attribute.
225224

226225
## Event: `event.gen_ai.evaluation.result`
227226

228-
<!-- markdownlint-capture -->
229227
<!-- markdownlint-disable -->
230228
<!-- semconv event.gen_ai.evaluation.result -->
231229
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->

docs/gen-ai/gen-ai-spans.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ linkTitle: Spans
4545

4646
### Inference
4747

48-
<!-- markdownlint-capture -->
4948
<!-- markdownlint-disable -->
5049
<!-- semconv span.gen_ai.inference.client -->
5150
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
@@ -285,7 +284,6 @@ populating this attribute.
285284

286285
### Embeddings
287286

288-
<!-- markdownlint-capture -->
289287
<!-- markdownlint-disable -->
290288
<!-- semconv span.gen_ai.embeddings.client -->
291289
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
@@ -358,7 +356,6 @@ Instrumentations SHOULD document the list of errors they report.
358356

359357
### Execute tool span
360358

361-
<!-- markdownlint-capture -->
362359
<!-- markdownlint-disable -->
363360
<!-- semconv span.gen_ai.execute_tool.internal -->
364361
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->

docs/gen-ai/openai.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ The Semantic Conventions for [OpenAI](https://openai.com/) extend and override t
4646

4747
### Inference
4848

49-
<!-- markdownlint-capture -->
5049
<!-- markdownlint-disable -->
5150
<!-- semconv span.openai.inference.client -->
5251
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
@@ -272,7 +271,6 @@ Reports the usage of tokens following the common [gen_ai.client.token.usage](./g
272271

273272
Additional attributes:
274273

275-
<!-- markdownlint-capture -->
276274
<!-- markdownlint-disable -->
277275
<!-- semconv metric_attributes.openai -->
278276
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
@@ -297,7 +295,6 @@ Measures the to complete an operation following the common [gen_ai.client.operat
297295

298296
Additional attributes:
299297

300-
<!-- markdownlint-capture -->
301298
<!-- markdownlint-disable -->
302299
<!-- semconv metric_attributes.openai -->
303300
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->

0 commit comments

Comments
 (0)