From 2e3b7862d09775e07264b6132fa7b8ed1289e3e4 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 2 Oct 2024 11:44:00 +0300 Subject: [PATCH] Fix compute metrics collector config (#9235) --- compute/etc/neon_collector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute/etc/neon_collector.yml b/compute/etc/neon_collector.yml index f088f4c398..0a05acbbe6 100644 --- a/compute/etc/neon_collector.yml +++ b/compute/etc/neon_collector.yml @@ -120,7 +120,7 @@ metrics: - metric_name: getpage_prefetch_misses_total type: counter - help: 'Total number of readahead misses; consisting of either prefetches that don't satisfy the LSN bounds once the prefetch got read by the backend, or cases where somehow no readahead was issued for the read' + help: 'Total number of readahead misses; consisting of either prefetches that don''t satisfy the LSN bounds once the prefetch got read by the backend, or cases where somehow no readahead was issued for the read' values: [getpage_prefetch_misses_total] query_ref: neon_perf_counters