aspnetcore/src
David Fowler 5a0c097ad4
Added some kestrel event counters (#21649)
* Added some kestrel event counters
- Connection queue length - This is the amount of connections accepted and queued in the thread pool.
- Connection count - The number of connections
- Total connections - The total number of connections ever connected.
- Connection Rate - Connections per second

* Added TLS counters
- Current TLS handshakes
- Total TLS handshakes
- Failed TLS handshakes
- TLS handshake per second

* Added HTTP/2 queue length counter

* Improve the event information
- Add TLS version to handshake events
- Add HTTP version to request queue events
- Renamed HTTP/2 request queue length to http request queue


Contributes to #4769
2020-05-12 11:04:37 -07:00
..
Analyzers
Antiforgery
Azure Upgrade jQuery in samples to version 3.5.1 (#21577) 2020-05-07 14:42:14 -07:00
Components Add a simplified version of ServerComponentRenderingTest.CanDispatchAsyncWorkToSyncContext (#21633) 2020-05-11 12:54:01 -07:00
Configuration.KeyPerFile
DataProtection
DefaultBuilder
Features/JsonPatch
FileProviders
Framework Fix package overrides (#21329) 2020-04-30 13:59:32 -07:00
Grpc Fixups 2020-05-08 11:38:14 -07:00
HealthChecks
Hosting
Html/Abstractions
Http Made changes to FileBufferWriteStream (#21223) 2020-04-28 23:22:39 -07:00
Identity Quarantine flagged tests (#21723) 2020-05-12 09:00:20 -07:00
Installers
JSInterop
Localization
Logging.AzureAppServices
Middleware
MusicStore Upgrade jQuery in samples to version 3.5.1 (#21577) 2020-05-07 14:42:14 -07:00
Mvc Upgrade jQuery in samples to version 3.5.1 (#21577) 2020-05-07 14:42:14 -07:00
ObjectPool
ProjectTemplates Template test infrastructure fixups (#21558) 2020-05-08 13:27:17 -07:00
Razor
Security Upgrade jQuery in samples to version 3.5.1 (#21577) 2020-05-07 14:42:14 -07:00
Servers Added some kestrel event counters (#21649) 2020-05-12 11:04:37 -07:00
Shared Use Pinned Object Heap for MemoryPool (#21614) 2020-05-09 15:26:35 -07:00
SignalR Deflake TimeAwaitable finalizer test (#21523) 2020-05-05 19:45:08 -07:00
SiteExtensions A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
Testing
Tools Avoid crashing in PollingFileWatcher (#21544) 2020-05-06 15:47:50 -07:00
WebEncoders
submodules