Droppedbywatermarkthresholdwebhookeventmessage
Issued when metric events are dropped by watermark threshold.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
v1= followed by the hex HMAC-SHA256 of v1:{X-Orb-Timestamp}:{raw request body}, keyed by the endpoint's webhook secret. The header may carry several space-separated signatures during a secret rotation; a receiver accepts the delivery when any v1 signature matches. Compare in constant time, and sign the bytes as received rather than a re-serialized body.
When the delivery was signed, ISO 8601 to milliseconds. It is part of the signed message, so a receiver must reject timestamps outside its tolerance to stop replays.
Body
Issued when metric events are dropped by watermark threshold.
The ID of this webhook event.
The time at which this event was created, to the second.
The event this payload describes.
metric.events_dropped_by_watermark window_start and window_end are ISO-8601 strings rather than datetimes: the untyped
message called .isoformat() on them, so they keep microseconds where the webhook JSON
provider would have truncated them.
Response
Any 2xx acknowledges receipt.