Skip to content

Commit 36cf1fa

Browse files
danespinosaDaniel EspinosaIEvangelist
authored
Added link to the HttpTelemetry Event Source (#41571)
* added link to the HttpTelemetry Event Source * added period at the end of the sentence * Update docs/core/diagnostics/available-counters.md Italicize link Co-authored-by: David Pine <[email protected]> * italicized more links and added some more links --------- Co-authored-by: Daniel Espinosa <[email protected]> Co-authored-by: David Pine <[email protected]>
1 parent 74bd981 commit 36cf1fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/core/diagnostics/available-counters.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ See the [well-known metrics reference](built-in-metrics.md) instead if you are w
1212

1313
## System.Runtime counters
1414

15-
The following counters are published as part of .NET runtime (CoreCLR) and are maintained in the [`RuntimeEventSource.cs`](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/RuntimeEventSource.cs).
15+
The following counters are published as part of .NET runtime (CoreCLR) and are maintained in the [_RuntimeEventSource.cs_](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/RuntimeEventSource.cs).
1616

1717
| Counter | Description | First available in |
1818
|--|--|--|
@@ -43,7 +43,7 @@ The following counters are published as part of .NET runtime (CoreCLR) and are m
4343

4444
## Microsoft.AspNetCore.Hosting counters
4545

46-
The following counters are published as part of [ASP.NET Core](/aspnet/core) and are maintained in [`HostingEventSource.cs`](https://github.com/dotnet/aspnetcore/blob/main/src/Hosting/Hosting/src/Internal/HostingEventSource.cs).
46+
The following counters are published as part of [ASP.NET Core](/aspnet/core) and are maintained in [_HostingEventSource.cs_](https://github.com/dotnet/aspnetcore/blob/main/src/Hosting/Hosting/src/Internal/HostingEventSource.cs).
4747

4848
| Counter | Description | First available in |
4949
|--|--|--|
@@ -54,7 +54,7 @@ The following counters are published as part of [ASP.NET Core](/aspnet/core) and
5454

5555
## Microsoft.AspNetCore.Http.Connections counters
5656

57-
The following counters are published as part of [ASP.NET Core SignalR](/aspnet/core/signalr/introduction) and are maintained in [`HttpConnectionsEventSource.cs`](https://github.com/dotnet/aspnetcore/blob/main/src/SignalR/common/Http.Connections/src/Internal/HttpConnectionsEventSource.cs).
57+
The following counters are published as part of [ASP.NET Core SignalR](/aspnet/core/signalr/introduction) and are maintained in [_HttpConnectionsEventSource.cs_](https://github.com/dotnet/aspnetcore/blob/main/src/SignalR/common/Http.Connections/src/Internal/HttpConnectionsEventSource.cs).
5858

5959
| Counter | Description | First available in |
6060
|--|--|--|
@@ -66,7 +66,7 @@ The following counters are published as part of [ASP.NET Core SignalR](/aspnet/c
6666

6767
## Microsoft-AspNetCore-Server-Kestrel counters
6868

69-
The following counters are published as part of the [ASP.NET Core Kestrel web server](/aspnet/core/fundamentals/servers/kestrel) and are maintained in [`KestrelEventSource.cs`](https://github.com/dotnet/aspnetcore/blob/main/src/Servers/Kestrel/Core/src/Internal/Infrastructure/KestrelEventSource.cs).
69+
The following counters are published as part of the [ASP.NET Core Kestrel web server](/aspnet/core/fundamentals/servers/kestrel) and are maintained in [_KestrelEventSource.cs_](https://github.com/dotnet/aspnetcore/blob/main/src/Servers/Kestrel/Core/src/Internal/Infrastructure/KestrelEventSource.cs).
7070

7171
| Counter | Description | First available in |
7272
|--|--|--|
@@ -83,7 +83,7 @@ The following counters are published as part of the [ASP.NET Core Kestrel web se
8383

8484
## System.Net.Http counters
8585

86-
The following counters are published by the HTTP stack.
86+
The following counters are published by the HTTP stack and are maintained in [_HttpTelemetry.AnyOS.cs_](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Net.Http/src/System/Net/Http/HttpTelemetry.AnyOS.cs).
8787

8888
| Counter | Description | First available in |
8989
|--|--|--|
@@ -101,7 +101,7 @@ The following counters are published by the HTTP stack.
101101

102102
## System.Net.NameResolution counters
103103

104-
The following counters track metrics related to DNS lookups.
104+
The following counters track metrics related to DNS lookups and are mantained in [_NameResolutionTelemetry.cs_](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Net.NameResolution/src/System/Net/NameResolutionTelemetry.cs).
105105

106106
| Counter | Description | First available in |
107107
|--|--|--|
@@ -111,7 +111,7 @@ The following counters track metrics related to DNS lookups.
111111

112112
## System.Net.Security counters
113113

114-
The following counters track metrics related to the Transport Layer Security protocol.
114+
The following counters track metrics related to the Transport Layer Security protocol and are mantained in [_NetSecurityTelemetry.cs_](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Net.Security/src/System/Net/Security/NetSecurityTelemetry.cs).
115115

116116
| Counter | Description | First available in |
117117
|--|--|--|
@@ -132,7 +132,7 @@ The following counters track metrics related to the Transport Layer Security pro
132132

133133
## System.Net.Sockets counters
134134

135-
The following counters track metrics related to <xref:System.Net.Sockets.Socket>.
135+
The following counters track metrics related to <xref:System.Net.Sockets.Socket> and are mantained in [_SocketsTelemetry_](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Net.Sockets/src/System/Net/Sockets/SocketsTelemetry.cs).
136136

137137
| Counter | Description | First available in |
138138
|--|--|--|

0 commit comments

Comments
 (0)