Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) Β· 1.02 KB

File metadata and controls

16 lines (12 loc) Β· 1.02 KB

QueryEvent

Properties

Name Type Description Notes
end int End time of event, in epoch millis [optional]
hosts list[str] Sources (hosts) to which the event pertains [optional]
is_ephemeral bool Whether the event is an artificial event generated by a literal expression or alert backtesting, i.e. not stored in the Wavefront backend [optional]
name str Event name [optional]
start int Start time of event, in epoch millis [optional]
summarized int In some event queries, multiple events that occur nearly simultaneously are summarized under a single event. This value specifies the number of events summarized under this one [optional]
tags dict(str, str) Tags (annotations) on the event [optional]

[Back to Model list] [Back to API list] [Back to README]