Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailureReport ¶
type FailureReport struct { ReportMetric `json:",omitempty"` ColdStartSuccess ReportMetric `json:",omitempty"` ColdStartFailure ReportMetric `json:",omitempty"` ExecutionFailure ReportMetric `json:",omitempty"` }
type Report ¶
type Report struct { Success SuccessReport `json:",omitempty"` Failure FailureReport `json:",omitempty"` }
type ReportMetric ¶
type ReportMetric struct { Count uint64 `json:",omitempty"` Time time.Duration `json:",omitempty"` }
func (ReportMetric) Average ¶
func (r ReportMetric) Average() time.Duration
type SuccessReport ¶
type SuccessReport struct { ReportMetric `json:",omitempty"` ColdStart ReportMetric `json:",omitempty"` Execution ReportMetric `json:",omitempty"` }
Click to show internal directories.
Click to hide internal directories.