IKestrelTelemetryConsumer Interface

Definition

A consumer of Microsoft-AspNetCore-Server-Kestrel EventSource events.

C#
public interface IKestrelTelemetryConsumer

Methods

OnConnectionStart(DateTime, String, String, String)

Called at the start of a connection.

OnConnectionStop(DateTime, String)

Called at the end of a connection.

OnRequestStart(DateTime, String, String, String, String, String)

Called at the start of a request.

OnRequestStop(DateTime, String, String, String, String, String)

Called at the end of a request.

Applies to

Produkt Verzie
Yarp 1.0.1, 1.1.2, 2.0.1, 2.1.0, 2.2.0