Skip to content

Commit

Permalink
All files
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Jan 22, 2024
1 parent 83637a7 commit 489f5ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/core/diagnostics/built-in-metrics-aspnetcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Available starting in: .NET 8.0.

## `Microsoft.AspNetCore.Routing`

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

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

Expand Down
10 changes: 5 additions & 5 deletions docs/core/diagnostics/built-in-metrics-diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `Microsoft.Extensions.Diagnostics.HealthChecks` metrics report health check
- [`dotnet.health_check.reports`](#metric-dotnethealth_checkreports)
- [`dotnet.health_check.unhealthy_checks`](#metric-dotnethealth_checkunhealthy_checks)

### Metric: `dotnet.health_check.reports`
##### Metric: `dotnet.health_check.reports`

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

Available starting in: .NET 8.0.

### Metric: `dotnet.health_check.unhealthy_checks`
##### Metric: `dotnet.health_check.unhealthy_checks`

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

The instrument is available only on Linux.

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

Available starting in: .NET 8.0.

### Metric: `dotnet.process.memory.virtual.utilization`
##### Metric: `dotnet.process.memory.virtual.utilization`

The instrument is available only on Linux.

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

Available starting in: .NET 8.0.

### Metric: `system.network.connections`
##### Metric: `system.network.connections`

The instrument is available only on Windows.

Expand Down
12 changes: 6 additions & 6 deletions docs/core/diagnostics/built-in-metrics-system-net.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The `System.Net.NameResolution` metrics report DNS name resolution from <xref:Sy

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

### Metric: `dns.lookup.duration`
##### Metric: `dns.lookup.duration`

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

### Metric: `http.client.open_connections`
##### Metric: `http.client.open_connections`

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

Available starting in: .NET 8

### Metric: `http.client.connection.duration`
##### Metric: `http.client.connection.duration`

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

Available starting in: .NET 8

### Metric: `http.client.request.duration`
##### Metric: `http.client.request.duration`

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

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

Available starting in: .NET 8

### Metric: `http.client.active_requests`
##### Metric: `http.client.active_requests`

| Name | Instrument Type | Unit (UCUM) | Description |
| -------- | --------------- | ----------- | -------------- |
Expand Down

0 comments on commit 489f5ac

Please sign in to comment.