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

It still take some time to see telemetry data in azure portal after enable the developer mode #964

Closed
imeya opened this issue Oct 26, 2018 · 3 comments
Labels

Comments

@imeya
Copy link

imeya commented Oct 26, 2018

When I enable the developer mode using the following code:
TelemetryConfiguration.Active.TelemetryChannel.DeveloperMode = true;

As per document, the telemetry should be sent asap.
But it still take some time(like 1 or 2 minutes) then I can see the logs in azure portal, why?

@cijothomas
Copy link
Contributor

DeveloperMode=true means SDK does not buffer items for sending, instead it is sent immediately to Application Insights backend. Data appears in Azure Portal in few minutes - 2-5 mins typically.

If your requirement is to see the data instantly in the portal, then LiveStream can help you.
https://docs.microsoft.com/en-us/azure/application-insights/app-insights-live-stream

Let us know if you need more help.

@imeya
Copy link
Author

imeya commented Oct 29, 2018

@cijothomas thank you. Why it takes 2-5 mins to show on portal? does the portal do something else?

@cijothomas
Copy link
Contributor

The time is for the backend to ingest/process/index/store the data.

TimothyMothra pushed a commit that referenced this issue Oct 25, 2019
Make W3C Correlation default and leverage native W3C support from new System.Diagnostics.DiagnosticSource Activity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants