curl -s http://localhost:8030/metrics | grep -v "^#"|grep "{"|awk '{print "doris_prod_"$0}' curl -s http://localhost:8030/metrics | grep -v "^#"|grep -v "{"|awk '{print $1"{} "$2}'|awk '{print "doris_prod_"$0}' curl -s http://localhost:8040/metrics | grep -v "^#"|grep "{"|awk '{print "doris_prod_"$0}' curl -s http://localhost:8040/metrics | grep -v "^#"|grep -v "{"|awk '{print $1"{} "$2}'|awk '{print "doris_prod_"$0}'