@@ -20,9 +20,8 @@ Name | Instrument Type | Unit (UCUM) | Description
2020
2121Attribute | Type | Description | Examples | Presence
2222--- | --- | --- | --- | ---
23- xxx | xxx | xxx | xxx | xxx
24-
25- .
23+ ` aspnetcore.components.type ` | string | Component navigated to. | ` TestComponent ` | Always
24+ ` aspnetcore.components.route ` | string | The component's route | ` /test-route ` | Always
2625
2726#### Metric: ` aspnetcore.components.event_handler `
2827
@@ -32,9 +31,10 @@ Name | Instrument Type | Unit (UCUM) | Description
3231
3332Attribute | Type | Description | Examples | Presence
3433--- | --- | --- | --- | ---
35- xxx | xxx | xxx | xxx | xxx
36-
37- .
34+ ` aspnetcore.components.type ` | string | Component type handling the event. | ` TestComponent ` | Always
35+ ` 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.
3838
3939## ` Microsoft.AspNetCore.Components.Lifecycle `
4040
@@ -51,21 +51,20 @@ Name | Instrument Type | Unit (UCUM) | Description
5151
5252Attribute | Type | Description | Examples | Presence
5353--- | --- | --- | --- | ---
54- xxx | xxx | xxx | xxx | xxx
55-
56- .
54+ ` 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.
5756
5857#### Metric: ` aspnetcore.components.render_diff `
5958
6059Name | Instrument Type | Unit (UCUM) | Description
6160--- | --- | --- | ---
62- ` aspnetcore.components.render_diff ` <!--] ( https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-aspnetcorecomponentsrender_diff ) | Histogram | ` s ` | Tracks the duration of rendering batches.
61+ ` aspnetcore.components.render_diff ` <!-- ](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-aspnetcorecomponentsrender_diff)--> | Histogram | ` s ` | Tracks the duration of rendering batches.
6362
6463Attribute | Type | Description | Examples | Presence
6564--- | --- | --- | --- | ---
66- xxx | xxx | xxx | xxx | xxx
65+ ` 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.
6767
68- .
6968
7069## ` Microsoft.AspNetCore.Components.Server.Circuits `
7170
@@ -85,8 +84,6 @@ Attribute | Type | Description | Examples | Presence
8584--- | --- | --- | --- | ---
8685xxx | xxx | xxx | xxx | xxx
8786
88- .
89-
9087#### Metric: ` aspnetcore.components.circuit.connected `
9188
9289Name | Instrument Type | Unit (UCUM) | Description
@@ -97,8 +94,6 @@ Attribute | Type | Description | Examples | Presence
9794--- | --- | --- | --- | ---
9895xxx | xxx | xxx | xxx | xxx
9996
100- .
101-
10297#### Metric: ` aspnetcore.components.circuit.duration `
10398
10499Name | Instrument Type | Unit (UCUM) | Description
@@ -109,8 +104,6 @@ Attribute | Type | Description | Examples | Presence
109104--- | --- | --- | --- | ---
110105xxx | xxx | xxx | xxx | xxx
111106
112- .
113-
114107## ` Microsoft.AspNetCore.Hosting `
115108
116109The ` Microsoft.AspNetCore.Hosting ` metrics report high-level information about HTTP requests received by ASP.NET Core:
0 commit comments