Share via


IKestrelTelemetryConsumer Interface

Definition

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

public interface IKestrelTelemetryConsumer
type IKestrelTelemetryConsumer = interface
Public Interface IKestrelTelemetryConsumer

Methods

Name Description
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