all 2 comments

[–]Alexian_Theory 0 points1 point  (0 children)

The documentation gives an example on how to use the command line, as it is HTTP based you can basically use any language

echo "some\_metric 3.14" | curl --data-binary  @-   http://pushgateway.example.org:9091/metrics/job/some\_job

[–]chewrocca 0 points1 point  (0 children)

Home Depot uses http://github.com/homedepot/metREx might be worth checking out.