Skip to content

Commit 070f181

Browse files
committed
cicd: excluded Cache Hit Ratio metric from tests
This metric creates on the Zabbix side.
1 parent e6ebc52 commit 070f181

File tree

8 files changed

+0
-10
lines changed

8 files changed

+0
-10
lines changed

github-actions-tests/metrics.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ BEGIN
5353
END
5454
\$do\$;"
5555

56-
# wait for Cache Hit Ratio metric
57-
sleep 120
58-
5956
# read metric for specific version
6057
while read metric; do
6158
GREP=$( mamonsu agent metric-get ${metric} | grep "pgsql\|sys\|mamonsu" )

github-actions-tests/sources/metrics-linux-10.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pgsql.blocks[read]
1717
pgsql.buffers[dirty]
1818
pgsql.buffers[size]
1919
pgsql.buffers[twice_used]
20-
pgsql.cache[hit]
2120
pgsql.checkpoint[checkpoint_sync_time]
2221
pgsql.checkpoint[count_timed]
2322
pgsql.checkpoint[count_wal]

github-actions-tests/sources/metrics-linux-11.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pgsql.blocks[read]
1717
pgsql.buffers[dirty]
1818
pgsql.buffers[size]
1919
pgsql.buffers[twice_used]
20-
pgsql.cache[hit]
2120
pgsql.checkpoint[checkpoint_sync_time]
2221
pgsql.checkpoint[count_timed]
2322
pgsql.checkpoint[count_wal]

github-actions-tests/sources/metrics-linux-12.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pgsql.blocks[read]
1717
pgsql.buffers[dirty]
1818
pgsql.buffers[size]
1919
pgsql.buffers[twice_used]
20-
pgsql.cache[hit]
2120
pgsql.checkpoint[checkpoint_sync_time]
2221
pgsql.checkpoint[count_timed]
2322
pgsql.checkpoint[count_wal]

github-actions-tests/sources/metrics-linux-13.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pgsql.blocks[read]
1717
pgsql.buffers[dirty]
1818
pgsql.buffers[size]
1919
pgsql.buffers[twice_used]
20-
pgsql.cache[hit]
2120
pgsql.checkpoint[checkpoint_sync_time]
2221
pgsql.checkpoint[count_timed]
2322
pgsql.checkpoint[count_wal]

github-actions-tests/sources/metrics-linux-14.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pgsql.blocks[read]
1717
pgsql.buffers[dirty]
1818
pgsql.buffers[size]
1919
pgsql.buffers[twice_used]
20-
pgsql.cache[hit]
2120
pgsql.checkpoint[checkpoint_sync_time]
2221
pgsql.checkpoint[count_timed]
2322
pgsql.checkpoint[count_wal]

github-actions-tests/sources/metrics-linux-9.6.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pgsql.blocks[read]
1717
pgsql.buffers[dirty]
1818
pgsql.buffers[size]
1919
pgsql.buffers[twice_used]
20-
pgsql.cache[hit]
2120
pgsql.checkpoint[checkpoint_sync_time]
2221
pgsql.checkpoint[count_timed]
2322
pgsql.checkpoint[count_wal]

github-actions-tests/sources/metrics-linux-full-list.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pgsql.blocks[read]
1717
pgsql.buffers[dirty]
1818
pgsql.buffers[size]
1919
pgsql.buffers[twice_used]
20-
pgsql.cache[hit]
2120
pgsql.checkpoint[checkpoint_sync_time]
2221
pgsql.checkpoint[count_timed]
2322
pgsql.checkpoint[count_wal]

0 commit comments

Comments
 (0)