Skip to content

Commit

Permalink
nuke WAL metrics
Browse files Browse the repository at this point in the history
Required-githooks: true

Change-Id: I17ac20dd02462edcf09af1267a66e31d39eac691
Signed-off-by: Michael MacDonald <mjmac@google.com>
  • Loading branch information
mjmac committed Apr 23, 2024
1 parent 24cf0ed commit d018a3d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 264 deletions.
217 changes: 0 additions & 217 deletions src/tests/ftest/telemetry/wal_metrics.py

This file was deleted.

34 changes: 0 additions & 34 deletions src/tests/ftest/telemetry/wal_metrics.yaml

This file was deleted.

14 changes: 1 addition & 13 deletions src/tests/ftest/util/telemetry_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,6 @@ class TelemetryUtils():
ENGINE_POOL_VOS_SPACE_METRICS = [
"engine_pool_vos_space_nvme_used",
"engine_pool_vos_space_scm_used"]
ENGINE_POOL_VOS_WAL_METRICS = [
*_gen_stats_metrics("engine_pool_vos_wal_wal_sz"),
*_gen_stats_metrics("engine_pool_vos_wal_wal_qd"),
*_gen_stats_metrics("engine_pool_vos_wal_wal_waiters")]
ENGINE_POOL_VOS_WAL_REPLAY_METRICS = [
"engine_pool_vos_wal_replay_count",
"engine_pool_vos_wal_replay_entries",
"engine_pool_vos_wal_replay_size",
"engine_pool_vos_wal_replay_time",
"engine_pool_vos_wal_replay_transactions"]
ENGINE_POOL_METRICS = ENGINE_POOL_ACTION_METRICS +\
ENGINE_POOL_BLOCK_ALLOCATOR_METRICS +\
ENGINE_POOL_CHECKPOINT_METRICS +\
Expand All @@ -159,9 +149,7 @@ class TelemetryUtils():
ENGINE_POOL_OPS_METRICS +\
ENGINE_POOL_SCRUBBER_METRICS +\
ENGINE_POOL_VOS_AGGREGATION_METRICS +\
ENGINE_POOL_VOS_SPACE_METRICS + \
ENGINE_POOL_VOS_WAL_METRICS + \
ENGINE_POOL_VOS_WAL_REPLAY_METRICS
ENGINE_POOL_VOS_SPACE_METRICS
ENGINE_EVENT_METRICS = [
"engine_events_dead_ranks",
"engine_events_last_event_ts",
Expand Down

0 comments on commit d018a3d

Please sign in to comment.