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
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]>
Copy file name to clipboardExpand all lines: docs/core/diagnostics/available-counters.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ See the [well-known metrics reference](built-in-metrics.md) instead if you are w
12
12
13
13
## System.Runtime counters
14
14
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).
16
16
17
17
| Counter | Description | First available in |
18
18
|--|--|--|
@@ -43,7 +43,7 @@ The following counters are published as part of .NET runtime (CoreCLR) and are m
43
43
44
44
## Microsoft.AspNetCore.Hosting counters
45
45
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).
47
47
48
48
| Counter | Description | First available in |
49
49
|--|--|--|
@@ -54,7 +54,7 @@ The following counters are published as part of [ASP.NET Core](/aspnet/core) and
54
54
55
55
## Microsoft.AspNetCore.Http.Connections counters
56
56
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).
58
58
59
59
| Counter | Description | First available in |
60
60
|--|--|--|
@@ -66,7 +66,7 @@ The following counters are published as part of [ASP.NET Core SignalR](/aspnet/c
66
66
67
67
## Microsoft-AspNetCore-Server-Kestrel counters
68
68
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).
70
70
71
71
| Counter | Description | First available in |
72
72
|--|--|--|
@@ -83,7 +83,7 @@ The following counters are published as part of the [ASP.NET Core Kestrel web se
83
83
84
84
## System.Net.Http counters
85
85
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).
87
87
88
88
| Counter | Description | First available in |
89
89
|--|--|--|
@@ -101,7 +101,7 @@ The following counters are published by the HTTP stack.
101
101
102
102
## System.Net.NameResolution counters
103
103
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).
105
105
106
106
| Counter | Description | First available in |
107
107
|--|--|--|
@@ -111,7 +111,7 @@ The following counters track metrics related to DNS lookups.
111
111
112
112
## System.Net.Security counters
113
113
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).
115
115
116
116
| Counter | Description | First available in |
117
117
|--|--|--|
@@ -132,7 +132,7 @@ The following counters track metrics related to the Transport Layer Security pro
132
132
133
133
## System.Net.Sockets counters
134
134
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).
0 commit comments