Skip to content
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

ApplicationInsights broken on multi - node setup #118

Open
enicky opened this issue Jun 1, 2022 · 0 comments
Open

ApplicationInsights broken on multi - node setup #118

enicky opened this issue Jun 1, 2022 · 0 comments

Comments

@enicky
Copy link

enicky commented Jun 1, 2022

I currently have the following setup :

  • Local Service Fabric : Code Version 9.0.1017.9590
  • Microsoft.ApplicationInsights.ServiceFabric.Native 2.3.1
  • Microsoft.Applicationinsights 2.20.0

I also setup the following to have a workaround to keep the correlation working on the ServiceFabric :

Activity.DefaultIdFormat = ActivityIdFormat.Hierrachical;
Activity.ForceDefaultIdFormat = true;

This "works" when I use a local development setup with a single node :
2022-05-31 10_07_27-End-to-end transaction details - Microsoft Azure en nog 1 andere pagina -  InPri

But it didn't work on the test environment and we ended up with some parts not being correlated to their parents... In the end I was able to reproduce this locally.

image

And when I look at the activity id and its ParentId, it has this strange notation: I don't get where those .1.1.1.1.1.... get from :
image

Did someone encouter this also ?

Is there something I can do to prevent and fix this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant