Comment envoyer des données à Pushgateway à partir d'un script shell

echo "metric 99" | curl --data-binary @- http://localhost:9091/metrics/job/some_job
Frightened Ferret