Interface PathTracingConfig


public interface PathTracingConfig
Traced system configuration for web server for a specific path.
  • Method Details

    • create

      static PathTracingConfig create(Config config)
      Create a new traced path configuration from Config.
      Parameters:
      config - config of a path
      Returns:
      traced path configuration
    • builder

      static PathTracingConfig.Builder builder()
      Create a new builder to configure traced path configuration.
      Returns:
      a new builder instance
    • matches

      boolean matches(Method method, UriPath path)
      Method used by Helidon to check if this tracing is valid for the specified method and path.
      Parameters:
      method - HTTP method
      path - invoked path
      Returns:
      true if matched
    • tracedConfig

      TracingConfig tracedConfig()
      Associated configuration of tracing valid for the configured path and (possibly) methods.
      Returns:
      traced system configuration