question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Suppress unnecessary dependency tracking for internal storage calls.

See original GitHub issue

Prompted by this StackOverflow post: Currently, Application Insights’ dependency tracking feature reports 404 responses from Azure Storage such the initial call made by table.CreateIfNotExists() when the table doesn’t exist, which is part of the Durable Functions extension’s program flow. We should suppress these to reduce noise in customer’s App Insights logs.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:20
  • Comments:19 (5 by maintainers)

github_iconTop GitHub Comments

7reactions
oisingcommented, Oct 29, 2019

This one is bothering my app insights OCD.

3reactions
cgillumcommented, Sep 29, 2020

This is not fixed yet. I realize this is likely very annoying, so apologies for the delays in getting around to this. It’s in our backlog.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Disable tracking dependencies in Azure Function Application ...
I'm only using the custom events and exceptions! Basically, each time a function was called, it would generate the following telemetry…
Read more >
host.json reference for Azure Functions 2.x and later
Enables live metrics collection. Enables dependency tracking. Enables Kudu performance counters collection. For internal use only.
Read more >
Add an option to remove unnecessary Xamarin ...
There is a problem that I noticed that some apps can have several dependencies after migrations or you just tested and later it's...
Read more >
Undertake software dependency management to reduce ...
Eliminate unnecessary dependencies. Think about how an application uses libraries and components. One app might only use a small subset of a ...
Read more >
App security best practices
Store all private user data within the device's internal storage, which is sandboxed per app. Your app doesn't need to request permission to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found