You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/log-mon/metrics/built-in/includes/built-in10.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The `Microsoft.AspNetCore.Components` metrics report information on Razor compon
16
16
17
17
Name | Instrument Type | Unit (UCUM) | Description
18
18
--- | --- | --- | ---
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.
20
20
21
21
Attribute | Type | Description | Examples | Presence
22
22
--- | --- | --- | --- | ---
@@ -79,7 +79,7 @@ The `Microsoft.AspNetCore.Components.Server.Circuits` metrics report information
79
79
80
80
Name | Instrument Type | Unit (UCUM) | Description
81
81
--- | --- | --- | ---
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.
83
83
84
84
Attribute | Type | Description | Examples | Presence
85
85
--- | --- | --- | --- | ---
@@ -91,7 +91,7 @@ xxx | xxx | xxx | xxx | xxx
91
91
92
92
Name | Instrument Type | Unit (UCUM) | Description
93
93
--- | --- | --- | ---
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.
95
95
96
96
Attribute | Type | Description | Examples | Presence
0 commit comments