watchdog-proxy/lib
Les Orchard e461221a83 De-dupe and tweak log events
- Only initialize mozlog module once to prevent console log duplicates

- Rename "awsRequestId" field to "rid" per mozlog conventions

- Add "remoteAddressChain" field to request-based log events to
  report the X-Forwarded-For client IPs

- Add "t" field to all log events to measure execution time from log
  object init at start of function

- Move "summary" log events to ends of functions to better measure
  execution time

- Merge "response" into "summary" event in accept

- Add error field to "authInvalid" event in accept

Fixes #202
2018-09-28 14:43:31 -04:00
..
constants.js Re-enable comma dangle eslint rule 2018-09-04 15:42:55 -04:00
logging.js De-dupe and tweak log events 2018-09-28 14:43:31 -04:00
metrics-test.js Re-enable comma dangle eslint rule 2018-09-04 15:42:55 -04:00
metrics.js Re-enable comma dangle eslint rule 2018-09-04 15:42:55 -04:00
sentry.js Use Sentry to report exceptions 2018-09-11 13:29:58 -04:00
test-setup.js Switch to mozlog for logging 2018-09-24 13:32:16 -04:00
utils.js Switch to mozlog for logging 2018-09-24 13:32:16 -04:00