Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataDogReporter ¶
type DataDogReporter struct {
// contains filtered or unexported fields
}
func NewDataDogReporter ¶
func NewDataDogReporter(key, host, instanceIndex string, h HTTP) *DataDogReporter
func (*DataDogReporter) Report ¶
func (r *DataDogReporter) Report(t *TestResult) error
type TestResult ¶
type TestResult struct { ReceivedLogCount uint64 Delay time.Duration Cycles uint64 TestStartTime time.Time }
func NewTestResult ¶
func NewTestResult(test *sharedapi.Test, count uint64) *TestResult
Click to show internal directories.
Click to hide internal directories.