Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 571 Bytes

File metadata and controls

16 lines (8 loc) · 571 Bytes

Outliersenginev3AnalysisPerformanceStats

Performance statistics about the events analyzed per second, usually constrained to a specific time period.

Properties

Name Type Description Notes
durationSeconds Integer Sum of seconds spent in analysis (net). [optional]
eventsAnalyzed Integer Sum of events analyzed. [optional]
eventsPerSecond Float Average events per second (EPS). Equals to events_analyzed/duration_seconds. [optional]