Class BenchmarkingLogMessages.WARN
java.lang.Object
de.cuioss.benchmarking.common.util.BenchmarkingLogMessages.WARN
- Enclosing class:
BenchmarkingLogMessages
WARN level messages for potential issues.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final de.cuioss.tools.logging.LogRecordWarning when failed to collect metrics for benchmark.static final de.cuioss.tools.logging.LogRecordWarning when failed to collect Prometheus metrics.static final de.cuioss.tools.logging.LogRecordWarning when failed to copy badge file.static final de.cuioss.tools.logging.LogRecordWarning when failed to copy data file.static final de.cuioss.tools.logging.LogRecordWarning when failed to copy HTML file.static final de.cuioss.tools.logging.LogRecordWarning when failed to create target directory.static final de.cuioss.tools.logging.LogRecordWarning when failed to delete corrupted metrics file.static final de.cuioss.tools.logging.LogRecordWarning when failed to parse timestamp file.static final de.cuioss.tools.logging.LogRecordWarning when failed to parse timestamp line.static final de.cuioss.tools.logging.LogRecordWarning when failed to query metric.static final de.cuioss.tools.logging.LogRecordWarning when failed to read existing metrics file.static final de.cuioss.tools.logging.LogRecordWarning when invalid metrics data type.static final de.cuioss.tools.logging.LogRecordWarning when invalid timestamps detected.static final de.cuioss.tools.logging.LogRecordWarning for issues during index generation or processing.static final de.cuioss.tools.logging.LogRecordWarning when issue parsing history file.static final de.cuioss.tools.logging.LogRecordWarning when key cache miss occurs during benchmark.static final de.cuioss.tools.logging.LogRecordWarning when cannot collect metrics due to missing timestamps.static final de.cuioss.tools.logging.LogRecordWarning when no measurement windows found for benchmark.static final de.cuioss.tools.logging.LogRecordWarning when no timestamp data found for benchmark.static final de.cuioss.tools.logging.LogRecordWarning when no valid timestamps found.static final de.cuioss.tools.logging.LogRecordWarning when overwriting existing start time.static final de.cuioss.tools.logging.LogRecordWarning when skipping Prometheus metrics collection.static final de.cuioss.tools.logging.LogRecordWarning when timestamp file does not exist.static final de.cuioss.tools.logging.LogRecordWarning when token pool is empty.static final de.cuioss.tools.logging.LogRecordWarning when unknown result format detected.static final de.cuioss.tools.logging.LogRecordWarning when unknown time unit detected. -
Method Summary
-
Field Details
-
FAILED_COPY_HTML
Warning when failed to copy HTML file. -
FAILED_COPY_BADGE
Warning when failed to copy badge file. -
FAILED_COPY_DATA
Warning when failed to copy data file. -
ISSUE_DURING_INDEX_GENERATION
Warning for issues during index generation or processing. -
KEY_CACHE_MISS
Warning when key cache miss occurs during benchmark. -
INVALID_METRICS_TYPE
Warning when invalid metrics data type. -
TIMESTAMP_FILE_NOT_EXIST
Warning when timestamp file does not exist. -
FAILED_PARSE_TIMESTAMP_LINE
Warning when failed to parse timestamp line. -
FAILED_PARSE_TIMESTAMP_FILE
Warning when failed to parse timestamp file. -
NO_TIMESTAMP_DATA
Warning when no timestamp data found for benchmark. -
NO_MEASUREMENT_WINDOWS
Warning when no measurement windows found for benchmark. -
FAILED_QUERY_METRIC
Warning when failed to query metric. -
OVERWRITING_START_TIME
Warning when overwriting existing start time. -
INVALID_TIMESTAMPS
Warning when invalid timestamps detected. -
FAILED_COLLECT_PROMETHEUS
Warning when failed to collect Prometheus metrics. -
SKIPPING_PROMETHEUS_COLLECTION
Warning when skipping Prometheus metrics collection. -
MISSING_TIMESTAMPS_FOR_COLLECTION
Warning when cannot collect metrics due to missing timestamps. -
NO_VALID_TIMESTAMPS
Warning when no valid timestamps found. -
FAILED_COLLECT_BENCHMARK_METRICS
Warning when failed to collect metrics for benchmark. -
FAILED_CREATE_TARGET_DIR
Warning when failed to create target directory. -
FAILED_READ_METRICS_FILE
Warning when failed to read existing metrics file. -
FAILED_DELETE_CORRUPTED_FILE
Warning when failed to delete corrupted metrics file. -
UNKNOWN_RESULT_FORMAT
Warning when unknown result format detected. -
UNKNOWN_TIME_UNIT
Warning when unknown time unit detected. -
TOKEN_POOL_EMPTY
Warning when token pool is empty. -
ISSUE_PARSING_HISTORY_FILE
Warning when issue parsing history file.
-