API完備 http://help-ja.mackerel.io/entry/spec/api/v0 curl https://mackerel.io/api/v0/services/test/tsdb -H 'X-Api-Key: xxxxxxxx' -H 'Content-Type: application/json' -X POST -d '[{"name": "Sample.foo", "time": '$(date +%s)', "value": 30}, {"name": "Sample.bar", "time": '$(date +%s)', "value": 100}]' コマンドラインツール mkr throw % cat <<EOF | mkr throw --host <hostId> <name> <value> <time> <name> <value> <tim