Namespace Copper.Diagnostics.Common.Interceptors
Classes
ActivityReceiveInterceptor
Starts a new System.Diagnostics.Activity and sets the parent id based on the operation context.
ActivitySendInterceptor
Starts a new System.Diagnostics.Activity and adds the activity id to the operation context.
ExceptionLoggingReceiveInterceptor
Logs an exception to the configured logger.
RequestLoggingReceiveInterceptor
Logs a request to the configured logger, indicating whether it was successful or not.