Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiInstrumenter ¶
type ApiInstrumenter struct { Instrumenter *CallInstrumenter // contains filtered or unexported fields }
adapter for the api package's instrumentation facade
func (*ApiInstrumenter) Begin ¶
func (s *ApiInstrumenter) Begin()
func (*ApiInstrumenter) End ¶
func (s *ApiInstrumenter) End()
type CallInstrumenter ¶
type CallInstrumenter struct {
// contains filtered or unexported fields
}
var ( GraphQL CallInstrumenter Flaps CallInstrumenter ApiAdapter = &ApiInstrumenter{Instrumenter: &GraphQL} )
func (*CallInstrumenter) Begin ¶
func (i *CallInstrumenter) Begin() CallTimer
func (*CallInstrumenter) Get ¶
func (i *CallInstrumenter) Get() CallMetrics
type CallMetrics ¶
Click to show internal directories.
Click to hide internal directories.