#!/bin/bash
set -Eeuo pipefail
curl -s http://localhost:9569/metrics | grep peer
