Skip to content

Commit 489f5ac

Browse files
committed
All files
1 parent 83637a7 commit 489f5ac

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/core/diagnostics/built-in-metrics-aspnetcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Available starting in: .NET 8.0.
6565

6666
## `Microsoft.AspNetCore.Routing`
6767

68-
The `Microsoft.AspNetCore.Hosting` metrics report information about [routing HTTP requests](/aspnet/core/fundamentals/routing) to ASP.NET Core endpoints:
68+
The `Microsoft.AspNetCore.Routing` metrics report information about [routing HTTP requests](/aspnet/core/fundamentals/routing) to ASP.NET Core endpoints:
6969

7070
- [`aspnetcore.routing.match_attempts`](#metric-aspnetcoreroutingmatch_attempts)
7171

docs/core/diagnostics/built-in-metrics-diagnostics.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The `Microsoft.Extensions.Diagnostics.HealthChecks` metrics report health check
1717
- [`dotnet.health_check.reports`](#metric-dotnethealth_checkreports)
1818
- [`dotnet.health_check.unhealthy_checks`](#metric-dotnethealth_checkunhealthy_checks)
1919

20-
### Metric: `dotnet.health_check.reports`
20+
##### Metric: `dotnet.health_check.reports`
2121

2222
| Name | Instrument Type | Unit (UCUM) | Description |
2323
| ---- | --------------- | ----------- | ----------- |
@@ -37,7 +37,7 @@ The `Microsoft.Extensions.Diagnostics.HealthChecks` metrics report health check
3737

3838
Available starting in: .NET 8.0.
3939

40-
### Metric: `dotnet.health_check.unhealthy_checks`
40+
##### Metric: `dotnet.health_check.unhealthy_checks`
4141

4242
| Name | Instrument Type | Unit (UCUM) | Description |
4343
| ---- | --------------- | ----------- | ----------- |
@@ -69,7 +69,7 @@ The `Microsoft.Extensions.Diagnostics.ResourceMonitoring` metrics report resourc
6969
> [!NOTE]
7070
> Metrics emitted by the `Microsoft.Extensions.Diagnostics.ResourceMonitoring` meter are in experimental stage. This means that there could be breaking changes to them.
7171
72-
### Metric: `process.cpu.utilization`
72+
##### Metric: `process.cpu.utilization`
7373

7474
The instrument is available only on Linux.
7575

@@ -79,7 +79,7 @@ The instrument is available only on Linux.
7979

8080
Available starting in: .NET 8.0.
8181

82-
### Metric: `dotnet.process.memory.virtual.utilization`
82+
##### Metric: `dotnet.process.memory.virtual.utilization`
8383

8484
The instrument is available only on Linux.
8585

@@ -89,7 +89,7 @@ The instrument is available only on Linux.
8989

9090
Available starting in: .NET 8.0.
9191

92-
### Metric: `system.network.connections`
92+
##### Metric: `system.network.connections`
9393

9494
The instrument is available only on Windows.
9595

docs/core/diagnostics/built-in-metrics-system-net.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `System.Net.NameResolution` metrics report DNS name resolution from <xref:Sy
1919

2020
- [`dns.lookup.duration`](#metric-dnslookupduration)
2121

22-
### Metric: `dns.lookup.duration`
22+
##### Metric: `dns.lookup.duration`
2323

2424
| Name | Instrument Type | Unit | Description |
2525
| -------- | --------------- | ----------- | -------------- |
@@ -56,7 +56,7 @@ The `System.Net.Http` metrics report HTTP request and connection information fro
5656
- [`http.client.request.time_in_queue`](#metric-httpclientrequesttime_in_queue)
5757
- [`http.client.active_requests`](#metric-httpclientactive_requests)
5858

59-
### Metric: `http.client.open_connections`
59+
##### Metric: `http.client.open_connections`
6060

6161
| Name | Instrument Type | Unit (UCUM) | Description |
6262
| -------- | --------------- | ----------- | -------------- |
@@ -75,7 +75,7 @@ The `System.Net.Http` metrics report HTTP request and connection information fro
7575

7676
Available starting in: .NET 8
7777

78-
### Metric: `http.client.connection.duration`
78+
##### Metric: `http.client.connection.duration`
7979

8080
| Name | Instrument Type | Unit (UCUM) | Description |
8181
| -------- | --------------- | ----------- | -------------- |
@@ -93,7 +93,7 @@ This metric is only captured when <xref:System.Net.Http.HttpClient> is configure
9393

9494
Available starting in: .NET 8
9595

96-
### Metric: `http.client.request.duration`
96+
##### Metric: `http.client.request.duration`
9797

9898
| Name | Instrument Type | Unit (UCUM) | Description |
9999
| -------- | --------------- | ----------- | -------------- |
@@ -116,7 +116,7 @@ Available starting in: .NET 8
116116
> [!TIP]
117117
> [Enrichment](../../fundamentals/networking/telemetry/metrics.md#enrichment) is possible for this metric.
118118
119-
### Metric: `http.client.request.time_in_queue`
119+
##### Metric: `http.client.request.time_in_queue`
120120

121121
| Name | Instrument Type | Unit (UCUM) | Description |
122122
| -------- | --------------- | ----------- | -------------- |
@@ -134,7 +134,7 @@ Available starting in: .NET 8
134134

135135
Available starting in: .NET 8
136136

137-
### Metric: `http.client.active_requests`
137+
##### Metric: `http.client.active_requests`
138138

139139
| Name | Instrument Type | Unit (UCUM) | Description |
140140
| -------- | --------------- | ----------- | -------------- |

0 commit comments

Comments
 (0)