Class NativeWebRequestMetric

java.lang.Object
io.fluxzero.sdk.web.NativeWebRequestMetric

public class NativeWebRequestMetric extends Object
Operational outcome of one native outbound WebRequest.

The normalized request target identifies the original logical request, not a later redirect destination. This value deliberately excludes URI user information, query strings, fragments, headers, bodies, and exception text. The original raw query is instead available as metric metadata under WebRequest.queryMetricKey. The path and query may contain application-specific information.

  • Constructor Details

    • NativeWebRequestMetric

      public NativeWebRequestMetric()