Skip to content

Commit 1d0beb1

Browse files
committed
Updates
1 parent 0f4a1f4 commit 1d0beb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnetcore/log-mon/metrics/built-in/includes/built-in10.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `Microsoft.AspNetCore.Components` metrics report information on Razor compon
1616

1717
Name | Instrument Type | Unit (UCUM) | Description
1818
--- | --- | --- | ---
19-
`aspnetcore.components.navigation`<!--](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-aspnetcorecomponentsnavigation)--> | Histogram | `s` | Tracks the total number of route changes in the app.
19+
`aspnetcore.components.navigation`<!--](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-aspnetcorecomponentsnavigation)--> | Counter | `{route}` | Tracks the total number of route changes in the app.
2020

2121
Attribute | Type | Description | Examples | Presence
2222
--- | --- | --- | --- | ---
@@ -79,7 +79,7 @@ The `Microsoft.AspNetCore.Components.Server.Circuits` metrics report information
7979

8080
Name | Instrument Type | Unit (UCUM) | Description
8181
--- | --- | --- | ---
82-
`aspnetcore.components.circuit.active`<!--](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-aspnetcorecomponentscircuitactive)--> | Histogram | `s` | Shows the number of active circuits currently in memory.
82+
`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.
8383

8484
Attribute | Type | Description | Examples | Presence
8585
--- | --- | --- | --- | ---
@@ -91,7 +91,7 @@ xxx | xxx | xxx | xxx | xxx
9191

9292
Name | Instrument Type | Unit (UCUM) | Description
9393
--- | --- | --- | ---
94-
`aspnetcore.components.circuit.connected`<!--](https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-http-metrics/#metric-aspnetcorecomponentscircuitconnected)--> | Histogram | `s` | Tracks the number of circuits connected to clients.
94+
`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.
9595

9696
Attribute | Type | Description | Examples | Presence
9797
--- | --- | --- | --- | ---

0 commit comments

Comments
 (0)