Namespace Steeltoe.Management.Endpoint.Metrics.Observer
Classes
AspNetCoreHostingObserver
CLRRuntimeObserver
CLRRuntimeSource
EventCounterListener
EventSourceListener
GCEventsListener
Events are fired when garbage collection occurs
HttpClientCoreObserver
HttpClientDesktopObserver
HystrixEventsListener
MetricsObserver
ThreadPoolEventsListener
This EventSourceListener listens on the following events: ThreadPoolWorkerThreadStart, ThreadPoolWorkerThreadWait, ThreadPoolWorkerThreadStop, IOThreadCreate_V1, IOThreadRetire_V1, IOThreadUnretire_V1, IOThreadTerminate And Records the following values: ActiveWorkerThreadCount - UInt32 - Number of worker threads available to process work, including those that are already processing work. RetiredWorkerThreadCount - UInt32 - Number of worker threads that are not available to process work, but that are being held in reserve in case more threads are needed later.