Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnabledMonitor ¶
func EnabledMonitor()
Types ¶
type AppInsightsSettings ¶
type ResquestMonitor ¶
type ResquestMonitor struct { AppInsightsSettings Locker *sync.Mutex // contains filtered or unexported fields }
func InitRequestMonitor ¶
func InitRequestMonitor(logger *zap.Logger) *ResquestMonitor
func (*ResquestMonitor) ReportError ¶
func (appins *ResquestMonitor) ReportError(rr core.ErrorReport) error
func (*ResquestMonitor) ReportScheduleJob ¶
func (appins *ResquestMonitor) ReportScheduleJob(req *schedule.JobHistory) error
func (*ResquestMonitor) ReportTracing ¶
func (appins *ResquestMonitor) ReportTracing(tr *monitor.TracingDetails) error
Click to show internal directories.
Click to hide internal directories.