List all metric names prometheus

Count total metric names and preview first 20

curl -s http://prometheus:9090/api/v1/label/__name__/values | jq '.data | length, .[0:20]'
more prometheus all 30 commands →