Skip to content

Commit 77b6461

Browse files
committed
cicd: added pg_stat_statements plugin preps
1 parent 450d1c3 commit 77b6461

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

github-actions-tests/metrics.sh

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

56+
# pg_stat_statements preps
57+
sudo -u postgres ${PG_PATH}psql -c "CREATE EXTENSION pg_stat_statements;"
58+
5659
# read metric for specific version
5760
while read metric; do
5861
GREP=$( mamonsu agent metric-get ${metric} | grep "pgsql\|sys\|mamonsu" )

0 commit comments

Comments
 (0)