Class BenchmarkingLogMessages.ERROR
java.lang.Object
de.cuioss.benchmarking.common.util.BenchmarkingLogMessages.ERROR
- Enclosing class:
BenchmarkingLogMessages
ERROR level messages for serious failures.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final de.cuioss.tools.logging.LogRecordError when export of benchmark metrics fails.static final de.cuioss.tools.logging.LogRecordError when failed to collect Prometheus metrics for benchmark.static final de.cuioss.tools.logging.LogRecordError when failed to collect real-time Prometheus metrics.static final de.cuioss.tools.logging.LogRecordError when failed to copy Prometheus metrics file.static final de.cuioss.tools.logging.LogRecordError when failed to copy Prometheus metrics to deployment directory.static final de.cuioss.tools.logging.LogRecordError when failed to fetch token.static final de.cuioss.tools.logging.LogRecordError when failed to parse metadata.static final de.cuioss.tools.logging.LogRecordError when failed to parse WRK file.static final de.cuioss.tools.logging.LogRecordError when incomplete metadata found.static final de.cuioss.tools.logging.LogRecordError for JfrVarianceAnalyzer usage.static final de.cuioss.tools.logging.LogRecordError when missing timestamps in results.static final de.cuioss.tools.logging.LogRecordError when no benchmark data extracted.static final de.cuioss.tools.logging.LogRecordError when no metadata found for benchmark.static final de.cuioss.tools.logging.LogRecordError when cannot collect Prometheus metrics.static final de.cuioss.tools.logging.LogRecordError when no WRK output files found.static final de.cuioss.tools.logging.LogRecordError when Prometheus connectivity check failed.static final de.cuioss.tools.logging.LogRecordError when WRK output directory does not exist.static final de.cuioss.tools.logging.LogRecordError when WRK result processor fails.static final de.cuioss.tools.logging.LogRecordError when WRK usage is incorrect. -
Method Summary
-
Field Details
-
EXPORT_FAILED
Error when export of benchmark metrics fails. -
WRK_PROCESSOR_FAILED
Error when WRK result processor fails. -
WRK_USAGE_ERROR
Error when WRK usage is incorrect. -
NO_WRK_FILES
Error when no WRK output files found. -
WRK_DIR_NOT_EXIST
Error when WRK output directory does not exist. -
NO_BENCHMARK_DATA
Error when no benchmark data extracted. -
NO_PROMETHEUS_METADATA
Error when cannot collect Prometheus metrics. -
NO_METADATA_FOR_BENCHMARK
Error when no metadata found for benchmark. -
FAILED_COPY_PROMETHEUS
Error when failed to copy Prometheus metrics file. -
FAILED_COPY_PROMETHEUS_DIR
Error when failed to copy Prometheus metrics to deployment directory. -
MISSING_TIMESTAMPS
Error when missing timestamps in results. -
FAILED_PARSE_METADATA
Error when failed to parse metadata. -
INCOMPLETE_METADATA
Error when incomplete metadata found. -
FAILED_COLLECT_PROMETHEUS_BENCHMARK
Error when failed to collect Prometheus metrics for benchmark. -
PROMETHEUS_CONNECTIVITY_FAILED
Error when Prometheus connectivity check failed. -
FAILED_COLLECT_REALTIME_PROMETHEUS
Error when failed to collect real-time Prometheus metrics. -
FAILED_FETCH_TOKEN
Error when failed to fetch token. -
FAILED_PARSE_WRK_FILE
Error when failed to parse WRK file. -
JFR_VARIANCE_USAGE
Error for JfrVarianceAnalyzer usage.
-