@@ -21,7 +21,7 @@ Name | Instrument Type | Unit (UCUM) | Description
2121Attribute | Type | Description | Examples | Presence
2222--- | --- | --- | --- | ---
2323` aspnetcore.components.type ` | string | Component navigated to. | ` TestComponent ` | Always
24- ` aspnetcore.components.route ` | string | The component's route | ` /test-route ` | Always
24+ ` aspnetcore.components.route ` | string | The component's route. | ` /test-route ` | Always
2525
2626#### Metric: ` aspnetcore.components.event_handler `
2727
@@ -33,8 +33,8 @@ Attribute | Type | Description | Examples | Presence
3333--- | --- | --- | --- | ---
3434` aspnetcore.components.type ` | string | Component type handling the event. | ` TestComponent ` | Always
3535` aspnetcore.components.method ` | string | C# method handling the event. | ` OnClick ` | Always
36- ` aspnetcore.components.attribute.name ` | string | Component attribute name. | ` onclick ` | Always
37- ` error.type ` | string | The full name of exception type. | ` System.InvalidOperationException ` ; ` Contoso.MyException ` | If an exception was thrown.
36+ ` aspnetcore.components.attribute.name ` | string | Component attribute name handling the event . | ` onclick ` | Always
37+ ` error.type ` | string | The full name of exception type. | ` System.InvalidOperationException ` ; ` Contoso.MyException ` | If an exception is thrown.
3838
3939## ` Microsoft.AspNetCore.Components.Lifecycle `
4040
@@ -52,7 +52,7 @@ Name | Instrument Type | Unit (UCUM) | Description
5252Attribute | Type | Description | Examples | Presence
5353--- | --- | --- | --- | ---
5454` aspnetcore.components.type ` | string | Component type handling the event. | ` TestComponent ` | Always
55- ` error.type ` | string | The full name of exception type. | ` System.InvalidOperationException ` ; ` Contoso.MyException ` | If an exception was thrown.
55+ ` error.type ` | string | The full name of exception type. | ` System.InvalidOperationException ` ; ` Contoso.MyException ` | If an exception is thrown.
5656
5757#### Metric: ` aspnetcore.components.render_diff `
5858
@@ -63,8 +63,7 @@ Name | Instrument Type | Unit (UCUM) | Description
6363Attribute | Type | Description | Examples | Presence
6464--- | --- | --- | --- | ---
6565` aspnetcore.components.diff.length ` | int | The length of the render diff. | 50 | Always
66- ` error.type ` | string | The full name of exception type. | ` System.InvalidOperationException ` ; ` Contoso.MyException ` | If an exception was thrown.
67-
66+ ` error.type ` | string | The full name of exception type. | ` System.InvalidOperationException ` ; ` Contoso.MyException ` | If an exception is thrown.
6867
6968## ` Microsoft.AspNetCore.Components.Server.Circuits `
7069
@@ -80,30 +79,18 @@ Name | Instrument Type | Unit (UCUM) | Description
8079--- | --- | --- | ---
8180` aspnetcore.components.circuit.active ` <!-- ](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-aspnetcorecomponentscircuitactive)--> | UpDownCounter | ` {circuit} ` | Shows the number of active circuits currently in memory.
8281
83- Attribute | Type | Description | Examples | Presence
84- --- | --- | --- | --- | ---
85- xxx | xxx | xxx | xxx | xxx
86-
8782#### Metric: ` aspnetcore.components.circuit.connected `
8883
8984Name | Instrument Type | Unit (UCUM) | Description
9085--- | --- | --- | ---
9186` aspnetcore.components.circuit.connected ` <!-- ](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-aspnetcorecomponentscircuitconnected)--> | UpDownCounter | ` {circuit} ` | Tracks the number of circuits connected to clients.
9287
93- Attribute | Type | Description | Examples | Presence
94- --- | --- | --- | --- | ---
95- xxx | xxx | xxx | xxx | xxx
96-
9788#### Metric: ` aspnetcore.components.circuit.duration `
9889
9990Name | Instrument Type | Unit (UCUM) | Description
10091--- | --- | --- | ---
10192` aspnetcore.components.circuit.duration ` <!-- ](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-aspnetcorecomponentscircuitduration)--> | Histogram | ` s ` | Measures circuit lifetime duration and provides total circuit count.
10293
103- Attribute | Type | Description | Examples | Presence
104- --- | --- | --- | --- | ---
105- xxx | xxx | xxx | xxx | xxx
106-
10794## ` Microsoft.AspNetCore.Hosting `
10895
10996The ` Microsoft.AspNetCore.Hosting ` metrics report high-level information about HTTP requests received by ASP.NET Core:
0 commit comments