Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 420 Bytes

File metadata and controls

14 lines (7 loc) · 420 Bytes

REST API Best Practices

Batching

  • The Log API was designed to be able to send batches of log messages from the same application in a single HTTP request. We use a batch size of 100 log messages.

Error Handling

Transport

  • Use HTTP compression. We support gzip.