Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
Analyzer is in charge of analyzing the lambda logs
type Bucket ¶
type Bucket struct {
Size int64
Count int
DurationHist *histogram.Fast
MemoryHist *histogram.Fast
CountByBilledDuration map[int64]int64
}
Bucket has the information for a collection of requests associated to the same memory size
func (*Bucket) CalculateSuggestedMemory ¶
CalculateSuggestedMemory returns a suggestion for optimizing the given percentile
type EventParser ¶
type EventParser struct {
// contains filtered or unexported fields
}
EventParser is in charge of parsing the lambda logs
Click to show internal directories.
Click to hide internal directories.