microsoft / ApplicationInsights-Profiler-AspNetCore

Application Insights Profiler sample and documentation
MIT License
66 stars 24 forks source link

Keywords filter in effective starts Microsoft.ApplicationInsights 2.15.0. Listener needs update accordingly. #102

Closed xiaomi7732 closed 3 years ago

xiaomi7732 commented 4 years ago

This will prevent profiler to work with MS.ApplicationInsights.AspNetCore 15.0.

The symptoms are:

  1. Will always get: There is no matched start activity found for this request id: xxxx. This could happen for the first few activities.
  2. Trace validation will always fail.
dstj commented 4 years ago

@xiaomi7732 You mean ApplicationInsights version 2.15.0, right?

Can I run the latest Profiler (2.2.0-beta1) on Linux with ApplicationInsights 2.14.0, then?

xiaomi7732 commented 4 years ago

@dstj Thanks for the ask. Yes, 2.2.0-beta1 + Application Insights 2.14.0 will work. And BTW, the next release will include the fix that works with Application Insights 2.15.0.

xiaomi7732 commented 3 years ago

Please update to use the latest bits with application insights 2.15.0: https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta2