We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dotnet application insights package to azure-application-insights/buildpack.toml
[[metadata.dependencies]] id = "Microsoft.ApplicationInsights.AutoInstrumentation" name = "Azure Application Insights Dotnet Agent" sha256 = "placeholder" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] uri = "https://www.nuget.org/api/v2/package/Microsoft.ApplicationInsights.AutoInstrumentation/2.8.42-beta1" version = "2.8.42-beta1" [[metadata.dependencies.licenses]] type = "MIT" uri = "https://github.com/microsoft/ApplicationInsights-dotnet/blob/develop/LICENSE"
Following are the steps to download and enable Application Insights Auto-Instrumentation.
/tmp
DOTNET_STARTUP_HOOKS=/tmp/core/StartupHook/Microsoft.ApplicationInsights.StartupHook.dll ASPNETCORE_HOSTINGSTARTUPASSEMBLIES=Microsoft.ApplicationInsights.StartupBootstrapper APPLICATIONINSIGHTS_CONNECTION_STRING=<Your Connection String>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add dotnet application insights package to azure-application-insights/buildpack.toml
Enable auto-instrumentation for .NET Core
Following are the steps to download and enable Application Insights Auto-Instrumentation.
/tmp
The text was updated successfully, but these errors were encountered: