Skip to content

Commit

Permalink
Merge pull request #3230 from ethansen/patch-2
Browse files Browse the repository at this point in the history
Added callout for timestamp logic
  • Loading branch information
mmfred committed Jul 22, 2021
2 parents 538555e + 67c1833 commit e882234
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -328,6 +328,10 @@ Some specific attributes have additional restrictions:
* `eventType`: Can be a combination of alphanumeric characters, `_` underscores, and `:` colons.
* `timestamp`: Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds.

<Callout variant="important">
Payloads with timestamps older than 48 hours may be dropped.
</Callout>

Rate limits on logs sent to the Log API:

* Maximum rate for HTTP requests sent to the Log API: 300,000 requests per minute
Expand Down

0 comments on commit e882234

Please sign in to comment.