Skip to content

Commit

Permalink
DAOS-16876 tests: for new added metrics io_dtx_invalid
Browse files Browse the repository at this point in the history
Signed-off-by: Fan Yong <[email protected]>
  • Loading branch information
Nasf-Fan committed Feb 14, 2025
1 parent 1cde1b6 commit 0c88a2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/ftest/util/telemetry_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
(C) Copyright 2021-2024 Intel Corporation.
(C) Copyright 2025 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand Down Expand Up @@ -207,6 +208,8 @@ class TelemetryUtils():
_gen_stats_metrics("engine_io_dtx_committable")
ENGINE_IO_DTX_COMMITTED_METRICS = \
_gen_stats_metrics("engine_io_dtx_committed")
ENGINE_IO_DTX_INVALID_METRICS = \
_gen_stats_metrics("engine_io_dtx_invalid")
ENGINE_IO_LATENCY_FETCH_METRICS = \
_gen_stats_metrics("engine_io_latency_fetch")
ENGINE_IO_LATENCY_BULK_FETCH_METRICS = \
Expand Down Expand Up @@ -310,6 +313,7 @@ class TelemetryUtils():
ENGINE_IO_METRICS = ENGINE_IO_DTX_ASYNC_CMT_LAT_METRICS +\
ENGINE_IO_DTX_COMMITTABLE_METRICS +\
ENGINE_IO_DTX_COMMITTED_METRICS +\
ENGINE_IO_DTX_INVALID_METRICS +\
ENGINE_IO_LATENCY_FETCH_METRICS +\
ENGINE_IO_LATENCY_BULK_FETCH_METRICS +\
ENGINE_IO_LATENCY_VOS_FETCH_METRICS +\
Expand Down

0 comments on commit 0c88a2f

Please sign in to comment.