ApplicationInsights-Go icon indicating copy to clipboard operation
ApplicationInsights-Go copied to clipboard

Microsoft Application Insights SDK for Go

Results 26 ApplicationInsights-Go issues
Sort by recently updated
recently updated
newest added

There are important files that Microsoft projects should all have that are not present in this repository. A pull request has been opened to add the missing file(s). When the...

Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...

Fix # . For significant contributions please make sure you have completed the following items: - [ ] Design discussion issue # - [ ] Changes in public surface reviewed...

Agregué los actions de Github para que haga el lint del código For significant contributions please make sure you have completed the following items: - [ ] Design discussion issue...

Hi, is this library suitable for use in an Azure function custom handler written in Go? I saw that for C# there is a separate AppInsights SDK for Azure Functions...

`inMemoryChannelState.stop` closes `collectChan` and `controlChan` then nil's them out ``` // Part of channel accept loop: Clean up and close telemetry channel func (state *inMemoryChannelState) stop() { close(state.channel.collectChan) close(state.channel.controlChan) state.channel.collectChan...

Will it be possible to add duration capturing with Dependency Tracking? If not, then will this be available in the future?

…l instead. "Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead." Source: https://golang.org/doc/go-get-install-deprecation The -i flag for go install is also deprecated...

It would be nice to have a list of missing functionalities to GA of this SDK

I haven't been able to completely investigate this / understand the root causes, but I'm opening an issue here in case anyone else hits the same problem as I suspect...