OutgoingPathLoggingMode 枚举

定义

用于确定如何记录传出 HTTP 路径的策略。

public enum class OutgoingPathLoggingMode
public enum OutgoingPathLoggingMode
type OutgoingPathLoggingMode = 
Public Enum OutgoingPathLoggingMode
继承
OutgoingPathLoggingMode

字段

Formatted 0

HTTP 路径的格式为 /foo/bar/redactedUserId。

Structured 1

HTTP 路径未格式化,路由参数以大括号记录,例如以 /foo/bar/{userId} 的形式记录。

适用于