Class BenchmarkingLogMessages.ERROR

java.lang.Object
de.cuioss.benchmarking.common.util.BenchmarkingLogMessages.ERROR
Enclosing class:
BenchmarkingLogMessages

public static final class BenchmarkingLogMessages.ERROR extends Object
ERROR level messages for serious failures.
  • Field Details

    • EXPORT_FAILED

      public static final de.cuioss.tools.logging.LogRecord EXPORT_FAILED
      Error when export of benchmark metrics fails.
    • WRK_PROCESSOR_FAILED

      public static final de.cuioss.tools.logging.LogRecord WRK_PROCESSOR_FAILED
      Error when WRK result processor fails.
    • WRK_USAGE_ERROR

      public static final de.cuioss.tools.logging.LogRecord WRK_USAGE_ERROR
      Error when WRK usage is incorrect.
    • NO_WRK_FILES

      public static final de.cuioss.tools.logging.LogRecord NO_WRK_FILES
      Error when no WRK output files found.
    • WRK_DIR_NOT_EXIST

      public static final de.cuioss.tools.logging.LogRecord WRK_DIR_NOT_EXIST
      Error when WRK output directory does not exist.
    • NO_BENCHMARK_DATA

      public static final de.cuioss.tools.logging.LogRecord NO_BENCHMARK_DATA
      Error when no benchmark data extracted.
    • NO_PROMETHEUS_METADATA

      public static final de.cuioss.tools.logging.LogRecord NO_PROMETHEUS_METADATA
      Error when cannot collect Prometheus metrics.
    • NO_METADATA_FOR_BENCHMARK

      public static final de.cuioss.tools.logging.LogRecord NO_METADATA_FOR_BENCHMARK
      Error when no metadata found for benchmark.
    • FAILED_COPY_PROMETHEUS

      public static final de.cuioss.tools.logging.LogRecord FAILED_COPY_PROMETHEUS
      Error when failed to copy Prometheus metrics file.
    • FAILED_COPY_PROMETHEUS_DIR

      public static final de.cuioss.tools.logging.LogRecord FAILED_COPY_PROMETHEUS_DIR
      Error when failed to copy Prometheus metrics to deployment directory.
    • MISSING_TIMESTAMPS

      public static final de.cuioss.tools.logging.LogRecord MISSING_TIMESTAMPS
      Error when missing timestamps in results.
    • FAILED_PARSE_METADATA

      public static final de.cuioss.tools.logging.LogRecord FAILED_PARSE_METADATA
      Error when failed to parse metadata.
    • INCOMPLETE_METADATA

      public static final de.cuioss.tools.logging.LogRecord INCOMPLETE_METADATA
      Error when incomplete metadata found.
    • FAILED_COLLECT_PROMETHEUS_BENCHMARK

      public static final de.cuioss.tools.logging.LogRecord FAILED_COLLECT_PROMETHEUS_BENCHMARK
      Error when failed to collect Prometheus metrics for benchmark.
    • PROMETHEUS_CONNECTIVITY_FAILED

      public static final de.cuioss.tools.logging.LogRecord PROMETHEUS_CONNECTIVITY_FAILED
      Error when Prometheus connectivity check failed.
    • FAILED_COLLECT_REALTIME_PROMETHEUS

      public static final de.cuioss.tools.logging.LogRecord FAILED_COLLECT_REALTIME_PROMETHEUS
      Error when failed to collect real-time Prometheus metrics.
    • FAILED_FETCH_TOKEN

      public static final de.cuioss.tools.logging.LogRecord FAILED_FETCH_TOKEN
      Error when failed to fetch token.
    • FAILED_PARSE_WRK_FILE

      public static final de.cuioss.tools.logging.LogRecord FAILED_PARSE_WRK_FILE
      Error when failed to parse WRK file.
    • JFR_VARIANCE_USAGE

      public static final de.cuioss.tools.logging.LogRecord JFR_VARIANCE_USAGE
      Error for JfrVarianceAnalyzer usage.