Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.02 KB

QueryEvent.md

File metadata and controls

16 lines (12 loc) · 1.02 KB

QueryEvent

Properties

Name Type Description Notes
name str Event name [optional]
start int Start time of event, in epoch millis [optional]
end int End time of event, in epoch millis [optional]
tags dict(str, str) Tags (annotations) on the event [optional]
hosts list[str] Sources (hosts) to which the event pertains [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]
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]

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