Log drain to send metrics from Papertrail to Librato
- Deploy as a Heroku app, set
LIBRATO_EMAILandLIBRATO_TOKEN - Point a Papertrail Webhook at the app
Logs should be in a structured log format, including the measure, value or val, and units keys.
measure="metric.name" value="5" units="ms"
If not specified, the following defaults will be applied:
value:1units:count
MIT