-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
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
Adding EnableSqlCommandTextInstrumentation to ApplicationInsightsLoggerOptions #2608
Conversation
11e676f
to
dc92938
Compare
src/Microsoft.Azure.WebJobs.Logging.ApplicationInsights/ApplicationInsightsLoggerOptions.cs
Outdated
Show resolved
Hide resolved
dc92938
to
40331a1
Compare
src/Microsoft.Azure.WebJobs.Logging.ApplicationInsights/DependencyTrackingOptions.cs
Show resolved
Hide resolved
src/Microsoft.Azure.WebJobs.Logging.ApplicationInsights/ApplicationInsightsLoggerOptions.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Azure.WebJobs.Logging.ApplicationInsights/ApplicationInsightsLoggerOptions.cs
Show resolved
Hide resolved
@@ -105,6 +106,11 @@ public string QuickPulseAuthenticationApiKey | |||
/// </summary> | |||
public bool EnableDependencyTracking { get; set; } = true; | |||
|
|||
/// <summary> | |||
/// Configuration for dependency tracking. The dependecny tracking configuration only takes effect if EnableDependencyTracking is set to true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit -- spelling of dependecny
src/Microsoft.Azure.WebJobs.Logging.ApplicationInsights/DependencyTrackingOptions.cs
Show resolved
Hide resolved
@soninaren -- we'll need to pull this into the host and make sure it binds as expected to host.json |
@brettsam @soninaren |
It will be part of the next Functions release. Likely worldwide in a few weeks. |
@brettsam Hey Brett, apologies for chasing this feature, when will this feature become available? I understand that you guys have a lot going on especially during this pandemic, just wanted to say thanks for the hard work! |
@Kapkan-Lesion This should be available for function runtime version 3.0.15027 or higher. |
Resolves #2548