Add Microsoft Application Insights output plugin (#4010)
This commit is contained in:
committed by
Daniel Nelson
parent
99033241c4
commit
863af9d1d4
@@ -0,0 +1,12 @@
|
||||
package application_insights
|
||||
|
||||
import (
|
||||
"github.com/Microsoft/ApplicationInsights-Go/appinsights"
|
||||
)
|
||||
|
||||
type diagnosticsMessageSubscriber struct {
|
||||
}
|
||||
|
||||
func (ms diagnosticsMessageSubscriber) Subscribe(handler appinsights.DiagnosticsMessageHandler) appinsights.DiagnosticsMessageListener {
|
||||
return appinsights.NewDiagnosticsMessageListener(handler)
|
||||
}
|
||||
Reference in New Issue
Block a user