Class HttpRequestTracePersistingConfig

    • Constructor Detail

      • HttpRequestTracePersistingConfig

        public HttpRequestTracePersistingConfig​(@NotNull
                                                File parentDir,
                                                @NotNull
                                                String dirPrefix)
    • Method Detail

      • isPathIgnored

        public boolean isPathIgnored​(@NotNull
                                     String path)
      • getIgnoredPaths

        @NotNull
        protected List<String> getIgnoredPaths()
      • getPersistThresholdMillis

        public long getPersistThresholdMillis()
      • isPathIgnored

        public static boolean isPathIgnored​(@NotNull
                                            String path,
                                            @NotNull
                                            List<String> ignoredPaths)
      • isEnabled

        public boolean isEnabled()